Jump to content

How to make "club" custom profile fields admin only

Featured Replies

Posted

Hi,

What would be the best approach to making all custom profile fields for clubs admin only?

What i have currently done is a sneaky css edit, where i simply hid the divs containing the profile field, i.e.:

#core_clubfield_2 {
  display: none;
}

 

Are you talking about for editing or for displaying, or both?

Are you comfortable creating plugins?

  • Author

For editing only. I am comfortable learning if I know its a good approach. Any plugin tutorials that would help get me started?

Ideally you would create a plugin that would not add the custom fields to the club form (except for admins/moderators). Hiding the fields may be sufficient for some end users, but knowledgeable users could still adjust the values of those fields.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.