The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]() Quote:
So to do this stick Code:
if(in_array($foruminfo['forumid'], array(70,71,72,73,74,75,76,77,78,79,80)) { $sqlsortorder = 'ASC'; $sqlsortfield = 'thread.dateline'; $sortfield = 'lastpost'; $handled = true; } Code:
$array = array(70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80); if(in_array($foruminfo['forumid'], $array)) { $sqlsortorder = 'ASC'; $sqlsortfield = 'thread.lastpost'; $sortfield = 'lastpost'; $handled = true; } edit: I don't see any forumdisplay_sort file anywhere. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|