phpbb Google Adsense Section Targeting

Here is a quick tweak for anyone using phpbb forum that would like google adsense to show more relevant ads.

viewtopic_body.tpl

Find

{TOPIC_TITLE}

Replace

{TOPIC_TITLE}

Find

{postrow.MESSAGE}{postrow.SIGNATURE}{postrow.EDITED_MESSAGE}

Replace:

{postrow.MESSAGE}{postrow.SIGNATURE}{postrow.EDITED_MESSAGE}


That’s it! Now you have a fully optimized phpbb forum for adsense!

Login