The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Here is what I am using to pull the data from the database right now:
Code:
$getresults = $DB_site->query("SELECT * FROM resources WHERE keywords LIKE '%$s%'"); while($results = $DB_site->fetch_array($getresults)) { eval('$searchresults .= "' . fetch_template('forum_searchbit') . '";'); } i.e. If vBulletin is my row entry and it has a keyword column entry of vbulletin, forum - when I search on community, the entry still shows when it should not. I need a way around that to prevent it from showing anything other than a "Please try another search term" when a word is not in the database ![]() I am hoping that is a bit more clear, just had a cup of coffee so I am a bit more awake than I was ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|