Sidebar Content help
Posted: Thu Dec 04, 2008 2:55 pm
I'm new to CMS and have read all the documention, even scoured this forum for an answer to what seems to be a simple question but I have yet to find the answer.
I am converting this website to CMSMS: www.maxeglo.com
As you can see each page: Home | Exclusive Technology | Highlights/Benefits | Nutritional Profile |...etc has different content in the left column. This is what I'm trying to do with CMSMS.
I have most of it completed and am quite impressed with CMSMS.
Everything has been quite simple and without issue.
However, I would like to know how to insert different content for each page into the sidebar.
I'm using the CSSMenu top + 2 columns template.
In the .tpl the sidebar is:
On each page I would like different content in the sidebar. Like I show in the website above.
How do I do this?
Is there a "content" module that I use?
Do I create "pages" of content for each of my pages?
How would I add the different content for each page and only show that content for the designated page?
What is the "code" I would use to insert this content?
Please post an example of at least 2 pages so that I can get the understanding of how this works in CMSMS.
Thanks for you help.
WebGuy
I am converting this website to CMSMS: www.maxeglo.com
As you can see each page: Home | Exclusive Technology | Highlights/Benefits | Nutritional Profile |...etc has different content in the left column. This is what I'm trying to do with CMSMS.
I have most of it completed and am quite impressed with CMSMS.
Everything has been quite simple and without issue.
However, I would like to know how to insert different content for each page into the sidebar.
I'm using the CSSMenu top + 2 columns template.
In the .tpl the sidebar is:
Code: Select all
{* Start Sidebar *}
<div id="sidebar" class="hascontent">
{content block='Sidebar'}
</div>
{* End Sidebar *}
How do I do this?
Is there a "content" module that I use?
Do I create "pages" of content for each of my pages?
How would I add the different content for each page and only show that content for the designated page?
What is the "code" I would use to insert this content?
Please post an example of at least 2 pages so that I can get the understanding of how this works in CMSMS.
Thanks for you help.
WebGuy