The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Search for Deactive users
Is there a way to search for any users who are set to Deactive versus Active?
Thanks. |
#2
|
||||
|
||||
There is no "deactive" status in vBulletin 5. You'd have to run a query by last login date.
|
#3
|
|||
|
|||
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!
|
#4
|
||||
|
||||
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. |
#5
|
|||
|
|||
Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|