How do I remove Search: from search box

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Mascot
New Member
New Member
Posts: 6
Joined: Mon Sep 15, 2008 2:33 pm

How do I remove Search: from search box

Post 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
nhaack

Re: How do I remove Search: from search box

Post 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
Mascot
New Member
New Member
Posts: 6
Joined: Mon Sep 15, 2008 2:33 pm

Re: How do I remove Search: from search box

Post 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?
twen88
Forum Members
Forum Members
Posts: 118
Joined: Thu Aug 16, 2007 8:07 pm

Re: How do I remove Search: from search box

Post by twen88 »

take {$searchprompt} away and try
Mascot
New Member
New Member
Posts: 6
Joined: Mon Sep 15, 2008 2:33 pm

Re: How do I remove Search: from search box

Post by Mascot »

That did it. Thank you
twen88
Forum Members
Forum Members
Posts: 118
Joined: Thu Aug 16, 2007 8:07 pm

Re: How do I remove Search: from search box

Post by twen88 »

Also, you dont have a text on the search button. change this part: 
 to 
will add a "GO" on the button
Post Reply

Return to “CMSMS Core”