Hi,
i'm running vBulletin 3.8.4, vB Ad Management 5.02, Forum Ad Management 1.01 and have issues with $stylevar.
I have this (example) in Forum Ad Management/Postbit adcode:
Code:
<table cellpadding="$stylevar[cellpadding]" width="100%">
which gets translated to
Code:
<table cellpadding="" width="100%">
when sent to the client - the $stylevar is replaced with an empty string.
I don't want to put numeric values in there like "6" but use the $stylevar variables.
What do i have to do to get template variables to work in postbit adcode?
Thanks,
Marcel.