Blue Well-known member Apr 19, 2015 #1 Can't find the critera to display a notice when someone is viewing a locked thread so is there a conditional that will allow me to display a message when someone is viewing a locked thread?
Can't find the critera to display a notice when someone is viewing a locked thread so is there a conditional that will allow me to display a message when someone is viewing a locked thread?
P Paul B XenForo moderator Staff member Apr 19, 2015 #2 Code: <xen:if is="!{$thread.discussion_open}"> If you want to see which params are available, add this to the thread_view template: Code: {xen:helper dump, $thread} Upvote 0 Downvote
Code: <xen:if is="!{$thread.discussion_open}"> If you want to see which params are available, add this to the thread_view template: Code: {xen:helper dump, $thread}
upnet Active member Feb 19, 2020 #3 @Brogan, is there a different code for XF2.1? I'm looking to add a conditional to widgets showing popular threads and exclude locked threads Upvote 0 Downvote
@Brogan, is there a different code for XF2.1? I'm looking to add a conditional to widgets showing popular threads and exclude locked threads