The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Plugin problem
I got in plugin code:
$content = "<if condition=\"THIS_SCRIPT != 'adv_index'\">something</if>"; $vbulletin->templatecache['headinclude'] = $vbulletin->templatecache['headinclude'] . fetch_template('my_template'); eval('$vbulletin->templatecache[\'headinclude\']'); and in my_template I have: $content and unfortunately in page source I see those ifs.... I should see only "something" if I'm on adv_index without those ifs. <if condition="THIS_SCRIPT != 'adv_index'">something</if> Anyone any idea how to do that ? I cant place those ifs in template... Is this doable? How? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|