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?
[Solved] Adding more than one content block to a column
[Solved] Adding more than one content block to a column
Last edited by janaf on Sat Nov 12, 2011 12:43 pm, edited 1 time in total.
Re: Adding more than one content block to a column
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
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
Great!
That's almost too simple
!
That's almost too simple
