Andrej Well-known member Nov 4, 2011 #1 I would like to show a notice when a user is creating a new thread in a specific forum. What do I need to do? I tried putting <xen:if is="{$forum.node_id} == 9"> under Page Information, but that didn't work.
I would like to show a notice when a user is creating a new thread in a specific forum. What do I need to do? I tried putting <xen:if is="{$forum.node_id} == 9"> under Page Information, but that didn't work.
P Paul B XenForo moderator Staff member Nov 4, 2011 #2 Use Page is Within Nodes: <forum> and Content Template is: thread_create. Upvote 1 Downvote
P PASS Well-known member Sep 2, 2020 #3 Brogan said: Use Page is Within Nodes: <forum> and Content Template is: thread_create. Click to expand... What did thread_create change to in 2.1? Says that template doesn't exist anymore Upvote 0 Downvote
Brogan said: Use Page is Within Nodes: <forum> and Content Template is: thread_create. Click to expand... What did thread_create change to in 2.1? Says that template doesn't exist anymore
Finexes Well-known member Sep 2, 2020 #4 PASS said: What did thread_create change to in 2.1? Says that template doesn't exist anymore Click to expand... That should be forum_post_thread Upvote 1 Downvote
PASS said: What did thread_create change to in 2.1? Says that template doesn't exist anymore Click to expand... That should be forum_post_thread
P PASS Well-known member Sep 2, 2020 #5 Finexes said: That should be forum_post_thread Click to expand... That worked. Thanks! Upvote 0 Downvote