Hello Everyone!
I'm looking for directions on changing the settings so that the posts in the Guestbook are descending and not ascending. Does anyone know what file I might be able to do this in?
Ascending / Descending Post Listings
You can try changing to
Make sure you change ALL occurrences of the above line in the script (5 times!!)
Haven't tested it so make backup of the entries file before trying anything.
Code: Select all
$lines=file($settings['logfile']);
Code: Select all
$lines=array_reverse(file($settings['logfile']));
Haven't tested it so make backup of the entries file before trying anything.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools