XF 2.0 Widget

JoyFreak

Well-known member
Licensed customer
Is there a way I can add a widget to a specific category/forum only?

Thanks!
 
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...
 
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...
 
Hello
What would be the position to select to display a block just over a Category forum list ? Or in a Thread list ?
Thank you.

2018-10-14 11_56_33-Actu - Conseil - SAV - Téléchargements _ Le forum des portables Asus.webp

2018-10-14 11_56_59-Actualité _ Le forum des portables Asus.webp
 
Back
Top Bottom