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 - 12 years 8 months ago #148567 by NosTraDomus
For statistics at the botton, the legend states, Administrator (red)..etc

i just installed 3.0 so, i had to manually add it in the css file...no big deal.

But, it seems, that as it has properly loaded the css, the names, attached to post or categories, still remain, the defaul color, so it doesnt attach the correct color to the names.



the page: www.bad-bastards-club.com/index.php/forum/index

if u see the bottom, statistics now show the right color, but JUST there, anywhere else and the names associated with those colors for admi,mod..etc are no where, instead it just loads the default light color no matter the rank.


Last edit: 12 years 8 months ago by NosTraDomus.

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

More
12 years 8 months ago #148569 by 9themestore
Hi,

You can add the bellow CSS code section to the template.css file.
Code:
#Kunena #kwhoisonline a.kwho-admin { color: #ff0000; /* You can change the color code */ }

Regards!

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: NosTraDomus

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

More
12 years 8 months ago #148595 by NosTraDomus

9themestore wrote: Hi,

You can add the bellow CSS code section to the template.css file.

Code:
#Kunena #kwhoisonline a.kwho-admin { color: #ff0000; /* You can change the color code */ }

Regards!



sounds good! THANKS
now, i just have to wait for the FTP process to unfreeze itself before i can reconnect again and download that file then change and upload again...

stupid ftp, after 2 minutes stops, timeout error...every freaking time...then my front end and back end are down for 5minutes or so...maybe bandwidth limits reached?!..who knows.

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

More
12 years 8 months ago #148597 by NosTraDomus
that code already exist...but i found it, and ill change the color...for them all.

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

More
12 years 8 months ago - 12 years 8 months ago #148599 by Jiminimonka

NosTraDomus wrote: that code already exist...but i found it, and ill change the color...for them all.


It does not exist in your Joomla Template .CSS file, which is where you have to insert it, otherwise every time you update Kunena.

You might want to add !important to the CSS as well to make sure it over rides the Kunena CSS.
Code:
#Kunena #kwhoisonline a.kwho-admin { color: #ff0000 !important; /* You can change the color code */ }

Please read the FAQ.
Only one question per topic.
Search before you ask a question.
Last edit: 12 years 8 months ago by Jiminimonka.

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

More
12 years 8 months ago - 12 years 8 months ago #148601 by sozzled
Last edit: 12 years 8 months ago by sozzled.

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

Time to create page: 0.291 seconds