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
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
Hmm, I never noticed that, really not sure what is causing that.
Hmm, I never noticed that, really not sure what is causing that.
bummer. well, let me know when/if you figure it out.
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>
Fofer: that worked great - thanks so much.
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. ![]()
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.