Quote:
Originally Posted by MidNight_tr
if pluin not working
temporary solution
Go to your admin cp, then:
Styles & Templates -> Style Manager -> Current Template
[Edit Templates] -> Select 'postbit->postbit_legacy'
Find
Code:
<!-- / post #$post[postid] -->
After
Code:
<if condition="$vboptions[Adsense_Banner_setting_onoff]">
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[Adsense_Banner_setting_caption_onoff]">
<tr>
<td class="thead" align="left">$vboptions[Adsense_Banner_setting_caption]</td>
</tr>
</if>
<tr>
<td class="alt1" align="center">
$vboptions[Adsense_Banner_setting_text]
</if>
</td>
</tr>
</table>
</div>
$spacer_close
</if>
</if>
|
Sorry dude, your fix doesn't work for me. It just results in my browser waiting for the page to update. Maybe some variables are wrong or something.
I'm really looking forward to a working version of this plugin!