How to search for Polls in a forum?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ubbuser
    Senior Member
    • Jan 2002
    • 716

    How to search for Polls in a forum?

    Hi I'd like to search for all threads in a forum that contain polls.

    HOw to do this? thanks.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74161

    #2
    You can't from the tools that are provided because polls are not separate entities from threads.

    However you can do a select from the MYSQL command line (or phpMyAdmin for that reason) that can list them for you.
    Code:
    select * from thread where pollid>'0' and forumid=XX
    Replace XX with the forum you want to search and it will return a list of threads for you to take note of.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...