Hi,
attached to this post you can find the override, please follow these steps:
- Extract file
- Create folder /templates/your_template_folder/html/com_jsn/list/
- Copy table_user.php into new folder
With Joomla Template Override when you update Easy Profile the override will not be overwriten.
Set "Private" on the Privacy Settings does not mean hide the field, means making it available only to owner.
ALTENATIVE
To do what you want, there are other methods (not Privacy), you may do so:
- Disable parameter "Enable Privacy control"
- Set "home telephone number" field to show
only on edit profile page and registration
- Create a new field,
show only on profile
Type: HTML Delimiter
Title: home telephone number
HTML description: {user home_telephone_number_alias displayed}
- Create a new field displayed
only on edit profile page and registration
Type: Radio
Title: Public your Home telephone number?
Options:
0|No
1|Yes
Condition 1: if equal to 1
show home telephone number field (HTML Delimiter)
Now in registration/edit profile you have 2 fields: "home telephone number" and "Public your Home telephone number?"
In profile/list pages you will see only "home telephone number" field (HTML Delimiter), this field will be displayed only when "Public your Home telephone number?" is set to yes.
DOCS
the string {user home_telephone_number_alias displayed} will be replaced with user value of field with "home_telephone_number_alias" alias, this is possible using our content plugin, you will find docs with examples at
https://www.easy-profile.com/docs/26-plugin-content.html