first post with adsense for vbulletin?

Discussion in 'AdSense' started by Adulu, Jun 11, 2007.

  1. #1
    As DP forum ,I post this thread below will display adsense.
    Dose someone know how to do?
    my forum version 3.6.5

    thank you
     
    Adulu, Jun 11, 2007 IP
  2. oseymour

    oseymour Well-Known Member

    Messages:
    3,960
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    135
    #2
    there are a lot of vbulletin mods that will do this for you. you have to search around. If you have a legitimate version of vbulletin, then join the forums at www.vbulletin.com.
     
    oseymour, Jun 11, 2007 IP
  3. Pierce

    Pierce Active Member

    Messages:
    634
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    95
    #3
    depends, this template is called "postbit" if your user bar is on the left, rather than the top,its "posbit_legacy"

    That is the template you wish to edit, you can then insert/modify some html and insert the adsense code into the template.

    Pierce
     
    Pierce, Jun 11, 2007 IP
  4. Pastorsinlot

    Pastorsinlot Well-Known Member

    Messages:
    839
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    125
    #4
    Pastorsinlot, Jun 11, 2007 IP
  5. xAlexKimx

    xAlexKimx Well-Known Member

    Messages:
    547
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    158
    #5
    I don't know if it's against the rule of this site or not by posting out the code. But here for me I would do this.
    In Postit Template >> postit_legacy
    You'll find

    <!-- message -->
    <div id="post_message_$post[postid]">$post[message]</div>
    <!-- / message -->


    replace similar code beblow

    <!-- message -->
    <div id="post_message_$post[postid]">$post[message]</div>


    <!---ads-->


    <if condition="THIS_SCRIPT == 'showthread'">
    <if condition="!$GLOBALS['FIRSTPOSTID']">

    <script type="text/javascript"><!--
    google_ad_client = "pub-6481184935889917";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text";
    //2007-06-05: KhmerFun-Forums 1st Post
    google_ad_channel = "8642802075";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "0000FF";
    google_color_text = "2D8930";
    google_color_url = "2D8930";
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>


    </if>
    </if>
    <!--ads-->

    <!-- / message -->


    **change google ads code to yours
    Demo at http://www.khmerfun.net
     
    xAlexKimx, Jun 11, 2007 IP
  6. 7stars7stones

    7stars7stones Peon

    Messages:
    368
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Too bad google won't let us use CPM ads ONLY on our forums, because PPC ads are not performing well on forums...
    Those who get 1% clicktrough rates are considered lucky...
     
    7stars7stones, Jun 11, 2007 IP
  7. Adulu

    Adulu Peon

    Messages:
    2,791
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    0
    #7
    My problem has been solved.
    thanks for all.
     
    Adulu, Jun 11, 2007 IP