Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 User List Navigation - UL displaying Vertically, not Horizonatally

More
14 years 4 months ago #116123 by CheechDogg
Good stuff! I will have to find all the changes I made then instead of just copying the whole thing. I don't want to be "lazy" lol..thanks again sozzled, I know I read that in another post but didn't remember where.

Since our friend needed to make changes it was good to mention the best way to make changes to the css files for kunena. Adding them this way makes more sense now.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

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

More
14 years 4 months ago #116185 by GJSchaller
Grrr...

Unintended consequence - it screws up the User Profile display:

www.knightrealms.com/test/index.php?opti...userid=44&Itemid=626

I need to isolate the "display:inline" to that list ONLY, somehow - but I don't see a div that would allow me to do that. (I do on these forums, interestingly - which is good to know.)

Geoffrey Schaller
Technical Officer
Knight Realms

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

More
14 years 4 months ago #116186 by CheechDogg
Did you try sozzled's code?

#Kunena ul li {
display: inline;
padding: 0 10px;
}

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

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

More
14 years 4 months ago #116187 by GJSchaller
OK, here's the correct way to do it, I think:

#userlist-tbody table.kblocktable ul li{
display: inline;
padding: 0 10px;
}

Geoffrey Schaller
Technical Officer
Knight Realms

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

More
14 years 4 months ago #116188 by GJSchaller

CheechDogg wrote: Did you try sozzled's code?


Yes - it was applying to ALL of Kunena, which meant it was applying to the User Profile, as well as the User List. My version listed above only applies it to the User List, which is what I needed.

Geoffrey Schaller
Technical Officer
Knight Realms

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

More
14 years 4 months ago - 14 years 4 months ago #116189 by CheechDogg
Can you show me how it looks without the modification please? I might have a solution

I don't remember what the issue looked like before.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
Last edit: 14 years 4 months ago by CheechDogg.

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

Time to create page: 0.546 seconds