Re-use group of blocks
Permalink
hey
ok...this is a complex one.
I have multiple page types.
I have a bar with multiple blocks that I want to reuse on multiple page-types.
The problem is that I don't want to edit the content for every page type (even using page defaults). Ideally I would want to use the equivalent of an include...which would mean I edit it ONCE and it then gets included on all other pages.
Is there any way to do this?
Is it perhaps possible to add blocks to a static page and then to include that in my template files?
Essentially I need it to work a bit like Joomla's modules - where the same block can be shown in multiple places.
Thanks in advance
ok...this is a complex one.
I have multiple page types.
I have a bar with multiple blocks that I want to reuse on multiple page-types.
The problem is that I don't want to edit the content for every page type (even using page defaults). Ideally I would want to use the equivalent of an include...which would mean I edit it ONCE and it then gets included on all other pages.
Is there any way to do this?
Is it perhaps possible to add blocks to a static page and then to include that in my template files?
Essentially I need it to work a bit like Joomla's modules - where the same block can be shown in multiple places.
Thanks in advance
Found a working solution here:
http://www.concrete5.org/community/forums/usage/andquotglobal_block...
Thanks to Andrew's solution there. Just what I was looking for.