Page 1 of 1

using only multiple content_blocks

Posted: Fri Dec 14, 2007 9:37 am
by slooodge
Hi to everyone,

I am just started working with cmsms - and I love it!
please excuse my bad english, I'll try my best to make myself clear...

Is it possible to use:
{content block="Intro"}
{content block="Main"}
etc.

but no simple:
{content}

AND set the system so that there is no textfield for the standard {content} in the editor?

The reason I want to do this, is that the extra content blocks are custom labelled in the editor while the standard {content} is always labelled "content" in the editor - which is very userfriendly because it shows where this part will be shown in the site.

Or is there a way to relabel the standard {content} for each template?

THANKS, Hannes

Re: using only multiple content_blocks

Posted: Sun Dec 16, 2007 1:43 am
by Dr.CSS
Even if you make a template w/o {content} tag it will show up, as first edit box named Content:, when editing a page using the template and anything you put in it will not show on page...

You would have to go thru all the files that make up the {content} tag and change each instance of it to rename it, may want to just get used to using one default {content} tag in templates and know it's going to be the first edit box and name others as you like....

Re: using only multiple content_blocks

Posted: Sun Dec 16, 2007 9:20 am
by slooodge
Hi Mark,

thanks for your reply - yes, I can live with that.
It just would have been a nice feature, especially when you build pages for other people.

Best, Hannes