Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

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 [Merged topic]How do I add a background image behind my Kunena Menu?

More
15 years 3 months ago - 15 years 3 months ago #92490 by Lord Zedd
Yes that is what I am trying to change Blue Eagle. The funny thing is some things work in overriding and other things dont. What is wrong with my css?

When I change .ktitle-desc to #ffffff nothing happens. Refreshed lots of times, checked and checked over and over.
Last edit: 15 years 3 months ago by Lord Zedd.
The topic has been locked.
More
15 years 3 months ago - 15 years 3 months ago #92491 by sozzled
Don't!

Whenever you upgrade Kunena you will lose those changes. Sometimes, when Kunena is upgraded, it's necessary to change the CSS. When K 1.6.4 is released there are many changes that have been made to the CSS - these changes are necessary and your site may not work properly without them. These changes are essential for Kunena users who use Joomla 1.6 People should never directly change the Blue Eagle (default) template or the Example template; all the files in these templates are replaced whenever Kunena is upgraded.

What you should do, instead, is create your own template. Copy the files in the Example template into a new folder. modify the XML file, and add the CSS rules that you need. This is explained - perhaps not very well - in the Wiki: see K 1.6 Template .

If you don't have too many changes to make, you can add the necessary CSS bits and pieces to your Joomla site template. Then you won't have to worry about maintaining the fixes from one version of Kunena to another. That's what I would do. ;)

If you change the file kunena.forum.css you won't see any changes unless you enable Kunena debug mode. If you directly change the file kunena.forum-min.css you won't see any changes if you have Kunena debug mode enabled.
Last edit: 15 years 3 months ago by sozzled.
The topic has been locked.
More
15 years 3 months ago - 15 years 3 months ago #92494 by Lord Zedd
Thanks for the tip. The template keeps being a big problem in Joomla and also in Kunena I noticed. Wanted to write an article sometimes about it. In the old days in 2.x always had to update everyhing manually and compare it from an old fireboard template.

So just leave Blue Eagle and example alone but what about Default Ex? Can that be removed?

I now put what I want in my Joomla site template and here is where I get stuck. I am following the guide your collega wrote in the 5 minute guide. But it does not change all of it.

Here is what I got so far writting in my Joomla site template.
Code:
/* Change the link colors */ #Kunena a:link { color:#516572 !important; } #Kunena a:visited { color:#516572 !important; } #Kunena a:hover { color:#215586 !important; } #Kunena a:active { color:#516572 !important; } /* Change the header background colors */ #Kunena .kblock div.kheader { background-image:url('http://www.xxxxxxxxxx.com/band3.png'); } /* Change the header text colors */ #Kunena .kblock div.kheader h2 a:link, #Kunena .kblock div.kheader h2 a:visited, #Kunena .kblock div.kheader h2 a:active { color: #fff !important; } /* Change the tab colors */ div#ktab ul.menu li a { background-color: #516572 !important; } /* Change the active tab & rollover colors */ div#ktab li#current a { background-color: #84af04 !important; } div#ktab ul.menu li a:hover { background-color: #84af04 !important; } /* Change the border color under the top nav */ #Kunena #ktop { border-color: #84af04; } /* Change the pagination color */ #Kunena .kpagination .active { background:none repeat scroll 0 0 #516572; border:1px solid #84af04; } #Kunena .kpagination a { border:1px solid #84af04; } #Kunena .kpagination a:hover { border:1px solid #84af04 ; color: #fff !important; background: #516572; } /* Change the post link color */ #Kunena div.kmsg-header h2 a { color: #fff !important; } /* Change the toggler color */ #Kunena #ktop span.ktoggler { background-color:#516572; } /* Change the button rollover color */ #Kunena .kbutton:hover, #Kunena .kbutton:focus { background-color: #516572; border-color: #84af04; } #Kunena .kwho-admin { color: #fe2f00; } #Kunena .ktitle-desc{ color: #ffffff; }

And here it goes wrong : kwho-admin changes in the legend but not my name.
ktitle-desc is black and not white.
A link when hovered stays the same. Did check everything so many times. I dont know. Maybe I need to look over it again tommorow.

BTW : any release date yet for 1.6.4? 1.6 native or I mean better than 1.6.3?
Last edit: 15 years 3 months ago by Lord Zedd.
The topic has been locked.
More
15 years 3 months ago - 15 years 3 months ago #92496 by sozzled
Default_ex???!!! That has nothing to do with K 1.6. Please read any K 1.6 "read me" article (for example, this one: Kunena 1.6.3 Read Me .

Quick answers to your off-topic questions:

Lord Zedd wrote:

Any release date yet for 1.6.4?

See K 1.6.4

Lord Zedd wrote:

1.6 native or I mean better than 1.6.3?

K 1.6.4 improves on K 1.6.3, yes. Work is still continuing with Joomla 1.6 issues. Until the Joomla Extensions Directory gives its endorsement, K 1.6 is not a Joomla 1.6 native extension. People are encouraged to experiment with K 1.6.4 on J! 1.6.x and to report problems but they must also remember that K 1.6.x is currently a work-in-progress as far as J! 1.6 is concerned.

According to the latest information I have received, J! 1.6.3 is expected to be released within the next couple of days. And no, that wasn't a typo: J! 1.6.3 is what I wrote and what I meant to write. Apparently, J! 1.6.3 fixes another 100+ issues discovered in J! 1.6.2.

Lord Zedd wrote:

Maybe I need to look over it again tomortow.

I would suggest that you put back the original Blue Eagle CSS files and make your changes to your Joomla site template.
Last edit: 15 years 3 months ago by sozzled.
The topic has been locked.
More
14 years 4 months ago #120573 by Voice4Vision
Hello everyone,
I am currently using the Default Blue Eagle Template and I would like to add an image behind my Kunena Menu, much like the image posted below.



Could anyone please direct me into getting this done? I just want a background, no effects.

Thank you so kindly,
Voice4Vision
The topic has been locked.
More
14 years 4 months ago #120582 by sozzled
The topic has been locked.
Time to create page: 0.263 seconds