PDA

View Full Version : what style is most popular


turbosatan
08-18-2008, 07:42 PM
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

ThorstenA
08-18-2008, 10:48 PM
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 :D

The query you are looking for is

SELECT styleid, count(*) FROM user GROUP BY styleid
If you have a prefix (for example "pre_"), you have to add this prefix to user, in my example it would be pre_user. Have fun :D

Opserty
08-18-2008, 11:29 PM
Try: Show Users using Style in Stylechooser (https://vborg.vbsupport.ru/showthread.php?t=95637&highlight=style+users)

turbosatan
08-19-2008, 10:27 AM
Try: Show Users using Style in Stylechooser (https://vborg.vbsupport.ru/showthread.php?t=95637&highlight=style+users)

that is one superb and really easy to use plugin.

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