I made an addon for VB4 and everything works fine, now I wanted to convert VB3 and popular option that variables are not interpreted in the same way
Eg.
$ok = "OK if true" . $vbulletin->options[bip_ct_padding_botton]." admin";
With this formula in the plugins and reporting $ok in postbit the result is
?OK if true admin
Then the variable at the center is not powered, but the value is there because if I enter $vboptions[bip_ct_padding_botton] on postbit the value is displayed.
I ask you what I miss? Other eg. Not Working
$post[message] .= ?test?
thanks
PS The addon I would like to convert it
Birthday image