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 Wrong reference to JomSocial style file

More
7 years 5 days ago #1 by djerik
Hi

In /plugins/kunena/community/private.php there is a wrong reference to the JomSocial template css file.

Instead of:
$document->addStyleSheet('components/com_community/templates/' . $config->get('template') . '/css/style.css');

I believe it should be:
$document->addStyleSheet('components/com_community/templates/' . $config->get('template') . '/assets/css/style.css');

The bug results in a 404 trying to get a missing resource
The following user(s) said Thank You: rich

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

More
7 years 5 days ago #2 by rich
Thank you, I've created a ticket for it. github.com/Kunena/Kunena-Forum/issues/5323

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

Time to create page: 0.500 seconds