MyBB Hacks

Full Version: search keyword in the inline forum search
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
i wanted to know how can i add
You have searched for KEYWORD HERE. below are the search results.

i tried with {$searchval} from forumdisplay_searchforum_inline and pasted it in the forumdisplay  but it don't printed anything on the frontend.
Please help!!
i am not even able to find {$searchval} in http://crossreference.mybboard.de/nav.ht...http://crossreference.mybboard.de/nav.html?_variables/ does that even exist?
Try

Code:
<div style="{$filters_set['__search']['visiblecss']}">
You've searched for: {$filters_set['__search']['value']}
</div>

wow
thanks for the help it worked like a charm
Excellent, just what I needed to tell users how to clear the search Smile
Reference URL's