The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Plugin using global_complete hook, cant exclude from a forum using if conditional
This is replacement code from kh99, using global_complete hook, its works good
Code:
$find = 'Post New Thread'; $replace = 'Create a Listing'; $output = str_replace($find, $replace, $output); but now i want to exclude a forum already tried wrap it using below if conditional, but its not works Code:
if ($foruminfo['forumid'] != 123) { } Code:
if ($thread['forumid'] != 123) { } Code:
if ($post['forumid'] != 123) { } please help guys |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|