Hi,
I see how users can select what fields are shown on the frontend but I want an option for them to select if their profile shows at all on the frontend to the public.
So, you need to have something like privacy for entire profile? Because this is possible but require a small plugin. We can build this plugin that block other users to see profiles of a specific usergroup;
with this you can create a field and add condition to add the user to this usergroup if the field have a specific value:
- Create usergroup "Private User"
- Add a Radio field (Yes/No) called like "Public Profile"
- Add a condition to this field like if equal to No then add to usergroup "Private User"
With the plugin that we will develop for you then these users will have a private profile.
Let me know if you need this so we develop it in an hour
Does this mean that I can not map my custom Joomla registration fields to Easy Profile?
Yes, basically Joomla user management works with plugins, Joomla Custom Fields is one of these, like Easy Profile or like built in "User - Profile" plugins (this plugin is included in all Joomla installation but disabled by default, it add some static custom field).