The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to query for the number of users that have subscribed to a forum
Hi all, just wonder if anyone has figured out how to query for the number of users that have subscribed to a particular forum. What do you query in SQL?
Thank you |
#2
|
|||
|
|||
I think this might work:
Code:
SELECT COUNT(*) FROM subscribeforum WHERE forumid = X |
#3
|
||||
|
||||
Yes that should work.
If you want to do this on a thread level, there is this mod, [OzzModz] Users Subscribed To Thread Block |
#4
|
|||
|
|||
Thank you. I will give it a shot.
|
#5
|
||||
|
||||
Let me know if it is what you were after.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|