MyBB Community Forums

Full Version: MyBB Search Input
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to get the MyBB search input.

For example, I type this keywords into mybb search value

just another keyword

Now I want to print to the screen what I've entered.

Is there any variable in MyBB allow me to do that ?

I checked in search.php and found this :

$search['keywords']

Is that correct?
So you basically want to have something that says: "You searched for: just another keyword"?

I used that variable in my template and it worked, so go ahead and try that!

Hope this helps! Smile.
I've just confirmed it few hours ago. Thanks you anyway.

Big Grin