Page 1 of 1

[SOLVED] std content block be used on multiple pages? NOT global content block

Posted: Thu May 22, 2008 8:08 am
by mrjamie
Hi,

Is there a way to duplicate content entered in one page, on another page without having to use global content blocks?

For example, I have multiple content blocks on my home page, and a couple of them need to be repeated on other pages. Usually I would use a global content block, but I was wondering, so save me accessing 2 areas of the CMS to update the home page, I could do it in one place, the home page edit section.

The duplicated content would not need to be edited in multiple places, just an insert in the template like you would a GCB.

Any ideas would be appreciated, thanks! :)

Re: can a standard content block be used on multiple pages? NOT global content b

Posted: Thu May 22, 2008 6:27 pm
by Dr.CSS
If you have an area in your template that is going to be the same in most if not all of the pages you can do it 2 ways...

1) Put it in the template...

2) Put a GCB in the template that has the info...

Re: can a standard content block be used on multiple pages? NOT global content b

Posted: Thu May 22, 2008 6:45 pm
by calguy1000
See the CGSimpleSmarty module, it has a function to extract the content out of a content block on any page.

Re: [SOLVED] std content block be used on multiple pages? NOT global content blo

Posted: Thu May 22, 2008 9:29 pm
by mrjamie
that module is perfect! Thanks for the heads up :)