Ok I've seen alot of folks asking but did not see anyone respond. I got this working tonight and on 3.6 RC1 (weee)
To make them forum specific here is what I did:
Add this to the bottom of the navbar template
<center><ad what="fid$foruminfo['forumid']" /></center>
In the keywords field of the banner in phpadsnew I put:
fid2 (This make is display on the page when forum ID 2 is the one I'm viewing)
I also have this in header:
<ad what="header" />
and in the keywords for the banner I want I have:
Header (on my test banner for the forum ID2 I put this in the header:
fid2, header (and it displays on both locations)
I also noticed a bug in either the code or documentation in the server settings where it says use the "path" or if using xml-rpc to use the "url" I had to use the URL even though I'm not using xml-rpc or it would not work at all.
Hope this helps..
|