How do I search for all closed threads that I have on my forums? Sort of like the feature to find polls, for instance.
Announcement
Collapse
No announcement yet.
How do I search for all closed threads that I have on my forums?
Collapse
X
-
There is no built-in function to do this. You could find the threadids of closed threads with this query:
SELECT threadid FROM thread WHERE open='0';Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment