The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Query to get all thread ID's for a user
This query will get all thread ID's for a specific user. I use it to see how much traffic a specific user's threads are getting by plugging the ID's into Analytics (a simple replace of /r/n with | in Notepad++ does the job for the required format)
Code:
SELECT `threadid` FROM `thread` WHERE `postusername` LIKE 'USERNAME' ORDER BY `threadid` DESC; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|