XF 2.0 Widget

Hi there, I've been looking everywhere but can't come up with the answer.

What I'm trying to do is to insert a widget into a specific thread. How can I do that?

Thanks...

Did you find a solution ?
May be :
Code:
$thread_id == x

Possibly better to use Ads Manager from @Siropu. Don't take any notice of the name. It's much more than an Ad Manager.

The latest version allows you to position a widget almost anywhere you want, including in a specific thread I believe.
 
Did you find a solution ?
May be :
Code:
$thread_id == x

Yes sir, I sure did...

This is what I got. My forum is in spanish so maybe I'm not bringing the right translation but here it is:

First of all, click/select "Thread view: Sidebar" on the "Show possitions" options.

Then, where it says "template", I have something like this:

HTML:
<xf:if is="$context.thread.thread_id == 5643">
    bunch of HTML code including styles and things like that (whatever you may need goes here)
</xf:if>

5643 is the thread where I have the widget shown at. The link is here if you want to check it out: https://planetabeisbol.com/threads/...res-en-la-historia-de-las-grandes-ligas.5643/

I hope it helps...
 
Top Bottom