I tried this but i still can't get it, what am i doing wrong? ARGH
Code:
<if condition="in_array($post[membergroupids],array(82))">
<div class="vBadvertisement">
<span style="text-align: right; font: bold 9px arial, sans-serif; color: #666633;">Paid Ad</span>
<br /><a href=$post[field24]><span style="color: #990000;font-weight: bold;">$post[field25]</span></a>
<br />$post[field26]
<br /><br />
<a href="/payments.php"><span style="text-align: right; font: bold 9px arial, sans-serif; color: #666633;">Get a sig like this!</span></a>
</div>
</if>
--------------- Added [DATE]1213139696[/DATE] at [TIME]1213139696[/TIME] ---------------
Just to remove anything extra i did this
Code:
<if condition="in_array($post[membergroupids],array(82))">
<div class="vBadvertisement">Signature Sponsor
<br /><a href=$post[field24]>$post[field25]</a>
<br />$post[field26]
<br /><br />
<a href="/payments.php">Get a sig like this!</a>
</div>
</if>
But still nothing shows.