Izagar
Active member
I hope the title is easy to explain. >_<
I'd like to have advertisements under the first post of each topic... Maybe possible under the first post of each page... Or maybe the middle post on each page? I don't know.
I searched for it before on Google and found a post that Brogan made, but now I can't find it.
You got that code, so how do I modify it to make an ad work under a certain post for guests only?
I would appreciate the help.
I'd like to have advertisements under the first post of each topic... Maybe possible under the first post of each page... Or maybe the middle post on each page? I don't know.
I searched for it before on Google and found a post that Brogan made, but now I can't find it.
Code:
<xen:if is="!{$visitor.user_id}">
This content will show to guests
</xen:if>
You got that code, so how do I modify it to make an ad work under a certain post for guests only?
I would appreciate the help.