I'm trying to install the coop on www.itguru.co.za but I can't get anywere. Now I'm not even getting an error but it doesn't show anything. I did everything as per instructions. My site has a folder 'templates' where all files have .tpl extensions. I'm trying to install on the footer there. I added .tpl in my .htaccess file. I have the files ad_network_215.php and ad_network_ads_215.txt in my main directory and in my www directory. Please help. Thanks Marian
Yes thanks. At the very bottom of my pages. Currently just displays Partners. The PHP code starts just after that and it seems like is not beeing read. Any help appreciated. Thanks Marian
Sounds like you're using Smarty templates. If so, you need something similar to this in your php file: include ('/path/to/ad_network_215.php'); $smarty = new Smarty(); $smarty->assign('adnetwork',$ad_network); $smarty->display('adnetwork.tpl'); PHP: In the adnetwork.tpl template you will have something like: {$adnetwork} to display the ads.