Bug when zero search results

I just noticed something while testing my VB board with the AS skin.

If you do a search, and there are zero results, you don't get any message - just a reload of the search page.

It also happens here on this forum.

Ideas?

thanks

#440761

Hmm, I never noticed that, really not sure what is causing that.

#440801

Hmm, I never noticed that, really not sure what is causing that.

bummer. well, let me know when/if you figure it out.

#440875

I noticed it too and was able to fix it by editing the search_forums template.

Find:

$navbar

Add this underneath:

<if condition="$show['errors']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">
$vbphrase[errors_occured_with_search]:
</td>
</tr>
<tr>
<td class="pin1">
<ol>$errorlist</ol>
</td>
</tr>
</table>

</if>

#443368

Fofer: that worked great - thanks so much.

#443370

BTW, what's the usage of Plugin File in Aqua-Soft Skin ???

I'm just starting use vB, but think i should first ask before try that. :)

#445329

The search_results plugin included with the skin is so the background alternates from white to blue. Its not required but if you want the zebra stripes throughout the site you might wanna install it.

#445366