Page 1 of 1

Adding content blocks

Posted: Sat Oct 06, 2007 4:55 am
by baresi
I have a setup like below

—-
Introduction
(Some text)

Bio
(Some text)

Added notes
(Some text)
——

I use content blocks to define each section (intro, bio, ...) of the page (like calguy1000 helped me in this thread http://forum.cmsmadesimple.org/index.ph ... l#msg68240 )
If I have 1000 pages like that using one template but I want to edit some number of them to turn it into the page below what should I do? Is there a way to make the change without creating new template for every page that needs to add sections?

—-
Introduction
(Some text)

Bio
(Some text)

Added notes
(Some text)

Added stuff1
(Some text)

Added stuff2
(Some text)
——


I hope I described it clearly. Any help would be appreciated, thanx

Re: Adding content blocks

Posted: Sat Oct 06, 2007 11:27 am
by Pierre M.
Hello,

what about another template ? Have you tried it ?

Pierre M.

Re: Adding content blocks

Posted: Sat Oct 06, 2007 2:48 pm
by calguy1000
{content block='added' assign='added_block'}
{if $added_block != ''}
{$added_block}
{/if}