Page 1 of 1

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

Posted: Sat Nov 12, 2011 8:53 am
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?

Re: Adding more than one content block to a column

Posted: Sat Nov 12, 2011 11:23 am
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

Re: Adding more than one content block to a column

Posted: Sat Nov 12, 2011 12:43 pm
by janaf
Great!

That's almost too simple ;D !