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
does this mean, you can create it where it would be like an adsense revenue share forum. if so, let me know. thanks
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.
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 -->