[Solved] Adding more than one content block to a column

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
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

[Solved] Adding more than one content block to a column

Post by janaf »

Can I add more than one content to a column, and have more than one blocks appear in the back end editor?

I want to split the main column into a vertical stack of content blocks with ad rotator modules between the content blocks in the the template, not as page content smarty. Possible without modifying code?
Last edited by janaf on Sat Nov 12, 2011 12:43 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Adding more than one content block to a column

Post by RonnyK »

janaf,

sure you can....

Just add {content block="someblocknamewithoutspaces" label="Some Block with whatever name"} at places where you want them to appear in the template. So if you want 3 extra content-blocks, just put it in 3 times, with 3 different block= names.

Ronny
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

Re: Adding more than one content block to a column

Post by janaf »

Great!

That's almost too simple ;D !
Post Reply

Return to “CMSMS Core”