sort the album list sort the album list
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

sort the album list

Started by evok, May 01, 2005, 10:06:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

evok

hey.. how can i sort the album list on the startpage- that the last uploaded album is displayed first? or is it not possible?


evok

thanks for your reply.. but ive got a problem: the index.php includes two lines with ' ORDER BY a.DESC '. - and when i change them i get a databes error. do you know which line i have to change? and is this the right syntax: ' ORDER BY a.DESC '. ?

Nibbler

You want to change the occurence of

' ORDER BY a.pos '.

that appears in the function list_albums(), so that it reads

ORDER BY a.aid DESC