The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Catherine, forumdisplay.php is written in the PHP scripting language, not in JavaScript. You will find forumdisplay.php in the root directory of your vBulletin installation.
|
#12
|
|||
|
|||
Thank you!
|
#13
|
|||
|
|||
hi there, thanks very much for this tip its something that i have needed on my board for a while and didnt know it existed hat off 2 ya
only thing is could someone tell me how to change it so that the forum i am displaying by thread title so that it is sorted in ascending order aswel? heres what i have at the moment in my forumdisplay.php file PHP Code:
many thanks in advance |
#14
|
||||
|
||||
just change it to:
PHP Code:
|
#15
|
|||
|
|||
hi there mate thanks very much for your help. Ive changed it but it doesnt seem to have taken effect - heres what my forumdisplay.php looks like
PHP Code:
many thanks |
#16
|
||||
|
||||
hmm, it should work, be sure it's below this block:
if ($sortorder!='asc') { $sqlsortorder='DESC'; $order['desc']='selected'; } else { $sqlsortorder=''; $order['asc']='selected'; } have you uploaded the correct file? |
#17
|
|||
|
|||
yeah definetly mate triple checked that and its underneath that block heres what more if it looks like..........
PHP Code:
|
#18
|
||||
|
||||
looool, damn sorry was my fault
change $sortorder=''; into $sqlsortorder=''; |
#19
|
|||
|
|||
Would it be possible to get a hack, which allows the user to set the thread order (forward or reverse) from the user control panel?
No matter what way I set it, half the group always wants it the other way. Thanks! |
#20
|
|||
|
|||
^bump
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|