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

This is not a support forum for JomSocial or its related products. For JomSocial support you should visit JomSocial .

The information given in this category is intended to guide users who want to use JomSocial with Kunena and, mostly, was written by Kunena users. The information here is not necessarily accurate, up-to-date nor is it intended to replace the support given by the developers of JomSocial.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Comment on forum posts in activity stream

More
10 years 10 months ago #1 by Gee
Hello everyone,

Kunena3 is out and the JomSocial plugin does still not have a function NOT to comment on the activity stream entry. In my community many users don't click on the forum post and comment on it in activity stream so that 2 discussions are started at the same time.

Will this be changed?

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

More
9 years 4 months ago #2 by xamire
add this to the activities.actions.php template file of jomsocial
Code:
if($appName == 'appname'){ $allowComment = false; $allowLike = false; }

OR

The app name for Kunena is kunena.post:
Code:
// No comment Kunena if($act->app == 'kunena.post' ){ $allowComment = false; }

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

Time to create page: 0.495 seconds