Page 1 of 1

[Solved] Additional editable area on pages

Posted: Fri Feb 13, 2009 4:52 pm
by skypanther
I know this has probably been covered, but I'm not even sure how to phrase a search. So, please forgive the repeat question.

How can I add an additional editable area on my pages? I mean, I have a three-column layout:

Left: CSS menu
Middle: {content} stuff
Right: {sidebar} stuff

I want to add a new "sidebar" in the left column below the menu. Ultimately, I want to also get a third box on the page editing screens (content + sidebar + leftbar).

Thanks,
Tim

Re: Additional editable area on pages

Posted: Fri Feb 13, 2009 4:58 pm
by Ted
You're looking for "multiple content blocks".  See: http://forum.cmsmadesimple.org/index.ph ... 824.0.html for a syntax example.

Re: Additional editable area on pages

Posted: Fri Feb 13, 2009 6:01 pm
by skypanther
Awesome! Thanks, that is just what I needed.

I added this:

{content block="leftcolumn"}

Adjusted my stylesheets to fit the new column and I'm all set.

Tim