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

Solved After upgrade from 5.1.3 to 5.1.4 many things are broken!!!

More
7 years 7 months ago - 7 years 7 months ago #204320 by webmasterinaffitto
Hi,
I've just update the forum to 5.1.4 and:

1) the avatar of users at the right of any discussion are HUGE!!!
2) I have some sections and forums... now they are shuffle! The name of a section is above the forums of another section... it's not possible to understant nothing anymore... even if I've tried to change the order into back end ( but there are as I've creted them) nothing change in front end...

Pls can you check and help me?

PS The problem seems to be only with template: Crypsis
Last edit: 7 years 7 months ago by webmasterinaffitto.

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

More
7 years 7 months ago #204327 by rich
I'm sorry, but can't reproduce this error. When we can't see the error on your page, it's not possible to help.

Important! Always create a backup before you make any changes to your website!

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

More
7 years 7 months ago - 7 years 7 months ago #204333 by Slacker
After my upgrade to 5.1.4 I lost bootstrap, so the forum did not show up nice. I had Beez3 template so in its setting I added bootstrap support to com_kunena (Advamced settings). I had also to in Crypsis setting Icon type: change to Fontawesom. Then it works but the forum loaded slow. I had to disable bootstrap in Crypsis Advanced Load bootstrap CSS from Yes to NO.
Last edit: 7 years 7 months ago by Slacker.

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

More
7 years 7 months ago - 7 years 7 months ago #204354 by rich
Yes, I confirm this issue. The bootstrap.css will not loaded also when is the setting Load bootstrap css = yes.
Solution:
Open the template.php, path is /components/com_kunena/template/crypsis/template.php

Change the lines 87-89
from
Code:
$this->addStyleSheet(Uri::base(true) . '/media/jui/css/bootstrap.min.css'); $this->addStyleSheet(Uri::base(true) . '/media/jui/css/bootstrap-extended.css'); $this->addStyleSheet(Uri::base(true) . '/media/jui/css/bootstrap-responsive.min.css');
to
Code:
$doc = JFactory::getDocument(); $doc->addStyleSheet(Uri::base(true) . '/media/jui/css/bootstrap.min.css'); $doc->addStyleSheet(Uri::base(true) . '/media/jui/css/bootstrap-extended.css'); $doc->addStyleSheet(Uri::base(true) . '/media/jui/css/bootstrap-responsive.min.css');

That should solves this problem.

Important! Always create a backup before you make any changes to your website!
Last edit: 7 years 7 months ago by rich.

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

More
7 years 7 months ago - 7 years 7 months ago #204368 by Slacker
I tried it for PHP 7.1,15 and I got this error and could not access forum in front end:
#0 Call to a member function addStyleSheet() on null
Its when Bootstrap Yes, when Bootstrap No no error.

I looked in error logs of Xampp:
[Wed Sep 26 17:10:48.777637 2018] [php7:notice] [pid 10960:tid 1932] [client ::1:53563] PHP Notice: Undefined variable: doc in C:\\xampp\\htdocs\\John\\components\\com_kunena\\template\\crypsis\\template.php on line 87,
Last edit: 7 years 7 months ago by Slacker.

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

More
7 years 7 months ago #204374 by rich
@Slacker
Please create a new topic. The error message has nothing to do with the bootstrap.css

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.333 seconds