Page 1 of 1

Descriptions and keywords

Posted: Wed Sep 14, 2005 9:40 am
by Andy
Hi,

I've just installed CMSMS and I think it's a fantastic product, but I'd like to be able to have the page descriptions and keywords as optional input fields, I can't seem to find anything that does this. Is there something I'm missing or do I need to mod the system to include these?

Cheers

Andy

Re: Descriptions and keywords

Posted: Wed Sep 14, 2005 9:51 am
by Ted
We're talking about making a 1 line version of this at some point, but for right now, you can do {content block='pagedescrtiption'} in your template and it will show up when you edit the page.

It will have a full WYSIWYG, but it'll work.

Re: Descriptions and keywords

Posted: Wed Sep 14, 2005 10:11 am
by Andy
Hi,

That's great and it works just fine for the description, is there a list of these options anywhere, for instance can I clone pagdescription and make pagekeyword?

Cheers

Andy

Re: Descriptions and keywords

Posted: Wed Sep 14, 2005 5:15 pm
by sjg
Actually, this is the New Improved Multicontent Block feature.

Basically, you can add a line like {content block='foo'} to your template, where 'foo' is any reasonable string of characters, and you'll get a fullĀ  input box (using your WYSIWYG of choice) for that field when you edit a page with that template.

I've found that having more than two content blocks on a page will slow my browser into an unusable state if I have the WYSIWYG editors enabled. Fortunately, you can use "none" as your WYSIWYG editor, and get a simple HTML text input area.