Gustbook Order

I'm having problems ... in changing month, the guestbook, are out of order ... example: a scrap with a date.
29-07-08 21:57 / / / is in front of a scrap
01-08-08 19:57 / / / / message that should be above.

how can solve this if I understand?
Quote · 2 Aug 2008

Looks fine. The latest post should be first while the later post(s) will proceed in cronilogical "date" order.

Quote · 2 Aug 2008

I don't really use guestbooks much to test this, but either it is due to your format of day-month-year such as:

29day-07month-08year
01day-08month-08year

29 is a bigger number than 01 so it appears at the top.

You can try switching guestbook.php from:
ORDER BY `Date` DESC

to:
ORDER BY `Date` ASC

Desc=decending
Asc=Acending

Which will sometimes invert them or flip them.

Otherwise you might try changing the day_of_year thing for each month in your admin panel language key settings to change the display from:
29-07-08

to:
July 07, 2008

Then play with DESC and ASC from there.

Just a couple of thoughts.

Good Luck!!
gameutopia

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 2 Aug 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.