1. emedia
  2. Bug Report
  3. Friday, August 12 2016, 08:21 AM
Just updated to EasyProfile 2.0. Now on the frontend when logged in as a "registered member" and viewing the EasyProfile "User List (table)" there are two new fields that display that I don't want and did not previously display. One column is labeled "Newsletter" and the other is oddly worded "Newsletter Informations". These are not fields that I want displayed to members and I can't find where to disable or hide this info.
admin Accepted Answer
Admin
Hi,
these fields was also available in the previous version because these are added by "CMC Registration plugin". in the previous version all fieldgroups (and fields from plugins) was displayed all in one page, now in the new version are displayed in a tab view.

"CMC Registration plugin" is not designed to see other profiles, it not have a options to hide own fields in profile page. You can solve this by adding a simple code in this plugin:

in file /plugins/user/cmc/cmc.php at line 45 try to add this code:

if(JRequest::getVar('option','')=='com_jsn') return true;

Now in Easy Profile page this plugin do nothing, in edit profile and registration pages it works normally
  1. more than a month ago
  2. Bug Report
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.