XF 2.3 Ad Removal

With auto ads you don't use any of the built in add placements so no. If you set up manual ads then you can use the ad placements and set criteria.
You can modify PAGE_CONTAINER to render the HTML for auto ads to guests only (assuming its in the head or at the end of the page, I'm unsure where you put the code, but you can show it to guests only if that's what you're using).

HTML:
<xf:if is = "!$xf.visitor.user_id">
Your auto ads code
</xf:if>

Should do the trick.
 
Last edited:
Back
Top Bottom