1. zuotoski
  2. General
  3. Thursday, March 06 2014, 05:57 AM
Hi!
How can I show the Basic Configuration profile to the user only? After all, I think that it matters just to the user him/herself.
I've found a way to hide it, but it also hides the edition (on Joomla core User Management Configuration, ser it to Yes or No).

Thanks.
Accepted Answer
admin Accepted Answer
Admin
sorry I did not read the question well!:o
For not possible, in the next release we implement this possibility.
  1. more than a month ago
  2. General
  3. # Permalink
zuotoski Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
If you want to do this
in file /plugins/user/jsn_users/jsn_users.php at line 251 replace this:
if(JFactory::getApplication()->isSite() && JComponentHelper::getParams('com_users')->get('frontend_userparams',1) && $name!='com_users.registration')

with this:
if($userVisitor->id==$user->id && JFactory::getApplication()->isSite() && JComponentHelper::getParams('com_users')->get('frontend_userparams',1) && $name!='com_users.registration')
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.