thenashy Active member Sep 15, 2019 #1 I've had a look at some of the resources on here, but I can't work it out. Is it possible to use a conditional to show a widget only on a single thread?
I've had a look at some of the resources on here, but I can't work it out. Is it possible to use a conditional to show a widget only on a single thread?
Anomandaris Well-known member Jan 2, 2020 #2 HTML: <xf:if is="$thread.thread_id == 0"> Show content... </xf:if> change 0 to thread id. Upvote 0 Downvote