Hi! I love your ad manager. Works great except that page criteria is not working. I need to exclude my arts and literature forum from showing ads. http://www.the8thlegion.com/forums/arts-and-literature.17/ ^^^I keep getting banned from google due to people posting bikini pics there. How do I exclude that thread.
Currently the page criteria is lacking. Do you mean the forum or a thread in that forum? If it is the forum then you can select all forums but that one in the page criteria. If it is the thread then I don't see any easy way to do it.
Okay I got it working by adding a conditional inside the ad_above_content template. Code: <xen:if is="{$forum.node_id} == 17"><xen:else /><xen:hook name="ad_above_content" /></xen:if>
Yeah that will work fine I plan to extend the criteria system a lot to be much more flexible. Will probably do it the same as XenForo but not actually use XenForos system.
Actually it works fine now. I didn't need to do that template edit. The mistake I made is although I did not highlight the subforum I wanted to exclude, it did not work for me because I had the parent forum highlighted.