1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

any one!!! how to put adsense in phpbb3?

Discussion in 'phpBB' started by conceptman, Mar 2, 2008.

  1. #1
    i want to put adsense in phpbb3 the latest version if anyone can do that to 3 of my forums he will get a gift pm me
     
    conceptman, Mar 2, 2008 IP
  2. amazingronit

    amazingronit Well-Known Member

    Messages:
    1,334
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    130
    #2
    PMed you please check.
     
    amazingronit, Mar 2, 2008 IP
  3. ki3000

    ki3000 Active Member

    Messages:
    361
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #3
    does this mean, you can create it where it would be like an adsense revenue share forum. if so, let me know.

    thanks
     
    ki3000, Mar 4, 2008 IP
  4. Jackuul

    Jackuul Well-Known Member

    Messages:
    2,972
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    180
    #4
    Here I have one Adsense banner working, however there is a mod for adsense that is in development and I believed does sharing here, and advertisement mod here, with admin control and stats here. There is also this.
     
    Jackuul, Mar 11, 2008 IP
  5. andyba

    andyba Well-Known Member

    Messages:
    132
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #5
    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 -->
     
    andyba, Mar 12, 2008 IP