Im using phpbb and i just cant manage to setup the ads. the site has been approved, Im using an /aphrodite_mc skin and im placing it in the overall_footer.tpl I'm placing the code in the right place since anything else i type in shows up but the ads dont. any clues?
straight up php doesnt work in phpbb .tpl files you gotta use some template operator to put the php in
It's easy... 1. Place your ad_network.php and ad_network_ads_374.txt at the root level of your forum directory. 2. In templates/your-php-template-directory find the "oveall_footer.tpl" place the following in the appropriate part of that file: " {AD_NETWORK} " (without the quotes) 3. Now go find the "viewforum.php" file in the root directory of your forum. Paste the following code into that page, making sure it is before the // Parse the page and print //Ad Network inserted by you include ($phpbb_root_path . 'ad_network.php'); $template->assign_vars(array('AD_NETWORK' => $ad_network[0])); unset ($ad_network); //End inserted by you Code (markup): That should do it. If you have any troubles, or this does not work, feel free to ask!
hehehe..... your one brainy girl, choosen a nice heading to attractive attention of all the boys arnd !