- Posts: 6
- Thank you received: 1
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 Change legend colours: Site Administrator, Global Moderator, etc.
15 years 4 months ago #68118
by dewilcry
i tried to search on forum but i didnt find i wanna change colors of Legend :: Site Administrator, Global Moderator, Moderator, User, Guest how can i change?
The following user(s) said Thank You: Artie2
Please Log in or Create an account to join the conversation.
15 years 4 months ago #68120
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Change legend colours: Site Administrator, Global Moderator, etc.
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
15 years 4 months ago #68122
by dewilcry
Replied by dewilcry on topic Re: Change legend colours: Site Administrator, Global Moderator, etc.
thank you so much my dear friend loltr.com thanx for eveyrthing
we love kunena
Please Log in or Create an account to join the conversation.
15 years 2 months ago - 15 years 2 months ago #79000
by morness
Replied by morness on topic Re: Change legend colours: Site Administrator, Global Moderator, etc.
Hi, I've read the article:
docs.kunena.org/index.php/Coloured_member_types
And while Kunena 1.6 lives happily and I was able to adjust the colors for the different groups, I attempted to hook up a new group I had created with another module (Noix ACL 2.06).
I created a couple child groups under Registered called:
So attempted to edit kunena.forum.min.css in our kunena template (we're using Infinityhu16) which worked for changing the other group colors (kunena.forum.css has no effect -- something about the debug mode?)
Anyway I added the following:
And no dice... though I do not know how to map a kwho to the name of the custom group, Developers. Any idea how I can connect the dots?
And while Kunena 1.6 lives happily and I was able to adjust the colors for the different groups, I attempted to hook up a new group I had created with another module (Noix ACL 2.06).
I created a couple child groups under Registered called:
- Developers
- GameEnabled
So attempted to edit kunena.forum.min.css in our kunena template (we're using Infinityhu16) which worked for changing the other group colors (kunena.forum.css has no effect -- something about the debug mode?)
Anyway I added the following:
Code:
/* COLOR ADMINISTRATOR AND MODERATOR
----------------------------------------------------------------------------------------------- */
#Kunena .kwho-admin {
color: #0f85ee !important;
font-weight: bold;
}
#Kunena .kwho-globalmoderator {
color: #0f85ee !important;
}
#Kunena .kwho-moderator {
color: #0f85ee !important;
}
#Kunena .kwho-Developer {
color: #0f85ee !important;
}
#Kunena .kwho-user {
color: #d7d368 !important;
}
#Kunena .kwho-guest {
color: #666666 !important;
}
#Kunena .kwho-banned {
color: #7f0000 !important;
}
#Kunena .kwho-blocked {
color: #a00000 !important;
}
/* KUNENA MENU
----------------------------------------------------------------------------------------------- */
And no dice... though I do not know how to map a kwho to the name of the custom group, Developers. Any idea how I can connect the dots?
Last edit: 15 years 2 months ago by morness.
Please Log in or Create an account to join the conversation.
15 years 2 months ago - 15 years 2 months ago #79025
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Change legend colours: Site Administrator, Global Moderator, etc.
You need to enable debug mode in the kunena configuration panel to load the non minified version of css and javascript files.
I don't provide support by PM, because this can be useful for someone else.
Last edit: 15 years 2 months ago by xillibit.
Please Log in or Create an account to join the conversation.
15 years 2 months ago #81281
by tiz
Replied by tiz on topic Re: Change legend colours: Site Administrator, Global Moderator, etc.
I guess this can't be the total truth because I would just add a new colorline in the css ....but somewhere I have to "say" something linke: "Display newgroup:colour" ...but that will not be realised in the css....
so I'm still searchin
so I'm still searchin
Please Log in or Create an account to join the conversation.
Time to create page: 0.361 seconds