Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Kunena Discussion Plugin (2.0.2) + RokGzipper problem and fix

More
13 years 7 months ago - 13 years 7 months ago #133411 by darkki
Just upgraded Kunena discussion plugin to newest version and notices that there is problem on loading discussion.css file.

Problem is at kunenadiscuss.php file at line 282:
$doc->addStyleSheet ( JUri::root() . "/{$this->basepath}/kunenadiscuss/css/discuss.css" );

There is one extra slash which should be removed, like:
$doc->addStyleSheet ( JUri::root() . "{$this->basepath}/kunenadiscuss/css/discuss.css" );

This problem makes css file to load from //plugings/... and with this reason when using RokGzipper it can't load the file.
Last edit: 13 years 7 months ago by darkki.
The following user(s) said Thank You: xillibit

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

More
13 years 7 months ago #133426 by xillibit
Hi,

issue added : github.com/Kunena/Kunena-Addons/issues/81 , i will add the fix later

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.264 seconds