Results 1 to 4 of 4

Thread: how to put adsense code (Vertical Banner 120*160) in phpbb3

  1. #1
    Join Date
    May 2009
    Posts
    4

    how to put adsense code (Vertical Banner 120*160) in phpbb3

    Hello To all,
    I am new to this forum. I have recently launched PHPBB3 forum to share PC,Internet Broadband problem.Now I want to put Google Adsense vertical 120*160 banner to right hand side of Index page of my forum. I have already put Adsense code horizontally, but unable to do it vertically. Please help me.

    Thanks in Advance.

  2. #2
    Join Date
    Mar 2008
    Posts
    227

    Re: how to put adsense code (Vertical Banner 120*160) in phpbb3

    Here i will provide you the adsense code for your vertical banner.

    <script type="text/javascript"> <! --
    google_ad_client = "pub-xxxxxxxxxxxxxxxx";
    google_ad_width = 160;
    google_ad_height = 120;
    google_ad_format = "160x120_as";
    google_ad_type = "text_image";
    google_ad_channel = "";
    google_color_border = "d6e9ff";
    google_color_bg = "FFFFFF";
    google_color_link = "0000FF";
    google_color_text = "999999";
    google_color_url = "0000FF";
    google_ui_features = "rc:6";
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

  3. #3
    Join Date
    May 2009
    Posts
    4

    Re: how to put adsense code (Vertical Banner 120*160) in phpbb3

    I have code but don't know where to place it..
    Last edited by abhishek; 01-06-2009 at 08:24 PM. Reason: External link removed

  4. #4
    Join Date
    Jun 2006
    Posts
    623

    Re: how to put adsense code (Vertical Banner 120*160) in phpbb3

    To insert the adsense code into the fist post of a topic:

    open viewtopic_body.html file in your styles/yourStyle folder and search for the following line:


    After the following line:

    <div class="content">{postrow.MESSAGE}</div>



    Add the following:

    <!-- IF postrow.S_FIRST_ROW -->

    Your-Ad-Code-Here

    <!-- ENDIF -->




    After following Line:

    title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->

    </ul>



    Add the following:

    <!-- IF postrow.S_FIRST_ROW -->

    Your-Ad-Code-Here

    <!-- ENDIF -->

Similar Threads

  1. Need to know how secure phpBB3 is?
    By Tramba-keshwar in forum Technology & Internet
    Replies: 6
    Last Post: 09-07-2011, 10:47 PM
  2. Monitor Google AdSense Account With Shock AdSense
    By Fleming in forum Technology & Internet
    Replies: 1
    Last Post: 21-05-2009, 09:49 PM
  3. phpbb3 Forum in Wordpress
    By Ron1 in forum Technology & Internet
    Replies: 1
    Last Post: 14-04-2009, 07:11 PM
  4. Where to get PHPBB3 Templates
    By KaramChand in forum Software Development
    Replies: 4
    Last Post: 10-02-2009, 07:38 PM
  5. PHPBB3 permissions
    By Gap meer in forum Software Development
    Replies: 5
    Last Post: 27-12-2008, 07:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,006,764.24329 seconds with 17 queries