[solved]Just upgraded to 1.5, have Search form bugs can you please help me fix?
Posted: Thu Feb 05, 2009 6:29 am
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:
I reviewed the Search module docs and everything looks normal. Am I missing something? Can you please help? Thanks!
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}