Multiple Content Areas

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
snute2008
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 12, 2009 11:03 am

Multiple Content Areas

Post by snute2008 »

Hi - I am just getting started with CMSMS and I am so far very impressed.  Can I please ask a question.  I would like multiple content areas on a page, is this possible.  Let me explain.

On the home page I would like say a column for news, then a middle column for noticeboard content and then perhaps another column for other information.

On pages within the website I would like maybe some pages to have some content in the middle and then some in the right hand column.

Hopefully that all makes sense and thats for your time.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Multiple Content Areas

Post by Dr.CSS »

If you go to Extensions > Tags and read the content tag help it will explain how to do this...

Or if you had read the default content like this page it will tell you...

http://multiintech.com/defaultcontent/h ... types.html
JohnnyB
Dev Team Member
Dev Team Member
Posts: 731
Joined: Tue Nov 21, 2006 5:05 pm
Location: OH, USA

Re: Multiple Content Areas

Post by JohnnyB »

There are several ways to accomplish this with CMSMS.  Firstly, you will need to make a home page template and an interior page template with the HTML and CSS needed for your layout.

For your news, use the News module and add the tag {news} in the column you want news to display.  Look at the News module help for additional parameters available.

If you want an additional area of content that allows each page the ability to have custom content, images, etc. in the content editor, then use something like {content block="Extra_Content" Label="Extra Content"} and that will show up on every page assigned to the template.

you can also manage additional areas of content using Global Content Blocks.  Create a GCB, and then copy/paste the tag into the template where you want the content to show.
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo

--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
Post Reply

Return to “Layout and Design (CSS & HTML)”