E -Eric- Member Sep 11, 2019 #1 same as here in the resources section when viewing the content. I think it's in Page information (Page criteria), but I don't know the values to fill in.
same as here in the resources section when viewing the content. I think it's in Page information (Page criteria), but I don't know the values to fill in.
Anomandaris Well-known member Sep 11, 2019 #2 Most people display notices on all threads in a specific forum node, which can be done via Page Critera. But if you want to display only on a specific thread you would use: Code: <xf:if is="{$thread.thread_id} == x"> //display content </xf:if> I think that is correct Upvote 0 Downvote
Most people display notices on all threads in a specific forum node, which can be done via Page Critera. But if you want to display only on a specific thread you would use: Code: <xf:if is="{$thread.thread_id} == x"> //display content </xf:if> I think that is correct
P Paul B XenForo moderator Staff member Sep 11, 2019 #3 I believe he means displaying the notice when viewing any thread. The template name is visible via the browser inspector. Upvote 0 Downvote
I believe he means displaying the notice when viewing any thread. The template name is visible via the browser inspector.
E -Eric- Member Sep 11, 2019 #4 thank you very much. [v]Content template is: xfrm_resource_view Upvote 0 Downvote