Author |
Message |
29/07/2002 07:51:38
|
Anonymous
|
I would like to display posts from first to last for printing purposes. Is there anyway I can add/change a snippet of code so the Advanced Guestbook will sort the posts backwards from the current new post on top method?
Much thanks!!!
Andy
|
|
02/08/2002 21:25:47
|
Anonymous
|
you have to change the sql query in gb.class.php
.... order by x.id desc
--> oder by x.id asc
|
|
26/01/2006 04:36:55
|
swc
Newbie
Joined: 25/01/2006 12:29:00
Messages: 1
Offline
|
I have made the reverse change, but the entry numbering remains the same... does anyone know how to change the guestbook entry numbers to make them reverse as well?
|
|
|