Ranma1981 Member Jun 19, 2013 #1 Hello, 1) when you create a new notice message, is possible show it only in the home of forum? I saw many many options...but I didn't find it. 2) As template parameters, what is the code to show something, only to guests on forum homepage? Thanks..
Hello, 1) when you create a new notice message, is possible show it only in the home of forum? I saw many many options...but I didn't find it. 2) As template parameters, what is the code to show something, only to guests on forum homepage? Thanks..
P Paul B XenForo moderator Staff member Jun 19, 2013 #2 1. Page Criteria - Content template is forum_list 2. User Criteria - User is a guest Upvote 0 Downvote
Ranma1981 Member Jun 19, 2013 #3 Hi Brogan, thanks! And for template parameters, what is the correct code? I found the conditional statements...but I have any difficults to create the correct code. Can you help me please? Thanks.. Upvote 0 Downvote
Hi Brogan, thanks! And for template parameters, what is the correct code? I found the conditional statements...but I have any difficults to create the correct code. Can you help me please? Thanks..
P Paul B XenForo moderator Staff member Jun 19, 2013 #4 <xen:if is="!{$visitor.user_id} AND {$contentTemplate} == 'forum_list'"> Upvote 0 Downvote