BassMan
Well-known member
Hi,
I'd like to ask for some help because I have difficulties to find the right permission for this:
For example: View your identities works with this code
What is the right code for View your details on your profile page?
I've tried with
Thank you for any help.
I'd like to ask for some help because I have difficulties to find the right permission for this:
For example: View your identities works with this code
<xf:if is="$user.canViewIdentities()">
What is the right code for View your details on your profile page?
I've tried with
<xf:if is="$user.canViewProfile()">
but it's a no go...Thank you for any help.