How can we insert google adsense to show ads after topic like this site currently showing .
Showing Adsense After Topic Post
Started by
muhammadnabeel
, Apr 05 2008 05:08 PM
3 replies to this topic
#1
Posted 05 April 2008 - 05:08 PM
#2
Posted 05 April 2008 - 08:13 PM
Insert the following at the bottom of the RenderRow template bit (under "Topic View") in your skin:
change the background colour to suit your site
this is the code i am using on this site.
<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
Posted 07 April 2008 - 09:10 AM
glen, 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:
change the background colour to suit your site
this is the code i am using on this site.
<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
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.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users










