Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
12 years 9 months ago #31 by Matias
I thought I had fixed this already, but it looks like I only fixed for Kunena 2.0.

Well, now it's fixed for the next version.

As a workaround edit mod_kunenalatest.php and go to the end of the file. You will see 2 times:
Code:
if (!$user->id) {
Fix both to be:
Code:
if (!$user->id && 0) {
and the issue should be fixed.
The following user(s) said Thank You: hans258, miamiman

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

More
12 years 9 months ago #32 by miamiman
[Solved] The work-around did the trick for our sites. Thank you Matias!

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

More
12 years 8 months ago #33 by ciroalves

Aalii wrote: hans258,

Here is a temporary solution until it is fixed.

If you copy the kunenalatest css to your template css and disable css load, and kunena latest module will read css styles from template css. That's what I did. That's why there is an option to load your own css or use latest kunena module css.


Hi folks, this solution almost worked for me.
There is no more bullets, that is fine, but it is adding an unwanted spapce (see red areas in attached images).

Any tip?

Thank you,
Ciro.
Attachments:

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

More
12 years 8 months ago #34 by ciroalves
Hi Folks,
if anyoneelse faces this problem, I found a solution:

At ".klatest li" class in my "KUNENA LATEST CSS" section I added a padding property with 0 for the value.

NOTE: First of all I copied the "KUNENA LATEST CSS" information to my template.css file.




/* KUNENA LATEST CSS */

.klatest li
{
background:none!important;
padding:0;
}


Wish it helps ;)

Ciro

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

More
12 years 8 months ago #35 by Nio
I have J1.6.5 and K1.6.4 and latest module 1.6.4.

What is the solution then???

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

More
12 years 8 months ago #36 by Nio
Ok all worked now... thanx

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

Time to create page: 0.468 seconds