Alright, I've finally decided to try co-op on one of my sites. I put the files on my server and the code in, and all seems fine but no ads are showing up yet. Will the ads (on my site) not show up until the site validates?
Ads should show as soon as you put up the code. sounds like you aren't parsing it... what's the site?
www.freewebsitedirectory.com but I didn't set the ad for that site, I wanted a different site get the ad benefit. is that ok?
You have to do some special tweaking to get it to work with PHPLD. 1. Add this to footer.tpl where you want the ads: 2. Add this to index.php in the end just above "echo $tpl->fetch('main.tpl', $id);" : 3. Rename the file: ad_network_431.php to network.php instead otherwise it won't work. 4. In network.php find the line that says And add a # before it to disable it. Now it should work.
ha! I got it Thanks for the instructions jim, but what I did was add {php}{/php} tags arund it in the template file and it worked fine.
I use PHPld in a subsection of a big site that has Co-Ops on every pages with multiple footers. Any alternative solution? Forget it, I recently saw mdvaldostas suggestion
I know this is an old thread but I had to refer to it to get CoOp working on PHPLD... however I had to make one adjustment to Jim's instructions... the network.php file was using <?php at the top and I had to change it to <? to get it to work...