conan
If I send a form to search.php, what parameters would I need to pass to only search the "thread title"? Right now search.php performs a full-text search, if I'm not mistaken..
I would like an end result like this:
....../board/forumdisplay.php?thread=MSFT
but I believe Vbulletin uses threadid and forumid or something like that?
I guess I'm not really familiar with mySQL enough to know how to send a form with parameters that will filter only the "thread" titles.
I guess I'm looking to do something similar to
http://www.RagingBull.com where there is an input box on the left, and you type a stock symbol and it will search only the Message Board titles (not a full-text search)..
If anyone has a little extra time and can give me a code example of how I can do this, I would be EXTREMELY grateful
Thanks!
Mike