Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Question Error in Color Palette

More
16 years 8 months ago - 16 years 8 months ago #27795 by Neokurt
Replied by Neokurt on topic Re:Error in Color Palette
Here is a little fix, removing the background image for color palette.

Edit the file : /components/com_kunena/lib/kunena.bbcode.js.php

Lines 193

Before:
Code:
document.write('<td id="' + color + '" style="background-color:#' + color + '; width: ' + width + '; height: ' + height + ';">');

After
Code:
document.write('<td id="' + color + '" style="background:transparent none repeat scroll 0 0;background-color:#' + color + '; width: ' + width + '; height: ' + height + ';">');

Let me know if its not working for you. :)
Last edit: 16 years 8 months ago by Neokurt.

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

More
16 years 8 months ago #27814 by PAUSIMS
Replied by PAUSIMS on topic Re:Error in Color Palette
Yes, it works perfect! :) thanks for the fix.

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

More
16 years 8 months ago #27824 by Motorhead
Replied by Motorhead on topic Re:Error in Color Palette
yeah!! great fix! lot of thanks!!!

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

More
16 years 8 months ago #27876 by Matias
Replied by Matias on topic Re:Error in Color Palette
Neokurt:

Isn't there an easier/better way to edit class fb-color_table in css file and add the background style into there?

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

Time to create page: 0.230 seconds