Page 1 of 1

Several content tags? [SOLVED]

Posted: Mon Mar 30, 2009 8:15 pm
by thomahawk
Hello all
I have already made two projects with CMSMS. They simply had a template frame with a {content} tag in the main column where all the content of the different pages is displayed.

What I need for my next project is to display 2 or 3 boxes inside the main column of a template. Each of that boxes shows the content of an other page (whereas "page" means an editable page listed in the backend). The reason for this is that the one or the other of this boxes contents would be the same showed on many of the webpages, while the other box shows different text on each webpage (=main content).

I hope it is understandable how I described it... Did someone such a design in CMSMS?

Thanks,
Thom

Re: Several content tags?

Posted: Mon Mar 30, 2009 8:47 pm
by uniqu3

Re: Several content tags?

Posted: Tue Mar 31, 2009 7:20 am
by alby
thomahawk wrote: What I need for my next project is to display 2 or 3 boxes inside the main column of a template. Each of that boxes shows the content of an other page (whereas "page" means an editable page listed in the backend). The reason for this is that the one or the other of this boxes contents would be the same showed on many of the webpages, while the other box shows different text on each webpage (=main content).
Use Global Content Block for re-use text in other pages or if you want "content" of other pages use CGSimpleSmarty

Alby

Re: Several content tags?

Posted: Tue Mar 31, 2009 7:31 am
by thomahawk
Thank you both! That helps, I really had no idea where to begin searching about this.

Thom