Closed (fixed)
Project:
Site User List
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 May 2007 at 07:10 UTC
Updated:
15 May 2007 at 08:16 UTC
I have been using site user list to help manage a database of members, that can also log in to my website. I just noticed that any members that are blocked do not appear on the list. Is there a way I can show both active and blocked members?
Thanks for your help.
Comments
Comment #1
pukku commentedRight now, the only way to do this is to edit the module file. Line 417 in site_user_list.module should be a part of the definition of
$internal_sqland should read. "WHERE u.status = 1". If you comment out this line (put a//at the start of the line) or delete the line, blocked users should show up.I will make this an option for the future.
Comment #2
sam_bolton commentedGreat, thanks for that. That has worked.
Comment #3
sam_bolton commented