The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
That code first of all is wrong (Should be if ($vbulletin->options['myplugin_active']) )
And using that in a template won't work. You'd need to do Code:
<if condition="$vboptions[myplugin_active] == 1"> Your code here </if> |
#12
|
|||
|
|||
![]()
but you should use
$show['myaddon'] in template and all other stuff with php its easier to debug |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|