[SOLVED] Layout Change: How to move the search box in default template

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
morten444
Forum Members
Forum Members
Posts: 13
Joined: Fri Sep 26, 2008 2:03 pm

[SOLVED] Layout Change: How to move the search box in default template

Post by morten444 »

Hi
I have just setup cmsmadesimple on a website www.dmm-support.dk and it works very well.
Thanks for great work.
I have managed to change the banner and more or less ajusted the page how I wamt it.

I have one problem:
The search box. I cant seem to move it away from the header. I am not sure howto do that.
I am using the template:Left simple navigation + 1 column and Stylesheet : Layout: Left sidebar + 1 column

I wanted to move it right under the navigation on the left side, right above the news.
I have no idea how to get it moved. Any help.
If it is very complicated, i am also open to suggestion how to remove it totally from the page temporary while i figure out how to do.
I hope I have posted this correct as the template I use comes with the install packet.

Thanks for your time

Kind Regards
Morten
Last edited by morten444 on Sat Sep 27, 2008 9:51 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Layout Change: How to move the search box in default template

Post by Nullig »

Move:

{* Start Search *}

  {search}

{* End Search *}

from just after the {* End Header *} tag and add it between:

{* End Navigation *}

{* Start News *}

You may also need to adjust the CSS in the stylesheet for the search div.

Nullig
morten444
Forum Members
Forum Members
Posts: 13
Joined: Fri Sep 26, 2008 2:03 pm

Re: Layout Change: How to move the search box in default template

Post by morten444 »

Hi Nulling

You are a star.
Moved it below "news" the way you said.
Worked great..


Thanks a million

Regards Morten
Post Reply

Return to “CMSMS Core”