1
elvir
INACTIVE USERS
  • 2004/3/29 23:41

  • elvir

  • Just popping in

  • Posts: 90

  • Since: 2004/1/4 1


I've tried to help some of you guys but now I can't help myself and I need an assistance:

I have 179 users on my web site. If I go through control panel and try to find inactive users it says that there's no any inactive. But on the first page "find user" in control panel it says this:

(Active Users: 179 Inactive Users: 1)

I can't find this inactive one.

Any help on this!?

Thanks

2
Dave_L
Re: INACTIVE USERS
  • 2004/3/30 2:09

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


The code that produces those two values is in modules/system/admin/findusers/main.php:

$acttotal $member_handler->getUserCount(new Criteria('level'0'>'));
$inacttotal $member_handler->getUserCount(new Criteria('level'0));


The inactive user count is the number of users with xoops_users.level = 0, which (I think) are users whose registration hasn't been been approved/verified (whatever the term is).

If the admin page doesn't help you identify those users, you can use the MySQL query:
SELECT FROM xoops_users WHERE level 0

3
elvir
Re: INACTIVE USERS
  • 2004/3/30 8:58

  • elvir

  • Just popping in

  • Posts: 90

  • Since: 2004/1/4 1


He he, there it is. An inactive one. It says "anonymous"

Find Users »» Search results
Avatar User Name Real Name Email PM URL Joined Date Last login Number of posts
Anonymous 1 Edit
Delete
Send mail



Now it says:

Find Users
(Active Users: 180 Inactive Users: 0)


Thanks Dave ...

Login

Who's Online

117 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 117


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits