The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Sequential thread links
Hi,
Just wondering if anyone knows of the possibility, or even an existing modification that allows the linking of threads within a subforum in a specific order. Maybe the order they were posted in. Good example: http://i.imgur.com/2ocOlVW.png?1 Perfect example: http://i.imgur.com/GtmQygc.png?1 Or, if anyone knows what kind of html code I'd have to paste in each thread, I think that could work too. (I forget, vbulletin does allow the option to have only an admin be able to post html in a thread, right?) Thanks. |
#2
|
||||
|
||||
Login to your admincp and go to Settings > Options > Thread Display Options (showthread) - then scroll down to find... "Full Next / Prev Links" tick "yes" and then save at the bottom.
|
#3
|
|||
|
|||
Try this plugin for "forumdisplay_query"
Code:
$sqlsortfield = "thread.threadid"; $sqlsortorder = "ASC"; // or "DESC", whichever way you want $sqlsortfield2 = ""; |
#4
|
|||
|
|||
Quote:
Quote:
|
#5
|
|||
|
|||
Code:
if ( in_array( $forum['forumid'], array( 2, 5, 9, 17) ) ) { $sqlsortfield = "thread.threadid"; $sqlsortorder = "ASC"; // or "DESC", whichever way you want $sqlsortfield2 = ""; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|