The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I don't want them to go up to the top, I just want them to stay in the order that the first thread was posted in, BUT I only want it on one forum. Is this possible? Sorry if this is more of a request, but it doesn't sound too hard... I just wasn't sure.
|
|
#2
|
||||
|
||||
|
Sure... already posted this 7 times before I think.
![]() In forumdisplay.php, replace: Code:
default:
$sortfield='lastpost';
Code:
default:
if ($foruminfo['forumid']==XXX)
$sortfield='thread.dateline';
else
$sortfield='lastpost';
OT: Anyone else here wondering what the heck this code does? ![]() PHP Code:
|
|
#3
|
||||
|
||||
|
<a href="https://vborg.vbsupport.ru/showthread.php?s=&postid=219127#post219127" target="_blank">https://vborg.vbsupport.ru/showt...127#post219127</a>
|
|
#4
|
||||
|
||||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|