Kunena 7.0.4 Released

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

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 Help in getting rid of the dots or diamonds?

More
14 years 3 months ago #116577 by CheechDogg
Well if you want I can help you figure this out. Let me know and I can send you some information through private messages, then once the issue is solved we can post the solution here on the forums for others who may have the same problem that way we avoid crowding up the forums with back and forth talk.

Let me know if you are interested and I will send you some information.

[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 3 months ago #116578 by sozzled
The main reason that K 1.6.x (and K 1.6.x add-ons) are not supported is that the project team is hard at work keeping up-to-date with the latest changes in the Joomla world. Kunena is a not-for-profit community-driven outfit. There's no company behind Kunena. The Kunena development team is fairly small (compared with other products available at the moment) and, with these limited resources, it's impossible to maintain support for products that went out of action nearly a year ago.

Having said that, CSS is relatively straightforward if you know how. If you don't know how, there are plenty of people who undertake this kind of work on a fee-for-service basis. However, we will do our best to help. I think it's a small thing to ask that people keep their sites up-to-date software-wise because it makes our job a lot easier. Also, the support we give you also may help other people faced with similar issues. :)

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

More
14 years 3 months ago #116580 by rich

sozzled wrote: That is my way of saying that K 1.6.5 and Kunena Discuss 1.6.4 are not supported.

I don't know if upgrading will eliminate the problems that you are having but, if you upgrade, we will be in a better position to assist you.

Your website has the following CSS rule in place (../templates/gk_music/css/template.css at line 96) that affects all your <LI> elements:

Code:
.box li, .box_text li { font-weight: normal; line-height: 28px; list-style-position: inside; list-style-type: disc; padding-left: 3px; }
You will obtain some relief if you comment out the line "list-style-type: disc;", like this:
Code:
.box li, .box_text li { font-weight: normal; line-height: 28px; list-style-position: inside; // list-style-type: disc; padding-left: 3px; }
Whether or not that will answer your question, I can't say. This looks more to be a question about CSS than about anything else. However, I am trying to help you by encouraging you to update your Kunena software.

You might also consider modifying the current rule like this, too:
Code:
.box li, .box_text li { font-weight: normal; line-height: 16px; list-style-position: inside; // list-style-type: disc; padding-left: 3px; }


This tip from sozzled is ok. Comment out this code "list-style-type: disc;" and the points are gone.

before


afterwards

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: CheechDogg

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

More
14 years 3 months ago #116581 by CheechDogg
Hey Thanks A lot Rich for that. I have a question though, is this the same action to be taken with templates that have 2 different template.css files to make sure that they are supported by Internet Explorer?

I don't know if you know , but a lot of the issues that are surfacing as of late have to do with RocketTheme templates and unless you are a "RocketTheme Joomla Club member" you won't get any kind of help or support. Now I don't know if danielles has experienced this with RocketTheme.com and I hope he or she doesn't, but others have who have come on here with similar situations.

So again, will this work for IE browswers?

[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 3 months ago #116582 by sozzled
I have to admit that I only tested the idea with Firefox. I'm not sure about other browsers.

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

More
14 years 3 months ago #116583 by rich

CheechDogg wrote: So again, will this work for IE browswers?

Actually already but test it with IE. You can also try with "list-style:none;"

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.296 seconds