web analytics
Home > Google > How to Add Advertisements After the First Post in a Thread for PHPbb

How to Add Advertisements After the First Post in a Thread for PHPbb

December 9th, 2008

In this tutorial I will show you how to insert ad like google adsense after the first post in the thread. You can see an example here www.qvis.com.au. You can made the changes directly within the adminstration control panel. This will be fairly straight forward and simple to implement.


Here are the steps of how to do it:
1. Go into phpBB administration control panel
2. Then click on the style tab.
3. On the left handside menu click on Templates.
4. Select the template file (viewtopic_body.html) from the drop down menu.
5. Find this tag , then insert the below code just above this line. What this does is that it inserts the advertisement after the first post.

<!– IF postrow.S_FIRST_ROW –>
<div class="post bg2">
<div class="inner">
<span class="corners-top">
<span></span></span>
<div class="content">
<dl class="faq">

<dd style="text-align:center;">

<!– INCLUDE ads.txt –>
</dd></dl>
</div>
<span class="corners-bottom">
<span></span></span>
</div>
</div>
<!– ENDIF –>

6. Create a file and call it ads.txt on the server. Then paste your adsense code inside this file. Once you have create the file upload it to the server under you selected style. For example if the style you have selected for your forum is prosilver then upload it to styles\prosilver\template\ads.txt.
7. Save your changes and test out your site.

If you want ads after the first and last post.


<!-- IF postrow.S_FIRST_ROW -->

TO


<!-- IF postrow.S_FIRST_ROW or postrow.S_LAST_ROW -->

Share This Post

Google

  1. February 9th, 2009 at 19:58 | #1

    Found this on another forum. Thought it might be use full. The website gives exact steps to get a free
    gold membership for the worlds largest dating service website.

    [url=http://free-aff-memberships.webs.com/]Free Membership[/url]

    Enjoy [IMG]http://www.sharemyphotos.info/e/K.gif[/IMG]

  2. March 5th, 2010 at 15:07 | #2

    Best post so far I have read.

  1. March 17th, 2009 at 22:46 | #1