Looking for way to add custom content to specific thread

AtoZ

Member
...without posting to the thread.

My forum is almost 15 years old and I have a lot of search traffic. I'd like to take those threads that rank well in google and add content to monetize them.

For instance, a thread asking where to get something laminated would have an advertisement for a laminator.

I already have Rotating Ads and Widget Framework, but I don't think they will do what I need (or I can't figure out how...)
 
You can use conditional statements utilising the thread ID to insert specific content into certain threads.
 
Thanks.... found it. I will try it out. :)
<xen:if is="{$thread.thread_id} == x">
This content will show in thread x
</xen:if>
 
Top Bottom