[solved]Just upgraded to 1.5, have Search form bugs can you please help me fix?

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
Stoob
Forum Members
Forum Members
Posts: 17
Joined: Sat Mar 10, 2007 1:48 am

[solved]Just upgraded to 1.5, have Search form bugs can you please help me fix?

Post by Stoob »

Hi thanks for reading!

I finally got our site upgraded to 1.5.2 from (will you believe it!!?) 1.0.8!!

Woo, it went really smoothly for the most part, coz CMSMS is awesome, but I have a tiny quirk...can you please help?

The site is http://www.rcusa.org first off...

BUG: The search input box is missing in the top left.  It *was* there... Not sure why it disappeared...  The CSS isn't hiding it, the <input type="text" code just isn't there!  This is my search template:

Code: Select all

{$startform}

{$label}: {$inputbox}<input name="submit" id="submit_go" value="GO" type="submit" />{$hidden}

{$endform}
I reviewed the Search module docs and everything looks normal.  Am I missing something?  Can you please help?  Thanks!
Last edited by Stoob on Thu Feb 05, 2009 6:02 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Just upgraded to 1.5, have Search form bugs, can you please help me fix?

Post by Rolf »

Hey,

This is the search template on recent versions:

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}

Perhaps it helps you...

Rolf  :D
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Just upgraded to 1.5, have Search form bugs, can you please help me fix?

Post by Dr.CSS »

You should be able to just hit the "Restore To Default" button to get it back...
Stoob
Forum Members
Forum Members
Posts: 17
Joined: Sat Mar 10, 2007 1:48 am

Re: [solved]Just upgraded to 1.5, have Search form bugs can you please help me fix?

Post by Stoob »

thanks DUDES
Post Reply

Return to “CMSMS Core”