ngarasan VIP
Total posts: 181
15 Dec 2012 04:21

Hi,

I just realized that the nested reply editor does not use selected editor.

I have change default (global config) editor and editor on comment template to JCE Editor but on nested reply Pop Up, it shows the standard editor.

How can I change it?

Thank you

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
15 Dec 2012 06:52

Try to edit file

views/component/tmpl/default.php

line 49

$this->form->setFieldAttribute('comment','editor', $this->tmpl_params['comment']->get('tmpl_core.comments_editor', 'tinymce'));

change to

$this->form->setFieldAttribute('comment','editor', $this->tmpl_params['comment']->get('tmpl_core.comments_editor', 'jce'));

Or any other your editor.


Sergey
Total posts: 13,748
15 Dec 2012 06:59

Aтв it will be fixd by next release. Comment template parameter will work.


ngarasan VIP
Total posts: 181
15 Dec 2012 07:21

Great!

Thank you..

Powered by Cobalt