1. sergio0187
  2. Support
  3. Sunday, May 22 2016, 07:24 PM
Hi,

We use Easyprofile, which is great. People fill in many fields and admin gets e-mail with link to approve account.
This works ok.

However, admin still needs to go to administrator, search for user, walk trhough all profile tabs and than activate / not activate.

Is it possible to have
- not activated users also displayd at frontend?
- have extra link in current admin notify e-mail to go to the profile page of user at frontend?

If extra costs is required, please let me know!

Kind regards,
Sergio
admin Accepted Answer
Admin
Hi,
Easy Profile extends Joomla user management (no replace), so activation of users is not managed by EP but it is managed directly by Joomla

not activated users also displayd at frontend?
No, this is not possible without core hack.
Core Hack:
- in file /components/com_jsn/models/list.php at line 112 remove this code:
->where('a.block=0')

- in file /components/com_jsn/controller.php comment or delete code from line 42 to line 47
if(JFactory::getUser(JFactory::getApplication()->input->get('id'))->block)
{
$lang = JFactory::getLanguage();
$lang->load('com_users');
JError::raiseWarning(403, JText::_('COM_USERS_USER_BLOCKED'));
}



have extra link in current admin notify e-mail to go to the profile page of user at frontend?
Sorry this is a bit complex and require Joomla core changes or develop of some plugin. You can ask to some developer to do this, the link to profile page will be something like index.php?option=com_jsn&view=profile&id=ID_OF_USER

If extra costs is required, please let me know!
Sorry we do not works as freelance.
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


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