Recent Topics

1 May 24, 2007 22:55    

My b2evolution Version: 1.9.x

The search function on my blog shows:

"Search"

Empty Box to type keywords

3 buttons, with no text.

http://www.july171955.com/b2evolution/index.php

Any ideas why the buttons are there with no text? Do they relate to search or maybe something else I'm not displaying?

2 May 25, 2007 04:09

Whats happened is that the labels for your check boxes have not been included and have been replaced with non breaking spaces

<div class="bSideItem">
<form action="http://www.july171955.com/b2evolution/index.php" method="get" class="search"><div><input type="hidden" name="blog" value="2" /></div><input type="submit" name="submit" class="submit" value="Search" />
<p><input type="text" name="s" size="30" value="" class="SearchField" /><br />
<input type="radio" name="sentence" value="AND" id="sentAND" checked="checked" /><label for="sentAND">&nbsp;</label>
<input type="radio" name="sentence" value="OR" id="sentOR" /><label for="sentOR">&nbsp;</label>
<input type="radio" name="sentence" value="sentence" id="sentence" /><label for="sentence">&nbsp;</label></p>
</form>
</div>


If you check the Search box top right at http://skins.b2evolution.net/ you will see what the Label text should be.
You could edit your _main.php to add these labels.


Form is loading...