Jump to content

How to make "club" custom profile fields admin only


Aetherdan

Recommended Posts

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;
}

 

Posted

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 members

    • No registered users viewing this page.
×
×
  • Create New...