Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 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

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 Legend Color problem

More
15 years 2 months ago - 15 years 2 months ago #80861 by yuzef
Legend Color problem was created by yuzef
hi all.

i wanna say i love feature Blend with Joomla Template for the template of kunena, because its little hard to find a free kunena template matching the joomla template especially dark template, but when i set yes to blend with joomla template i see no legend color, its look a like just text. (no color).

how to change that color to each group color, just like before blending?

Newbie Joomla user sometime feel so hard to mix three template in one site : joomla, kunena, Jomsocial.
There is no one package of it.

Love Simplicty
read...... and learn........

My Joomla Test Site
Last edit: 15 years 2 months ago by yuzef.

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

More
15 years 2 months ago - 15 years 2 months ago #80930 by sozzled
Replied by sozzled on topic Re: Legend Color problem
It's a little difficult trying to analyse and resolve this issue without knowing where these problems occur, but the answer (in general terms) is probably to modify your site template by adding a few lines of CSS. I'm not sure that I understand what you mean by each "group" colour but, if you're discussing the legend colours, you need to enter a few lines like these one below (obviously you need to change <your-colour-value-here> to a valid colour code):

#Kunena .kwho-admin { color: <your-colour-value-here> !important; }
#Kunena .kwho-globalmoderator { color: <your-colour-value-here> !important; }
#Kunena .kwho-moderator { color: <your-colour-value-here> !important; }
#Kunena .kwho-user { color: <your-colour-value-here> !important; }
#Kunena .kwho-guest { color: <your-colour-value-here> !important; }

But this is just guesswork on my part.
Last edit: 15 years 2 months ago by sozzled.

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

More
15 years 2 months ago #81039 by yuzef
Replied by yuzef on topic Re: Legend Color problem
Thank you Sozzled,, you are the man, the solution is work now.
now the legend colored when enabling the blind with joomla template ;)

Love Simplicty
read...... and learn........

My Joomla Test Site

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

More
14 years 1 month ago #117881 by Jiminimonka
Adding that same code into the skinner template will also fix the problem with Blender wiping out the legend colours.

Please read the FAQ.
Only one question per topic.
Search before you ask a question.

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

More
14 years 1 month ago #117882 by sozzled
Replied by sozzled on topic Re: Legend Color problem

Jiminimonka wrote: Adding that same code into the skinner template will also fix the problem with Blender wiping out the legend colours.

.. except that we do not recommend to the users of this community that they should modify the original Kunena source code unless it is absolutely essential! For the present time - with K 1.7, I mean - it's easier to add the CSS directives to your site template. In that way you won't lose any customised changes you might have made to K 1.7 if there's a need to upgrade later.

There are a few issues here that need to be properly sorted out in K 2.0.

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

More
14 years 1 month ago #117883 by Jiminimonka
After I made that post I was thinking exactly the same thing. :silly:

Please read the FAQ.
Only one question per topic.
Search before you ask a question.

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

Time to create page: 0.782 seconds