The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New posts for specific categories/forums?
Hello. I'd like to have the ability to see the "New Posts" for only a specific category or forum and not all new posts from the whole board. Is that possible? Is there any hack already?
|
#2
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=40164" target="_blank">https://vborg.vbsupport.ru/showt...threadid=40164</a>
|
#3
|
|||
|
|||
Logician,
This hack exculdes a forum from searching it. I want the reverse: I'd like to search only one forum. Is is difficult? |
#4
|
||||
|
||||
Quote:
But if you want a specific code for this this should work (this is not tested while the other one was): Replace PHP Code:
PHP Code:
|
#5
|
||||
|
||||
Quote:
use my hack and add a simple "if" condition... something like: Code:
if ($thread['forumid'] == 2) { eval("\$newsbits .= \"".gettemplate('forumhome_threadbits')."\";"); } Code:
if (in_array($thread['forumid'], array(2, 5, 18))) { eval("\$newsbits .= \"".gettemplate('forumhome_threadbits')."\";"); } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|