Форумы / Cotonti / Extensions / Work in progress: Basic gallery with jQuery Lightbox

GHengeveld
#16159 18.08.2009 04:09
You need to add an ORDER BY statement in the SQL, I guess it's in gallery.inc.php or something (working on another PC so I dont have the code here). I think the SQL looks like this
SELECT * FROM $db_pfs_folders WHERE pff_ispublic=1 AND pff_isgallery=1
You should add something like this:
ORDER BY pff_updated DESC