Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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 User List Navigation - UL displaying Vertically, not Horizonatally

More
12 years 2 months ago #1 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
12 years 2 months ago - 12 years 2 months ago #2 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: 12 years 2 months ago by sozzled.
The following user(s) said Thank You: GJSchaller

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

More
12 years 2 months ago #3 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
12 years 2 months ago #4 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
12 years 2 months ago #5 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
12 years 2 months ago - 12 years 2 months ago #6 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: 12 years 2 months ago by sozzled.

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

More
12 years 2 months ago #7 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
12 years 2 months ago #8 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
12 years 2 months ago #9 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
12 years 2 months ago #10 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.

Time to create page: 0.406 seconds