Support

  1. peacetree
  2. Features Request
  3. Saturday, March 15 2014, 09:17 AM
Possibility to include users in list that are NOT approved yet and users that have NOT confirmed their email address.
admin Accepted Answer
Admin
Not without edit code.
you can delete in file /components/com_jsn/models/list.php at line 76 this code:
->where('a.block=0')

the line becomes:
$query->select($this->getState('list.select','a.id'))->group('a.id')->from('#__users AS a')->join('left','#__jsn_users as b ON a.id=b.id')->join('left','#__user_usergroup_map as c ON a.id=c.user_id')->where('a.block=0');


Now you can see all user, if you want a list of activated user put in Custom SQL WHERE a.block=0
if you want a list of not approved user put a.block=1
if you want a list of confirmed their email address put a.activation LIKE "___%" (I use this because in some cases the activation not empty)
  1. more than a month ago
  2. Features Request
  3. # 1
  • 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.

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.