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.

Solved SOLVED: #ktab CSS issue.

More
13 years 5 months ago - 13 years 5 months ago #138333 by stanne
Hello everyone, I hope someone can help with this issue.

I'm using Blue Eagle with no modifications. It is picking up formatting from my template.css which puts a bullet in front of a <li>. I'm using it elsewhere on my site, and want to keep it. If I use Firebug, and change the html ouput from <li> to <ul>, the bullets go away.

I need to find where the hook is so the tabs wil use the <ul> automatically rather than the <li> formatting. I went through the kunena.forum-min.css file and changed every li to ul that was attached to the #ktab to see if it would change, but no luck.

Can someone point me in the right direction. Small screenshot is attached to show what I am talking about. TIA.

Stan

Last edit: 13 years 5 months ago by stanne. Reason: Solved

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

More
13 years 5 months ago - 13 years 5 months ago #138335 by Josh
Replied by Josh on topic #ktab CSS issue.
A link to your site (forum) would help a lot. I am a big fan of firebug and could probably figure this out in a jiffy. :)
Last edit: 13 years 5 months ago by Josh.

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

More
13 years 5 months ago #138339 by stanne
Replied by stanne on topic #ktab CSS issue.
Thanks for the help. The site is stannellc.com

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

More
13 years 5 months ago #138357 by TKtemp
Replied by TKtemp on topic #ktab CSS issue.
Hi,

you cannot change li -> ul, it is wrong.

Try instead to add this few lines at the end of your Joomla Template css file (template.css)
Code:
#Kunena #ktab li:before { content: ""; }

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

More
13 years 5 months ago - 13 years 5 months ago #138359 by Josh
Replied by Josh on topic #ktab CSS issue.
Personally I prefer this one:
Code:
#Kunena #ktab li:before {content: none;}

(add this to your main template)

I tested the above post with firebug with the quotes which ended up with a weird result.
Last edit: 13 years 5 months ago by Josh.
The following user(s) said Thank You: stanne

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

More
13 years 5 months ago #138369 by stanne
Replied by stanne on topic #ktab CSS issue.
Thanks, worked like a charm. So focused on changing what was there, I never thought of that.

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

Time to create page: 0.255 seconds