Page 1 of 1

How do I remove Search: from search box

Posted: Wed Oct 22, 2008 1:44 pm
by Mascot
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

Re: How do I remove Search: from search box

Posted: Wed Oct 22, 2008 2:14 pm
by nhaack
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

Re: How do I remove Search: from search box

Posted: Wed Oct 22, 2008 2:34 pm
by Mascot

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}
This is what is currently in the search template. Do I need to remove something from there?

Re: How do I remove Search: from search box

Posted: Wed Oct 22, 2008 3:54 pm
by twen88
take {$searchprompt} away and try

Re: How do I remove Search: from search box

Posted: Wed Oct 22, 2008 4:38 pm
by Mascot
That did it. Thank you

Re: How do I remove Search: from search box

Posted: Wed Oct 22, 2008 4:54 pm
by twen88
Also, you dont have a text on the search button. change this part: 
 to 
will add a "GO" on the button