PDA

View Full Version : My Navbar Search is not working, please help me out


torrentrockerz
03-28-2009, 05:46 AM
Hi Guys,
I am unable to search from navbar option as in below Screenshot
https://vborg.vbsupport.ru/

I am getting this following msg as below Screenshot....
http://www.imagehostzone.com/images/uzmpgaezx06uwkqqaaq3.jpg

I can search happily in advance search option from navbar.....by click advance search option as follows
https://vborg.vbsupport.ru/

Please help me out..what to do to resolve this issue?

TigerC10
03-28-2009, 07:14 AM
In your navbar template find:


<form action="search.php?do=process" method="post">


Below that, you should see...

<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />


The code segment in red is what you're probably missing, or has been typoed in some way...