View Full Version : browse result descending?
martinh
03-22-2006, 06:28 PM
Hello,
I have both options in my browse_template: dropdown and checkboxes. the browse result with drop-down is descending by date, the result with checkboxes ascending.
I want to have the result with checkboxes descending, too. Can anyone help me with this?
Martin
blinking8s
03-27-2006, 03:29 AM
please post a link, pixelpost version, and server settings
@Will: Did you write to correct topic?
@martinh: it will need hack of the PP or its addon.
blinking8s
03-27-2006, 05:57 AM
lol...i think so, so many windows open right now...might have crossed thoughts in my head or something as well
*shuts up*
sentinel
03-27-2006, 12:29 PM
@martinh:
imho the "hack" in index.php looks like this
line520ORDER BY datetime, t2.id DESC";
change to ORDER BY datetime DESC, t2.id DESC";
.. note.. modified versions get no support in forum :)
ps.: maybe this modification makes it into the tree, because of consistency. all other archive sql-queries order descending by date except this one (concerning 1.4.3, dunno in 1.5.x)
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.