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.
Question User List Navigation - UL displaying Vertically, not Horizonatally
- CheechDogg
-
- Offline
- Premium Member
-
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.
CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
Please Log in or Create an account to join the conversation.
- GJSchaller
-
Topic Author
- Offline
- Premium Member
-
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.
- CheechDogg
-
- Offline
- Premium Member
-
#Kunena ul li {
display: inline;
padding: 0 10px;
}
CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
Please Log in or Create an account to join the conversation.
- GJSchaller
-
Topic Author
- Offline
- Premium Member
-
#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.
- GJSchaller
-
Topic Author
- Offline
- Premium Member
-
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.
- CheechDogg
-
- Offline
- Premium Member
-
I don't remember what the issue looked like before.
CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
Please Log in or Create an account to join the conversation.