Support

  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.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.