MyBB Community Forums

Full Version: condition and vb navbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
quick search don't work only search forums is working
i am working on
Massacre Wrote:i am working on

Were you able to check?
here is the fix for header template

find

<!-- header quick search form -->
......
<!-- / header quick search form -->

change to

<!-- header quick search form -->
<div class="menupop" id="search-popup" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="tcat">search</td>
</tr>
<tr>
<td class="row">

<form method="post" action="$settings[bburl]/search.php">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" name="keywords" value="" />
$gobutton
</td>
</tr>
<tr>
<td class="menu_row"><a href="search.php">search forums</a></td>
</tr>
</table>
</div></form>

<!-- / header quick search form -->

Cool! Thanx alot it works now
thanks works great just like vb
Hey works great for me here also. Thanks for this.

One question how would I add a space between the navbar and the forums? In the picture I want to add a space where the black line is similar to where the red line is.
Just add a <br /> after the navbar code in your header template; that should work.
Thanks, guess I should have tried the obvious thing first
One last question. How do I get it so that blue border goes around the navbar as well.

Image of what I speak of.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12