Adsense Inside the Post
This modification is in the archives.
This little template modification allows you to put an Ad inside the post with Text wrapped around the Ad.
See Screenshot. In postbit template replace Code:
<!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> Code:
<!-- message --> <if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and ($show['guest'])"> <span style="margin: 2px; float: right; width: 301px; height: 251px;"> ADSENSE CODE HERE </span> </if> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message -->
v 1.0.1 :Ads displayed after the first post on every page (instead of just the first page) Tip: To remove quote button for guests. Replace Code:
<if condition="$post['replylink'] Code:
<if condition="$post['replylink'] AND $show['member']"> Download No files for download. Screenshots |
Similar Mods
Mini Mods Adsense Inside the Post | vBulletin 3.6 Template Modifications |