Nice plugin !
Is there a reason why conditionals don't work in the ad code ?
I wanted to have certain ads on my archives and wanted to use the following header ad code.
Code:
<if condition="THIS_SCRIPT == 'archive'">
Archive ADS
<else /> Main Page Ads
</if>
also I think there was a problem with then new install code for vb3.7. [new installation for vb3.7.txt]
Edit #2
Code:
<td align="$stylevar[left]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center>
should it be ?
Code:
<td align="$stylevar[left]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center></td>