[Template] Add an Ad After the First Post
What this modification will do is add a Add, your choice, below the first post of a thread. There are many ways that you can display the ads, I am going to show a couple here. The possibilities are as endless as your imagination 
336x280 or similar ad after the first post
In either Postbit or Postbit_legacy place at the end of the template:
This will produce an ad that looks like this and be for an 336x280 advertisement:
Ad After First Post With Google
You can replace the Google image with anything you want if you use another type of ad.
728x90 ad or similiar after the first post
In either Postbit or Postbit_legacy place at the end of the template:
then go to Style Manager > All Style Options and at the bottom under Additional CSS Definitions add the following at the bottom:
and adjust it to how you see fit with the styling. It will produce an ad similiar to:
728x90 Ad After First Post

336x280 or similar ad after the first post
In either Postbit or Postbit_legacy place at the end of the template:
HTML Code:
<if condition="$show['guest']"> <if condition="!$GLOBALS['FIRSTPOSTID']"> <div style="padding-top: 5px;"></div> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%"> <tr> <td class="thead" colspan="2">Advertisement </td> </tr> <tr> <td class="alt2" valign="top" width="175"> <span class="bigusername">Google</span><br /> <span class="smallfont">Ads by Google</span><br /> <img src="http://www.conflictingviews.com/images/misc/1.jpg" alt="" /> </td> <td class="alt1"> Ad Code Here </td> </tr> </table> </if> </if>
Ad After First Post With Google
You can replace the Google image with anything you want if you use another type of ad.
728x90 ad or similiar after the first post
In either Postbit or Postbit_legacy place at the end of the template:
HTML Code:
<if condition="$show['guest']"> <if condition="!$GLOBALS['FIRSTPOSTID']"> <div class="firstpostad"> Ad Code Here </div> </if> </if>
HTML Code:
.firstpostad { background-color: #F5F5F5; border: 1px solid #0B198C; padding: 5px; margin-top: 5px; text-align: center; } 728x90 Ad After First Post





Linear Mode

