The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
is there a way to find out which style is in useby different users? ie some stats
i figure i could possibly check each user profile one at a time but i would like some stats as i have about 8 styles and several thousand users so that would ltake ages!! thanks in advance for your replies |
|
#2
|
||||
|
||||
|
You'll have to do this manually via mysql (some kind of "programming"). Do you know phpmyadmin? If not, I would google for mysql and phpmyadmin. You can do serious bad things within mysql and there's no "undo" button there
The query you are looking for is Code:
SELECT styleid, count(*) FROM user GROUP BY styleid
|
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
|
Quote:
Also shows that only two of 19000 odd members are using one of the other styles. Time for a newsletter methinks Thanks a lot for your reply |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|