- Posts: 34
- Thank you received: 0
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
Question version 1.6.4 does not load css if not logged in
// 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.
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.
Please Log in or Create an account to join the conversation.
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
Please Log in or Create an account to join the conversation.
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.
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.