The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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')."\";"); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|