Log in

View Full Version : Ad after first post for VISITORS ONLY


nwingate
03-27-2006, 05:31 AM
I know if I want to add an ad after the first post I open up the postbit template and ad this at the end.

<if condition="!$GLOBALS['FIRSTPOSTID']">
<!-- Adsense here -->
</if>

What conditions would I have to add to make it only appear to visitors?

Borisch
03-27-2006, 05:54 AM
<if condition="!$show['member']">
<!-- Visitor code here -->
</if>

I think that'll do it.

nwingate
03-27-2006, 06:04 AM
Thank you SO MUCH.

That worked.. your awesome

Borisch
03-27-2006, 08:49 AM
No problem, glad I could help out!