Quote:
Originally Posted by simonhind
their are variables that havent been updated to vbulletin 4 yet and using vb3 variables
this does not work for vb4
for example
[if ($vbulletin->options['bbr_google_active']) is vb3 variables
<vb:if condition="$vboptions['bbr_google_active']">
you will need to run through you codes again
|
This is coded for vBulletin 4.0. What are you talking about.
There are template conditionals and you use your regular php code in your plugins.
This modification works just fine.