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 version 1.6.4 does not load css if not logged in

More
14 years 11 months ago #94638 by Richardkl
I installed the 1.6.4 module and when I refreshed the screen several times the display had bullets, So I noticed when I cleared the cache it displayed properly the first time but when I refreshed the screen I lost the kunenalatest.css. I verified this with firebug. The css loaded only on the first display of the page. All refreshes the css would not load. I think it has to do with the the code change in the class.php file


// Initialize session
$session = KunenaFactory::getSession ();
$session->updateAllowedForums();


$this->document = JFactory::getDocument ();
$kloadcss = $params->get( 'kunena_load_css' );
if ($kloadcss == false ) {
$this->document->addStyleSheet ( JURI::root () . 'modules/mod_kunenalatest/tmpl/css/kunenalatest.css' );
$cssadded = true;
}

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

More
14 years 11 months ago #94642 by xillibit
Hello,

This just check if a configuration setting is true and then load the css file, but if you don't change anything, the issue is elsewhere.

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.

More
14 years 11 months ago #94654 by Richardkl
I have set the Load Module Styles to both yes and no, cleared the cache everywhere and it still will not load the kunenalatest.css unless you are logged in. IF you are logged in than the yes and no matters

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

More
14 years 11 months ago - 14 years 11 months ago #94832 by petunia
I also have this problem, css is not loaded... how i can fix it???

with version 1.6.3 i didn't have problems

I have copy and paste kunenalatest.css inside my joomla template.css and is working now... hope this issue could be fixed
Last edit: 14 years 11 months ago by petunia.

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

More
14 years 11 months ago #94926 by teratyke
Moring all

I can report the same. CSS is lost when the page is refreshed and the user is not logged in.

However - I could only recreate this fault if I was using the standard Joomla! login module. If I use the Kunena 1.6.4 login module then everything works very nicely - perhaps the css is being loaded from elsewhere in this configuration.

Hope this helps

Rob

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

More
14 years 11 months ago #95950 by pequeno74

petunia wrote: I also have this problem, css is not loaded... how i can fix it???

with version 1.6.3 i didn't have problems

I have copy and paste kunenalatest.css inside my joomla template.css and is working now... hope this issue could be fixed


I have the same problem and...

Thanks! this solution works for me.

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

Time to create page: 0.292 seconds