SAB Member Sep 14, 2016 #1 I want to add a field to my resource items that only certain user groups can see...is that possible?
Chris D XenForo developer Staff member Sep 14, 2016 #2 You might be able to hide them with template conditionals, or with an add-on, but the functionality doesn't exist by default. Upvote 0 Downvote
You might be able to hide them with template conditionals, or with an add-on, but the functionality doesn't exist by default.
SAB Member Sep 14, 2016 #3 okay thanks...is there an English version of what you just said about conditionals- LOL Upvote 0 Downvote
Dadparvar Well-known member Sep 14, 2016 #4 SAB said: okay thanks...is there an English version of what you just said about conditionals- LOL Click to expand... Here you are https://xenforo.com/community/resources/conditional-statements.1604/ You can also do it with permissions, if you know how to work with it. Upvote 0 Downvote
SAB said: okay thanks...is there an English version of what you just said about conditionals- LOL Click to expand... Here you are https://xenforo.com/community/resources/conditional-statements.1604/ You can also do it with permissions, if you know how to work with it.
SAB Member Sep 14, 2016 #5 Dadparvar said: Here you are https://xenforo.com/community/resources/conditional-statements.1604/ You can also do it with permissions, if you know how to work with it. Click to expand... Thanks for this; I see that I could use: <xen:if is="{xen:helper ismemberof, $visitor, x}"> This content will show to members of user group x </xen:if> to only show to the admin user group but how would I link that to a customer field? I appreciate any help/Guidance. Upvote 0 Downvote
Dadparvar said: Here you are https://xenforo.com/community/resources/conditional-statements.1604/ You can also do it with permissions, if you know how to work with it. Click to expand... Thanks for this; I see that I could use: <xen:if is="{xen:helper ismemberof, $visitor, x}"> This content will show to members of user group x </xen:if> to only show to the admin user group but how would I link that to a customer field? I appreciate any help/Guidance.