Adsense on PHPBB?

Discussion in 'Placement / Reviews / Examples' started by mizt, Jun 10, 2005.

  1. #1
    I got a phpbb forum that to my surpirse gets lots of weird random search terms type-in vistors and would like to capitalize on them some. I want to intergrate adsense into the forums for the highest CTR. I don't care about turning off vistors as most are one time visits. Who has sucessfully intergrated adsense into there phpbb forums and had a decent CTR. I'm thinking a large skyscraper on either the left or right side my produce some clicks instead of the standard banner after the first post. Also it would be really helpful if you could provide how you intergrated it (the code etc...) ;)
     
    mizt, Jun 10, 2005 IP
  2. Kasparoff

    Kasparoff Peon

    Messages:
    335
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #2
    To integrate the script you really need to know HTML. Open up templates in your DreamWeaver and put your codes to the places you want.
     
    Kasparoff, Jun 10, 2005 IP
  3. mizt

    mizt Active Member

    Messages:
    772
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    70
    #3
    I'm fairly familar with html. I'm just having a hard time intergrating stuff because it seems a table starts in one file and ends in another.
     
    mizt, Jun 10, 2005 IP
  4. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #4
    Here are instructions for right and left skyscrapers on phpBB.
     
    Will.Spencer, Jun 10, 2005 IP
  5. Allen

    Allen Peon

    Messages:
    83
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Here's how I've put Ads in my forums: http:// forum.overclockers .pl/files/forums_google_as.png
    It works better for me than putting it after first post.

    The file you need to edit is viewtopic_body.tpl.

    Put Your Code just after tables html code and before {QUICKREPLY_OUTPUT} code if you got Quick Reply MOD installed.

    html code
       </tr>
    </table>
    <div align="left">Google AdSense Code</div>
    {QUICKREPLY_OUTPUT}
    Code (markup):
    Just an alternative ;)
     
    Allen, Jun 11, 2005 IP