The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hello,
I want to make it so that when a user replies to a thread....it doesn't up the thread to the top of the forum summary...but the last post date needs to change. The only way a thread will UP to the top of the forum summary is using Tubedoog's UP hack found here: http://www.vbulletin.com/forum/showt...threadid=12571 Any help or leading in the right direction would be greatly appreciated. |
#2
|
||||
|
||||
Change the references in the orderby section in forumdisplay.php from lastpost to dateline. This:
Code:
switch ($sortfield) { case 'title': case 'lastpost': case 'replycount': case 'views': case 'postusername': case 'voteavg': break; default: $sortfield='lastpost'; } if ($sortfield=="voteavg" and !$foruminfo[allowratings]) { $sortfield="lastpost"; } Something like that should work (or not) |
#3
|
|||
|
|||
Freddie,
I forgot to mention that I only want this to work for some forums....how would I go about doing that? |
#4
|
||||
|
||||
With more hacking than I care to paste Time constraints you know..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|