tooth-paste 12 Posted September 19, 2018 I created a user who can add members. Is it possible to hide the field 'Admin field', 'Images' and 'Biography' on a profile page in the admin? Share this post Link to post Share on other sites
szabesz 2,875 Posted September 19, 2018 (edited) If I understand it correctly, you can do it by adjusting the settings of the core User Profile module: "What fields can a user edit in their own profile?" which also removes them from the user's profile page. Edited September 19, 2018 by szabesz typo Share this post Link to post Share on other sites
tooth-paste 12 Posted September 19, 2018 I found this but these are there own profile. And the fields can not be found in these settings. These are the fields I want to get rid off. Share this post Link to post Share on other sites
szabesz 2,875 Posted September 19, 2018 The admin theme selection should be configurable with admin_theme. Anyway, another trick is to edit the Fields settings of User template and on the Input tab of the given field set the visibility to Hidden (not shown in the editor). Share this post Link to post Share on other sites
tooth-paste 12 Posted September 19, 2018 10 hours ago, szabesz said: The admin theme selection should be configurable with admin_theme. Anyway, another trick is to edit the Fields settings of User temple and on the Input tab of the given field set the visibility to Hidden (not shown in the editor). Where can I find these fields? Share this post Link to post Share on other sites
szabesz 2,875 Posted September 19, 2018 Just turn on "Show system templates" in the template list. Edit the template level field settings as usual: If you have the great Custom Inputfield Dependencies module by @Robin S installed, you can easily implement any sort of custom visibility (even by using PHP and the PW API). 4 1 Share this post Link to post Share on other sites
tooth-paste 12 Posted September 19, 2018 Thx! Works great! 1 Share this post Link to post Share on other sites