Nisshutsu 0 Report post Posted September 10, 2004 I have always wondered how you can place ads inside that of a phpbb forum. There are no locations to place the ad coding into the admin section, so you must have to place the code inside one of the php forum files.Can anyone please tell me what file I need to edit and where in the file I have to add the coding.Thanks Share this post Link to post Share on other sites
dissipate 0 Report post Posted September 11, 2004 Here's a tute on how to implement a Google adsense skyscraper ad.https://www.phpbb.com/community/viewtopic.php?t=203332 https://2''>https://2'>https://www.phpbb.com/community/viewtopic.php?t=203332 https://2Services like AdSense usually teach you what code to add to your webpage and where for the kind of ad you want. You might find more information there once you sign up. Share this post Link to post Share on other sites
almoo7 0 Report post Posted September 16, 2004 Thanks! I'm intending to place ads in my site since it generates income. Hope someone can post a guide or something(a short but detailed one would be good)... Share this post Link to post Share on other sites
cyborgxxi 0 Report post Posted January 30, 2006 Please note that just placing ads on your site doesn't mean it will generate income. You WILL make money out of it if visitors click on your advertisements. And I have no freaking idea how people will even care to click on any advertisements, unless it's some crazy sale or something like that... I haven't been making much since beginning Share this post Link to post Share on other sites
Houdini 0 Report post Posted January 30, 2006 If you want to you could incluse the code for a horizontal banner right in the overall_header.tpl that way no matter what your users are doing or looking at they will see your ads. Find the below in the bottom of the overall_header.tpl in all templates (subSilver, Blacky, Glass or whatever) </table></td> </tr> </table> <br />Put your ad code between </table> and <br /> then they can't help but see your ads. Share this post Link to post Share on other sites