$3.00 for Adsense explaination

Discussion in 'Services' started by cpmfast, Feb 26, 2008.

  1. #1
    I will pay $ 3.00 to the first person to give directions to add adsense to VBullet... forum
     
    cpmfast, Feb 26, 2008 IP
  2. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    PHPGator, Feb 26, 2008 IP
  3. domainloco.net

    domainloco.net Notable Member

    Messages:
    3,085
    Likes Received:
    59
    Best Answers:
    1
    Trophy Points:
    225
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    From another site.

    For Vbulletin;

    1. Go to admin cp.

    2. Under Styles/Template, look for ‘Search within templates’.

    3. Select your current style name and key in ‘postbit’ then make a search.

    4. The result will be highlighted in red.

    5. Select ‘postbit’ then edit.

    6. Look for HTML comments such as “posts, messages, signature”. That is where we will put our code.

    7. Now we will a PHP test, because we are interested in first and last post only, not all of the posts.

    8. Enter this test:

    <if condition="(!$GLOBALS['FIRSTPOSTID'])"> your adsense code here </if>

    9. And if you are into the last post, enter the following as well:

    <if condition="($post[islastshown] and !$GLOBALS[’vbulletin’]->GPC[’ajax’])"> your adsense code here </if>

    10. Save it and now check if you manage to have your adsense in vbulletin posts


    From the vBulletin site.
    http://www.vbulletin.org/forum/showthread.php?t=100299
     
    domainloco.net, Feb 26, 2008 IP