Ad after first post

devilinearth

New Member
I wanna add one ad of size 728X90 in every thread after first post only....

sorry no screenshot..

What i've to do..?? any mod or teplete edit...

Thanx in advance...​
 
There have been many posts asking how we get the adsense after the first post here. Lot's of people have this and this is just a compilation of things I have tried over time. So it's not original but it works.

Just place it at the bottom of your postbit or postbit_legacy template.

Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
    <div style="padding:6px 0px 0px 0px;margin-top:4px;">

    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="thead" align="left">Sponsored Links</td>
    </tr>
    <tr>
        <td class="alt1" align="center">
        <br />
your google code - banner ad- or whatever you want here
        </td>
    </tr>
    </table>

    </div>
</if>


hope this helps!
 
or go to admincp =>style Manager => edit templates => Ad location templates , u can add your ads as u like its very very easy

good luck
 
Back
Top