Re: Prev/Next Fix

new topic     » goto parent     » topic index » view thread      » older message » newer message
Jeremy Cowgar said...
don cole said...

It may not be the best way to fix it, But it's the easiest.

What is the best fix?

Jeremy

I believe the the default first page one sees should be 3439 of 3439 (the newest page).

Hitting the Previous Button would take you back to page 3438. The Previous page.

Hit the Next Button from there would take you to page 3439.

Page 1 would be the oldest page (not the newest) and at the bottom of the stack. It would also be the first (#1) page ever created in this forum.

To me this makes more sense.

In Euphoria I would change to code from

 
For x=1 to length(all_the_pages) do 
 

to

for x=length(all_the_pages) to 1 by -1 do 

Maybe it's the other way.

However you are doing it now, switch it.

don cole

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu