Hey everyone.
Since upgrading to 1.4.1 I have noticed my search box looks a bit funny. I am getting the word Search: above my box. How in the world do I get rid of it? The site is www.mascotfactory.com
Thanks a bunch
How do I remove Search: from search box
Re: How do I remove Search: from search box
Hi Mascot,
looks like your search form template has been reset. Look into your admin under search -> templates... there you should find what you need (I think).
Best
Nils
looks like your search form template has been reset. Look into your admin under search -> templates... there you should find what you need (I think).
Best
Nils
Re: How do I remove Search: from search box
Code: Select all
{$startform}
<label for="{$search_actionid}searchinput">{$searchprompt}</label>: <input type="text" id="{$search_actionid}searchinput" name="{$search_actionid}searchinput" size="20" maxlength="50" value="{$searchtext}" {$hogan}/><input name="submit" value="{$submittext}" type="submit" />
{if isset($hidden)}{$hidden}{/if}
{$endform}
Re: How do I remove Search: from search box
take {$searchprompt} away and try
Re: How do I remove Search: from search box
That did it. Thank you
Re: How do I remove Search: from search box
Also, you dont have a text on the search button. change this part:
to
will add a "GO" on the button
to
will add a "GO" on the button