Page 1 of 1

Newbie - advice on porting existing 2-column layout?

Posted: Fri Apr 07, 2006 2:58 pm
by 3stripe
Hi folks! First post here so go easyon me  ;D

I'm about to convert an existing site to be content managed, and plan to use eith CMSmadesimple, or Wordpress for this. I've never used CMSmadesimpe before but am pretty well versed in Wordpress, so not sure what the learning curve will be like.

Anyhow, one immediate question - how hard is it to set up 2 column layouts?

You can see an example page at http://tinyurl.com/nvzlf

Is it possible to set up templates with 2 columns and then edit both columns from the same part of the control panel? I really want to avoid them having to be two seperate pages if that makes any sense....

Any thoughts on practicalites of converting the layout in general much appreciated also

Cheers

3stripe

Re: Newbie - advice on porting existing 2-column layout?

Posted: Fri Apr 07, 2006 3:46 pm
by cyberman
3stripe wrote: how hard is it to set up 2 column layouts?

You can see an example page at http://tinyurl.com/nvzlf

Is it possible to set up templates with 2 columns and then edit both columns from the same part of the control panel?
I think it should be really easy - you must only include two content blocks and place it right  :) ...

If you need more help, please ask.

Re: Newbie - advice on porting existing 2-column layout?

Posted: Fri Apr 07, 2006 4:45 pm
by 3stripe
Ah content blocks ok - that sounds good!

Should be easier enough then - I'm sure I'll be back with some more questions when I start on the templates but until then thanks again.

Re: Newbie - advice on porting existing 2-column layout?

Posted: Fri Apr 07, 2006 8:43 pm
by dirtywhitellama
What I did when I first ported my design over (which I've developed more since then) was to just copy the html of an existing page, put it into a template, replace the title in and in the bar on the top of the page with {title}.  Then where my text was I put the {content} tag.  For two content blocks you would put {content block="column1"}  and {content block="column2"}  (or whatever names you prefer) in each one. Then on the add/ edit content page, you will have two boxes to put content into.

Re: Newbie - advice on porting existing 2-column layout?

Posted: Mon Apr 10, 2006 2:44 pm
by cyberman
Your second alternative - this one have nothing to do with global content blocks.

Re: Newbie - advice on porting existing 2-column layout?

Posted: Mon Apr 10, 2006 6:27 pm
by dirtywhitellama
I was not speaking of global content blocks at all.

When you have multiple {content} tags with a different block=  on them, you will have more than one place to put content when you add or edit pages from the pages list.