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.

This category is for discussing issues with the K 2.0 Blue Eagle template.

As general background, My Joomla site template makes a mess of Kunena .

We do not answer questions about other templates for Kunena here.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

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

  • Woeler1
  • Woeler1's Avatar Topic Author
  • New Member
  • New Member
More
13 years 4 months ago - 13 years 4 months ago #134087 by Woeler1
Hello,

I'm using Kunena on my joomla website. Just the standard template. Moderators are displayed in the color brown (name). I want to change that to green. Is there a way to do that? I've searched everywhere but I couldn't find the option.

Thank you
Last edit: 13 years 4 months ago by sozzled. Reason: Changed subject to improve relevance for search purposes

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

More
13 years 4 months ago - 13 years 4 months ago #134088 by sozzled
G'day, Woeler1, and welcome to Kunena.

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. :)
Last edit: 13 years 4 months ago by sozzled.

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

More
13 years 4 months ago #134739 by infexis234
Replied by infexis234 on topic Legend, bold style
How would I make admins bolded, banned users striked etc..?

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

More
13 years 4 months ago - 13 years 4 months ago #134763 by sozzled
*** Topics merged ***

G'day, infexis234, and welcome to Kunena.

Applying different CSS styles (e.g. bolding, strike-out, etc.) is easily accomplished using the technique I mentioned in msg #2 in this topic. I hope this answers your question.
Last edit: 13 years 4 months ago by sozzled.

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

More
13 years 4 months ago #134810 by infexis234

sozzled wrote: *** Topics merged ***

G'day, infexis234, and welcome to Kunena.

Applying different CSS styles (e.g. bolding, strike-out, etc.) is easily accomplished using the technique I mentioned in msg #2 in this topic. I hope this answers your question.

Code:
#Kunena .kwho-admin, #Kunena a.kwho-admin { color: #FF0000 !important; font-weight: bold; }

This didn't work.

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

More
13 years 4 months ago #134812 by sozzled

infexis234 wrote: This didn't work.

Which file did you modify to try to make this work? You should add your changes to the end of your Joomla site template CSS file. It probably did not work for you because you tried to modify something in Kunena. I tried your code on a test website, by modifying the Joomla site template CSS file, and this worked without any problems. I think you tried to make the right change but in the wrong place. ;)

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

Time to create page: 0.355 seconds