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}