Problem with Multiple Content Blocks

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
lars_erik
New Member
New Member
Posts: 2
Joined: Sun Aug 31, 2008 11:27 pm

Problem with Multiple Content Blocks

Post 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 *}


 
--------------
Nick Smart
Forum Members
Forum Members
Posts: 116
Joined: Mon Jul 28, 2008 4:48 pm
Location: Cambridge, UK

Re: Problem with Multiple Content Blocks

Post by Nick Smart »

The preview only shows the first content block.

Nick
lars_erik
New Member
New Member
Posts: 2
Joined: Sun Aug 31, 2008 11:27 pm

Re: Problem with Multiple Content Blocks

Post by lars_erik »

well that was nice an easy...thanks!
Post Reply

Return to “Developers Discussion”