Adding content blocks

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
baresi
Forum Members
Forum Members
Posts: 129
Joined: Fri Jul 27, 2007 4:15 pm

Adding content blocks

Post 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
Pierre M.

Re: Adding content blocks

Post by Pierre M. »

Hello,

what about another template ? Have you tried it ?

Pierre M.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Adding content blocks

Post by calguy1000 »

{content block='added' assign='added_block'}
{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.
Post Reply

Return to “CMSMS Core”