Jump to content


- - - - -

Showing Adsense After Topic Post


  • Please log in to reply
3 replies to this topic

#1 muhammadnabeel

muhammadnabeel

    New Member

  • Members
  • Pip
  • 4 posts

Posted 05 April 2008 - 05:08 PM

How can we insert google adsense to show ads after topic like this site currently showing .

#2 glen

glen

    Administrator

  • Admin
  • PipPipPipPip
  • 888 posts

Posted 05 April 2008 - 08:13 PM

Insert the following at the bottom of the RenderRow template bit (under "Topic View") in your skin:

<if="$post['post_count'] == 1">
<table class='ipbtable' cellspacing="1">
<tr>
<td style="background:#EEF2F7" align="center">
Ad code goes here!
</td>
</tr>
<tr>
	<td class="catend" colspan="2">
	<!-- no content -->
	</td>
</tr>
</table>
</if>

change the background colour to suit your site :)

this is the code i am using on this site.

#3 muhammadnabeel

muhammadnabeel

    New Member

  • Members
  • Pip
  • 4 posts

Posted 07 April 2008 - 09:10 AM

View Postglen, on Apr 6 2008, 11:13 AM, said:

Insert the following at the bottom of the RenderRow template bit (under "Topic View") in your skin:

<if="$post['post_count'] == 1">
<table class='ipbtable' cellspacing="1">
<tr>
<td style="background:#EEF2F7" align="center">
Ad code goes here!
</td>
</tr>
<tr>
	<td class="catend" colspan="2">
	<!-- no content -->
	</td>
</tr>
</table>
</if>

change the background colour to suit your site :)

this is the code i am using on this site.

thanks you so much brother take care

#4 jonsmart

jonsmart

    New Member

  • Members
  • Pip
  • 5 posts

Posted 19 September 2009 - 09:14 AM

That is the reason I recommend many to learn the coding. I am learning it, because a good knowledge helps you play with your layout as and when required.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users