CGContentUtil wysiwyg not working

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
musicscore
Power Poster
Power Poster
Posts: 498
Joined: Wed Jan 25, 2006 11:53 am

CGContentUtil wysiwyg not working

Post by musicscore »

I created a block definition in CGContentUtil for inserting extra text on a page. (see attachment cgcontentutil-001.jpg)
I want this text-area to use wysiwyg so I select "Use wysiwyg" to 'Yes'.
After saving and opening it again it is automaticly switch back to 'No'.

So I tried to code it in the template

Code: Select all

{content_module module=CGContentUtils block="wysiwyg" wysiwyg=1}
But this also did not work.
I can see the field when editing the page but wysiwyg is not enabled.

Please help.

How can I create a text-area with cgcontentutil and have wysiwyg enabled.

Creating other fields with cgcontentutil works great

TIA. Musicscore
Attachments
cgcontentutil-001.jpg
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1825
Joined: Wed Feb 25, 2009 4:25 am

Re: CGContentUtil wysiwyg not working

Post by DIGI3 »

It looks like a bug in the module, the setting for wysiwyg isn't stored in the database. I've created a BR with a workaround at http://dev.cmsmadesimple.org/bug/list/697 but I don't think the developer is supporting it anymore so I wouldn't expect a proper fix.

I would suggest one of two alternates if you don't want to make database changes:
-just use a regular content block, textareas don't really need a module. {content block='foo' wysiwyg=1} for example.
-use ECB2 (http://dev.cmsmadesimple.org/projects/ecb2) which is under active development.
Not getting the answer you need? CMSMS support options
musicscore
Power Poster
Power Poster
Posts: 498
Joined: Wed Jan 25, 2006 11:53 am

Re: CGContentUtil wysiwyg not working

Post by musicscore »

Thank you again DIGI3.

Thursday I have to give a demo to my customer and show him the beta relase of the website.
After that, I will swith to ECB2 on the site as that is doing a perfect job.
Because of the demo I'm afraid to change it before.

(OMG CMSMS is perfect. I love it)
After the customer has payed (in a couple of weeks because it will take some time to come to the finale/production state version), I will donate to CMSMS.
Post Reply

Return to “Modules/Add-Ons”