The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Style users
There was something like this in VB2 but non yet for VB3. Basically, it tells you how many users are currently using a style on your board. Its useful for admins to see what style is much more popular too. Thats about it. Any hack like this would be greatly appreciated.
|
#2
|
|||
|
|||
Yes, I agree. I found this thread searching for the answer to your very question. Anyone? Thanks.
|
#3
|
||||
|
||||
You can just run
Code:
SELECT style.title, count( user.styleid ) as usage_count FROM user LEFT JOIN style ON ( user.styleid = style.styleid ) GROUP BY user.styleid |
#4
|
|||
|
|||
I imagine that is in the running a query section.
Thank you, I will enable that feature and do that tomorrow. Hopefully someone could post how to include the numbers in the style selection like you see on a lot of boards. That would make it very easy. Thanks again. |
#5
|
||||
|
||||
Should be fairly easy to write some code for that ...
Where exactly do want to show this information (screenshot maybe)? |
#6
|
|||
|
|||
Quote:
|
#7
|
||||
|
||||
Is this modification somewhere available?
|
#8
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|