Is there a way for me to add a conditional into the UserCP profile template (whchever one that is!) so that it enables a Custom Field if the user is a member of Admin/Smod or of a usergroup I choose?
I appreciate they cannot do this at registration time as they are only in few groups then, but once they are SMOD, when they visit their UserCP it will pop another field for them to populate...?
Is it:
I appreciate they cannot do this at registration time as they are only in few groups then, but once they are SMOD, when they visit their UserCP it will pop another field for them to populate...?
Is it:
HTML Code:
<if condition="is_member_of($bbuserinfo, nn)">Show Custom Field</if>
Comment