Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 9, 20187 yr 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; }
January 9, 20187 yr Are you talking about for editing or for displaying, or both? Are you comfortable creating plugins?
January 9, 20187 yr Author For editing only. I am comfortable learning if I know its a good approach. Any plugin tutorials that would help get me started?
January 10, 20187 yr 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.