The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Show guests newest post first by default
By default I can set how new user registrations are set (i.e. linear - newest post first) but for guests this isn't an option.
I saw someone suggest this, but it does not seem to work (older post) - anyone know how to do this in 3.7x? Quote:
--------------- Added [DATE]1221257253[/DATE] at [TIME]1221257253[/TIME] --------------- Answering my own - appears this works (change showthread.php) // ************************************************** ******************************* // set post order if ($vbulletin->userinfo['postorder'] == 0) { $postorder = ''; } else { $postorder = 'DESC'; } // set default post order for guests if ($bbuserinfo['userid'] == 0) { $postorder = 'DESC'; } |
#2
|
|||
|
|||
Thanks very much for your help!!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|