Moderator: Moderators



Professional wrote:is there this google adcence for phpbb 3.0.1?
drankur wrote:can anybody please tell how to ad google adsense ads BEFORE 1st post ,
plz help

drankur wrote:i have already looked there but it shows ads after any post...
<!-- IF postrow.S_FIRST_ROW --> <!-- IF postrow.S_FIRST_ROW -->
<div class="post bg2">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="postbody">
<h3>{postrow.POST_SUBJECT}</h3>
<p class="author"><strong>Sponsor</strong></p>
<div class="content" style="text-align: center;">
Insert your ad code here
</div>
</div>
<dl class="postprofile" id="profile0000">
<dt>
<strong>Sponsor</strong>
</dt>
<dd> </dd>
</dl>
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
<span class="corners-bottom"><span></span></span></div>
</div>
<hr class="divider" />
<!-- ENDIF -->

phpBB.com wrote:Ads before or after the first post in a topic
If you want ads either before or after the first post in a topic, open styles/prosilver/template/viewtopic_body.html
For ads before the first post, find the line below and add the sample code after this line.
- Code: Select all
<!-- BEGIN postrow -->
For ads after the first post, find the line below and add the sample code before this line.
- Code: Select all
<!-- END postrow -->
Here is the sample ad code:
- Code: Select all
<!-- IF postrow.S_FIRST_ROW -->
<div class="post bg2">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="postbody">
<h3>{postrow.POST_SUBJECT}</h3>
<p class="author"><strong>Sponsor</strong></p>
<div class="content" style="text-align: center;">
Insert your ad code here
</div>
</div>
<dl class="postprofile" id="profile0000">
<dt>
<strong>Sponsor</strong>
</dt>
<dd> </dd>
</dl>
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
<span class="corners-bottom"><span></span></span></div>
</div>
<hr class="divider" />
<!-- ENDIF -->
Of course, replace Insert your ad code here with the ad code your provider gives you.


<!-- IF postrow.S_FIRST_ROW -->
<div>
...insert adsense code from google here...
</div>
<!-- ENDIF -->
Users browsing this forum: No registered users and 4 guests