Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

Solved KunenaDiscuss and HomePage

More
8 years 4 months ago - 8 years 4 months ago #1 by VladimirSchastliviy
Hello! Established FlexiContent + Kunena + KunenaDiscuss. Then I put in a file line kunena_discuss.php

replace
Code:
if ($this->app->scope != 'com_content' && $this->app->scope != 'com_kunena') { return; }

this
Code:
$jinput = JFactory::getApplication()->input; // If current component is flexicontent then only allow 'item' view if ( $this->app->scope == 'com_flexicontent' && ($jinput->get('view') != 'item' || $jinput->get('task') ) ) return;

But now, comments do not appear. What to do?
It is necessary to form comments and post comments appear only in the full material.
Last edit: 8 years 4 months ago by VladimirSchastliviy.

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

More
8 years 4 months ago #2 by 810
Replied by 810 on topic KunenaDiscuss and HomePage
try this:
Code:
if ($this->app->scope != 'com_flexicontent' && $this->app->scope != 'com_kunena') { return; }

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

More
8 years 4 months ago #3 by VladimirSchastliviy
No this don't work, look site kamillar.ru . On the home page displays a form for comments. We need to be displayed only on the page material.

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

Time to create page: 0.470 seconds