The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
SQL Query to get view counts of Thread
Hey All,
I'm looking to get the view counts of threads Code:
select threadid, count(*) as count from threadviews where threadid = 104216 group by threadid order by count desc Code:
104216 2 So I'm not sure where to get the correct view count. Thanks in advance, Carlos |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|