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 #116112 by GJSchaller
On my user list:

www.knightrealms.com/forum/userlist.html

The Navigation links at the bottom are displaying vertically, in a Unordered List, instead of Horizontally.

I've pulled my hair out looking for the CSS to control this, including comparing it to the Default template, but I can't seem to find it.

Can anyone point me to the right spot, and / or tell me what I'm missing in my code?

Thank you!

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 #116114 by sozzled
Although this is not the standard Blue Eagle template, the fix is easy enough. Add the following lines to the end of your Joomla site template CSS file:
Code:
#Kunena ul li { display: inline; padding: 0 10px; }
These changes may have other effects on your forum but they will fix the issue that you've reported.
Last edit: 14 years 4 months ago by sozzled.
The following user(s) said Thank You: GJSchaller

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

More
14 years 4 months ago #116117 by CheechDogg
Hey sozzled I know this is our friend's GJSchaller post, but if I were to transfer all the contents of my kunena.default-min.css into my joomla site template any changes I made to it take effect?

I am just asking because I used the kunena.default-min.css to make changes to my template and I haven't upgraded because of those changes I made.

[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 #116118 by GJSchaller
I wound up doing this, to minimize the effect:

#Kunena 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 #116120 by CheechDogg
Did this work for you?

[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 - 14 years 4 months ago #116121 by sozzled
CheechDogg: No problem with the minor hijack. We've had a similar discussion on this subject not that long ago: Override css changes when upgrading . I hope this helps. :)

GJSchaller: Yes, that's a better way to do it.
Last edit: 14 years 4 months ago by sozzled.

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

Time to create page: 0.267 seconds