Kunena 6.3.5 released

The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question WYSIWYG Editor implementation in own template

More
4 years 6 months ago #1 by Smoker_Creep
Hello,

just in case there is a fast answer ... I built a template based on a Crypsis template in version 5.0.6.1 with a lot of own changes ... now our users would like to have the WYSIWYG editor that is available since version 5.1.x
I updated Kunena to latest version and our template is running well but it seems not that easy to get the editor working ...
I tried to use CSS, JS of current Crypsis version and copied the widgets editor and datepicker to my template layout folder too. Than I tried to load the editor by replacing "old" bbcode editor
Code:
echo $this->subLayout('Topic/Edit/Editor')->setProperties($this->getProperties());
to:
Code:
echo $this->subLayout('Widget/Editor')->setLayout('wysibb')->set('message', $this->message)->set('config', $this->config);
for the default.php in topic/edit
So no error but also no editor ...
May there is a fast answer what else is needed, would be great to let me know ... would save me a lot of time than to rebuild the template

Thanks for response in advance!

Please Log in or Create an account to join the conversation.

Time to create page: 0.411 seconds