Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Sticky My Joomla site template makes a mess of Kunena ... a collection of the many requests that we receive

More
14 years 6 months ago - 14 years 6 months ago #101020 by virulent
Replied by virulent on topic Re: template css
Hi, I'm having difficulties with the Red color on a:hover...

I changed kunena.default.css :

#Kunena a:hover { color: #FF0000 !important; background-color:transparent !important; }

to

#Kunena a:hover { color: #5388B4 !important; background-color:transparent !important; }


But it keeps showing red (#FF0000) because of this :

<head>
<style type="text/css">
/* Kunena Custom CSS */
#Kunena a:hover {color: #FF0000;} #Kunena a:link,
/* End of Kunena Custom CSS */
</style>
</head>


Where can I change that ?
Last edit: 14 years 6 months ago by virulent.

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

More
14 years 6 months ago #101022 by sozzled
Replied by sozzled on topic Re: template css
G'day, virulen, and welcome to Kunena.

Unless you really know what you are doing, we do not recommend that you change the file kunena.default.css. Besides, this file is not used unless you run Kunena in debug mode (see Minified CSS for background information).

It's better if you change your Joomla site template CSS file. See How do I change the colours of my template in Kunena? Put the changes you wrote in your Joomla site template file and I think it will work.

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

More
14 years 6 months ago - 14 years 6 months ago #101024 by virulent
Replied by virulent on topic Re: template css
GOT IT !

in kunena.default-min.css... the red color is written short #F00 instead of #FF0000

that's why we don't see it when we first search for it...

That's it !
Last edit: 14 years 6 months ago by virulent.

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

More
14 years 6 months ago #101025 by sozzled
Replied by sozzled on topic Re: template css
We also do not recommend that you directly modify the file kunena.default-min.css either. However, if it works for you, that's OK. Just remember that, when you modify this file (instead of modifying your Joomla site template CSS file) you will have to re-do those changes when you upgrade Kunena. If you modify your site template file, instead, then you have nothing to worry about when it comes to upgrading Kunena in the future.

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

More
14 years 5 months ago #104177 by beyond
Hi,

I installed kunena 1.6.5 successfully.

However, the category chooser select box is dark color. How can I change that? I am using the the template configuration below:

Template: Blue Eagle Default

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

More
14 years 5 months ago #104178 by sozzled
The dark colour is caused by your Joomla site template. See How do I change the colours of my template in Kunena? ; it's easy if you use an in-browser developer tool, like Firebug .

If you can't do this yourself, you will need to post the URL of your website. Someone might be able to answer your question if you provide that important piece of information.

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

Time to create page: 0.741 seconds