Page 1 of 1

Problem with Multiple Content Blocks

Posted: Sun Aug 31, 2008 11:32 pm
by lars_erik
Sorry for posting whats probably a very simple issue, but any help would be really appreciated. Just set up CMS made simple. Creating my site. Set up 3 content Blocks on a page.

When i got to edit the page in the CMS all 3 blocks show up for editing. But only content i place in The first content block {content} appears in the site preview.

Content placed in {content block='content2'} and {content block='content3'} does not appear in the preview.

Any help at all would be appreciated...thanks!!!

Lars

------

  {* Start UpperContent (Navigation and Content columns) *}
 

      {* Start MainStory *}
     
        {image}
     
      {* End MainStory *}

      {* Start MainStoryList *}
     
        Top Stories

        {content}





 
  {* End Upper Content *}


  {* Start LowerContent (Navigation and Content columns) *}
 

      {* Start messagecenter *}
     
Message Center

        Coming Soon
     
      {* End messagecenter *}

      {* Start productnews *}
     
          Product News

        {content block='content2'}
{content block='content3'}



  {* End Lower Content Area *}


 
--------------

Re: Problem with Multiple Content Blocks

Posted: Sun Aug 31, 2008 11:47 pm
by Nick Smart
The preview only shows the first content block.

Nick

Re: Problem with Multiple Content Blocks

Posted: Mon Sep 01, 2008 10:40 pm
by lars_erik
well that was nice an easy...thanks!