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
[Solved] Additional editable area on pages
[Solved] Additional editable area on pages
Last edited by skypanther on Fri Feb 13, 2009 6:01 pm, edited 1 time in total.
Re: Additional editable area on pages
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
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
I added this:
{content block="leftcolumn"}
Adjusted my stylesheets to fit the new column and I'm all set.
Tim