1. czarrna
  2. General
  3. Tuesday, March 22 2016, 08:46 AM
Hi,

I would like to know how to show only last 50 or 100 users that registered on the map.

There will be hundreds of users of the website I am working on and thus I am worried about the website being very slow when showing map with all users.

Additionally I would like to show these last 50 users depending on the group their assigned to (i.e. one map for last 50 authors, another map for last 50 editors etc.)

I looked into the documentation on SQl custom where but couldn't figure out how to do this.

Would be grateful for help.
Thanks
Accepted Answer
admin Accepted Answer
Admin
Hi,

You can configure your modules like:

Limit 50 users to display
# Articles to List: 50

Order by registered date to see latest members
Order: Registered Date
Order Type: Descending

Filter for some usergroup (for example for authors)
SQL Custom Where: group_id IN (3)
  1. more than a month ago
  2. General
  3. # Permalink
czarrna Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


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