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.

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.

Question Text color is same than background, cant read.

More
15 years 1 month ago #91314 by juancastillejos
Hello everybody, this is my first post here.
I'm using this great component -kunena forum- but i have a big problem:

I have JCE editor installed for the News, and a template inside of it to create news in my website.
This template has the white color predefined -by me- for the text.

Now i have installed Kunena and works great!, but the color of the text is the same than in the News editor: white... and the Kunenas background is also white, so when users write the characters cant be read. Of course they can edit the messages, but... would be interesting that messages appear as soon they write for first time.

Thank you, if you can explain me what to do to fix it would be absolutely great!! :(
Thank You!!!
John

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

More
15 years 1 month ago #91351 by sozzled
G'day, juancastillejos, and welcome to Kunena.

If you have changed the text colour and background colour in your website then I assume that you understand about CSS and how Joomla templates work. If you use a developers tool, like Firebug for Firefox, you can click any web element on the page to see the characteristics of that element and define new rules for it.

Does that help?

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

More
15 years 1 month ago #91362 by juancastillejos
Hello again!, Thank You! for your answer.

Yes, it helped to me to get closer to the solution, thanks! but... i still dont know what i should change to make ALL the text written in the future appear in black colour...

i you could check the site... it's

WEB SITE

i would be so glad if you could tell me what to change in the KUNENA.FORUM-MIN css I select the text -any written text of any entry- but when i change the colour i change the colour ONLY for that entry, not for the rest and future texts.

Thank You :( ;)

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

More
15 years 1 month ago #91365 by sozzled
Do not change kunena.forum-min.css directly. You should only change kuunena.forum.css and then "minify" the file to generate a new kunena.forum-min.css file. This is explained in Minified CSS .

Alternatively, you can add the necessary CSS rules that work on Kunena by adding the appropriate parts to your Joomla site template CSS.

Add the following lines to the bottom of your Joomla site template:

#Kunena div.kthead-desc, #Kunena div.kthead-moderators {
color: black;
}

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

More
15 years 1 month ago #91367 by juancastillejos
Thank you, i have been reading about minify the file, and now that part is more clear, but first i will need to modify the original file, later i will minify and replace both files with news.

But now i shoul find what to change in the kunene.forum file, i'm getting crazy, i dont know where is the color refered to the text... if its easy to you to find you would save me lots of hours.
If not, thank you anyway ;)

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

More
15 years 1 month ago - 15 years 1 month ago #91369 by sozzled
The text attributes (font-family, color, font-weight, background-color, etc.) in Kunena are, for the most part, determined by your Joomla site template. If you can explain, specifically, what font colour you want to change (perhaps show a picture) we might be able to help you better. Your help will save us many hours trying to guess what you want.

You can change the template file (if you want) and you will have to re-do those changes when you upgrade Kunena (if you make the changes to the Blue Eagle (default) template) and that is why we recommend that you do not change the Blue Eagle (default) template but you create your own template instead. You can change the way that Kunena displays if you add extra CSS to your site template. If you want to create your own Kunena template (so that you won't lose the changes when you upgrade Kunena in the future) there is help in the Wiki.
Last edit: 15 years 1 month ago by sozzled.

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

Time to create page: 0.274 seconds