The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Way to tell who or how many are using which styles?
Is there a way to tell who or how many people are using a particular style? I'd like to drop one, but I don't know if it's popular or not.
Thanks. |
#2
|
||||
|
||||
Well, you could always do a MySQL query (in the AdminCP, go to Maintenance, select "Execute MySQL query" (you might have to be set as a user in the config.php to do so if you are not already--I can't remember if that's in the config.php or the regular Admin permissions, tbh).
The query you'd be wanting to execute is: SELECT COUNT(*) AS num_users FROM user WHERE styleid=12345 Replace 12345 with whatever styleid is your Style. --------------- Added [DATE]1235078143[/DATE] at [TIME]1235078143[/TIME] --------------- As an addendum, there is a useful Stats tool we just installed on our own forums that has this and other useful information. You may want to try it: psiStats 2009 |
#3
|
|||
|
|||
Brilliant! Thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|