Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | ... | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15
wazzageek
1095 posts

Uber Geek
+1 received by user: 108

ID Verified
Trusted
Lifetime subscriber

  #306168 11-Mar-2010 10:05
Send private message

freitasm: The new style buttons are live now... Comments please?


Good size - much easier on the Mac.

New navigation as well?  Definite improvement there. 



freitasm

BDFL - Memuneh
80653 posts

Uber Geek
+1 received by user: 41045

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #306169 11-Mar-2010 10:07
Send private message

One thing to note with the new buttons - except for the "Post Reply" buttons, everything else is just a standard hyperlink. This should make it a lot easier to use Geekzone if you have disabled javascript or if you are using a mobile browser to see the full site.





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


grant_k
3539 posts

Uber Geek
+1 received by user: 124

Trusted

  #306170 11-Mar-2010 10:11
Send private message

freitasm: Also, notice how the page numbers on the bottom now won't take lots of lines but cut in long threads/forum listings at the bottom...

Yes -- much better than before.

Now all we need is to have the Page Numbers at the TOP of the page for each thread (as well as the bottom) and then everything would be sweet.







magu
Professional yak shaver
1599 posts

Uber Geek
+1 received by user: 7

Trusted
BitSignal
Lifetime subscriber

  #306171 11-Mar-2010 10:14
Send private message

Why do we have the same buttons repeated a few lines below? Looks weird.






"Roads? Where we're going, we don't need roads." - Doc Emmet Brown

Aaroona
3204 posts

Uber Geek
+1 received by user: 169


  #306174 11-Mar-2010 10:15
Send private message

magu: Why do we have the same buttons repeated a few lines below? Looks weird.


IMG


Good spotting, I don't know how i missed that.. :|

But you're right. It does look weird.

freitasm

BDFL - Memuneh
80653 posts

Uber Geek
+1 received by user: 41045

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #306175 11-Mar-2010 10:17
Send private message

Good question. It's a compromise of speed and design. To make things faster I always try to reduce conditions/testing. For example last night I decided to change how the scripts handle the default session icon for people with no avatar. That's because in the menu bar every time we had an avatar to show I tested if there was a user logged in or not.

Last night I decided everyone would have a default avatar, and override that at login time. This obviously saves time testing the condition in every page as it's now just a single test at login time. Multiple this for some millions of times a month...

Some for the forums. It's a huge script - which is going to be trimmed at some time in the next complete site overhaul (and possible migration to ASP .Net). So I just used a sub for all places...





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


 
 
 

Want to support Geekzone and browse the site without the ads? Subscribe to Geekzone now (monthly, annual and lifetime options).
freitasm

BDFL - Memuneh
80653 posts

Uber Geek
+1 received by user: 41045

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#306176 11-Mar-2010 10:19
Send private message

Aaroona:
magu: Why do we have the same buttons repeated a few lines below? Looks weird.



Good spotting, I don't know how i missed that.. :|

But you're right. It does look weird.


See? You didn't even noticed it, until someone brought it to your attention.

Now, go fishing.





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


freitasm

BDFL - Memuneh
80653 posts

Uber Geek
+1 received by user: 41045

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #306177 11-Mar-2010 10:19
Send private message

Oh, and yes, I know the big red DELETE button doesn't actually delete the posts. I will get this fixed soon.





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


Aaroona
3204 posts

Uber Geek
+1 received by user: 169


  #306178 11-Mar-2010 10:19
Send private message

freitasm:
Aaroona:
magu: Why do we have the same buttons repeated a few lines below? Looks weird.



Good spotting, I don't know how i missed that.. :|

But you're right. It does look weird.


Now, go fishing.



Buy me a boat, and I will!

grant_k
3539 posts

Uber Geek
+1 received by user: 124

Trusted

  #306184 11-Mar-2010 10:31
Send private message

grant_k:
freitasm: Also, notice how the page numbers on the bottom now won't take lots of lines but cut in long threads/forum listings at the bottom...

Yes -- much better than before.

Now all we need is to have the Page Numbers at the TOP of the page for each thread (as well as the bottom) and then everything would be sweet.

I would just like to know if there's some reason that this request always gets ignored????????

Most other forums have this function, but GZ never has...

Is it really difficult to code or something?

Just curious, as to my way of thinking, if you can insert the fragment of code at one place in a page, then why not duplicate it (or call as a subroutine) from another place as well?

As they say on Top Gear:  How hard can it be?





freitasm

BDFL - Memuneh
80653 posts

Uber Geek
+1 received by user: 41045

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #306185 11-Mar-2010 10:36
Send private message

grant_k:
grant_k:
freitasm: Also, notice how the page numbers on the bottom now won't take lots of lines but cut in long threads/forum listings at the bottom...

Yes -- much better than before.

Now all we need is to have the Page Numbers at the TOP of the page for each thread (as well as the bottom) and then everything would be sweet.

I would just like to know if there's some reason that this request always gets ignored????????

Most other forums have this function, but GZ never has...

Is it really difficult to code or something?

Just curious, as to my way of thinking, if you can insert the fragment of code at one place in a page, then why not duplicate it (or call as a subroutine) from another place as well?

As they say on Top Gear:  How hard can it be?


This is not ignored. It's just not something I want done right now. There are other things being done. And no, it's not just the case of copying the code or sub from one place to another. If it was, then we would have it done some time ago.





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


 
 
 
 

Shop now for Dell laptops and other devices (affiliate link).
rscole86
4999 posts

Uber Geek
+1 received by user: 462

Moderator
Trusted
Lifetime subscriber

  #306212 11-Mar-2010 11:31
Send private message

Just an FYI. My avatar is now a red cross ;) not sure if its work, or your end.

Also, numbers, 3 4 5 7 9 all fall partway below the line, in the links to the pages.


Loving, that I can now reply, without having to do a quick reply, and then go and edit my post. Or the fact I can now create new topics, without having to figure out the url from the source code :P

Aaroona
3204 posts

Uber Geek
+1 received by user: 169


  #306213 11-Mar-2010 11:33
Send private message

rscole86: Just an FYI. My avatar is now a red cross ;) not sure if its work, or your end.



not sure if its just me, but it's not showingu p at my end.

freitasm

BDFL - Memuneh
80653 posts

Uber Geek
+1 received by user: 41045

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #306214 11-Mar-2010 11:34
Send private message

rscole86: Just an FYI. My avatar is now a red cross ;) not sure if its work, or your end.



Which avatar? The one on the menu? If so, logout and login again.





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


rscole86
4999 posts

Uber Geek
+1 received by user: 462

Moderator
Trusted
Lifetime subscriber

  #306229 11-Mar-2010 12:02
Send private message

I do not have one, so its the default one that is missing from beside, 'welcome back rscole86'

https://cdn.geekzone.co.nz/images/noavatarsmall.gif - this does not work as a direct link either.

I have logged in and out and no change.

1 | ... | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.