View Full Version : Search for Deactive users
ATForum
02-13-2019, 10:43 PM
Is there a way to search for any users who are set to Deactive versus Active?
Thanks.
In Omnibus
02-14-2019, 12:04 AM
There is no "deactive" status in vBulletin 5. You'd have to run a query by last login date.
ATForum
02-15-2019, 01:21 PM
hmmm... we had some customization done on our forum. They must have added it. Thanks for the response. I'm assuming a query is not a function that is offered to non-tech people (a button I can push). I'm a little saavy but not like most of you guys. Thanks anyways!
In Omnibus
02-15-2019, 01:59 PM
You can run something like this in AdminCP > Maintenance > Execute SQL Query:
SELECT * FROM user WHERE lastactivity='2008-11-11'
Obviously you'll want to change the date to whatever last activity date for which you're searching.
ATForum
02-15-2019, 07:23 PM
Thanks!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.