Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

Merged Change legend colours: Site Administrator, Global Moderator, etc.

More
12 years 8 months ago #148728 by sozzled
Your template is not the Blue Eagle template. Your template was designed for an older version of Kunena. Your template was obtained from a site that is not affiliated with or endorsed by the Kunena project. If you paid for that template then please ask the people who designed your template for further assistance.

As for your avatar image, I did not say that it was pornographic. I wrote that your avatar image was contrary to section 3.6 of the terms that you agreed to when you joined this site.

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

More
12 years 8 months ago #148732 by NosTraDomus

sozzled wrote: Your template is not the Blue Eagle template. Your template was designed for an older version of Kunena. Your template was obtained from a site that is not affiliated with or endorsed by the Kunena project. If you paid for that template then please ask the people who designed your template for further assistance.

As for your avatar image, I did not say that it was pornographic. I wrote that your avatar image was contrary to section 3.6 of the terms that you agreed to when you joined this site.


Like anyone really reads those...lol

But ill censor my avatar for the kiddies

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

More
12 years 8 months ago #148744 by sozzled
Contact the developer of the template you are having problems with or use the Kunena Blue Eagle template - it's your choice.

This discussion is now closed.

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

More
12 years 6 months ago #150725 by alanhome
Hi all, I found instructions on the forum for changing admin/moderator colors for K1.6, but I made the CSS change and it's not working for 3.0.2--can anyone tell me where I should be making that change? Thanks!

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

More
12 years 6 months ago #150736 by sozzled
*** Topics merged - topic re-opened ***

K 3.0.2 is unsupported.

The easiest way to find out what needs to be changed is to use a browser-based web design tool (e.g. Firebug for Firefox). Msg #2 in this [merged] topic will give you a clue as to what you need to do.

You define different colours for K 3.0.3 in the same way as our recommended instructions for K 2.0, K 1.7 and K 1.6.

You make the changes by adding extra lines to the end of your Joomla site template CSS file.

Further help is given in the FAQs page (see How do I change the colours of my template in Kunena?

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

More
12 years 6 months ago - 11 years 8 months ago #150757 by sozzled
Updated information for K 3.0.3:

To change the legend colours, add the following lines at the end of your Joomla site template CSS file:
Code:
/* COLOR ADMINISTRATOR AND MODERATOR ----------------------------------------------------------------------------------------------- */ #Kunena .kwho-admin { color: #FF0000 !important; } #Kunena .kwho-globalmoderator { color: #800000 !important; } #Kunena .kwho-moderator { color: #0000FF !important; } #Kunena .kwho-user { color: #5388B4 !important; } #Kunena .kwho-guest { color: #666666 !important; } #Kunena .kwho-banned { color: #A39D49 !important; } #Kunena .kwho-blocked { color: #ff0000 !important; }
Change the values of "color" as you need them. :)

Do not attempt to directly modify the files kunena,foum-min.css or kunena.forum.css. Make any custom changes you require to the end of your Joomla site template CSS file.
Last edit: 11 years 8 months ago by sozzled.

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

Time to create page: 0.224 seconds