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
Adding content blocks
-
Pierre M.
Re: Adding content blocks
Hello,
what about another template ? Have you tried it ?
Pierre M.
what about another template ? Have you tried it ?
Pierre M.
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Adding content blocks
{content block='added' assign='added_block'}
{if $added_block != ''}
{$added_block}
{/if}
{if $added_block != ''}
{$added_block}
{/if}
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.

