AdSense inside the 2nd post

Discussion in 'vBulletin' started by draque, Apr 7, 2013.

  1. #1
    I want to add my google ads INSIDE the 2nd post

    Example: See attachment


     

    Attached Files:

    draque, Apr 7, 2013 IP
  2. o_iSniPe_xX

    o_iSniPe_xX Well-Known Member

    Messages:
    482
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #2
    There are mods for this. If you have a real, active vBulletin licence, go to vbulletin.org, and find it under the mod tab.
     
    o_iSniPe_xX, May 13, 2013 IP
  3. tavenger5

    tavenger5 Well-Known Member

    Messages:
    178
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    135
    #3
    Assuming you're using the built in advertising just replace this in postbit
    <vb:if condition="$show['first_ad'] AND $post['isfirstshown']">
    with
    <vb:if condition="$show['first_ad'] AND $post[postcount] % $vboptions[maxposts] == 2">
     
    tavenger5, Jul 23, 2013 IP