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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question K 1.5.4 template default_ex_black

More
16 years 1 week ago - 16 years 1 week ago #46192 by Rammelbak
Some small corrections credits to jojalamic.
There was a space in the code between
style="background-color: #'
should be
style="background-color:#'

EDIT /components/com_kunena/lib/kunena.bbcode.js.php
goto line 100 corrected
Code:
document.write('<td id="' + color + '" style="background-color:#' + color + '; width: ' + width + '; height: ' + height + ';">');
replace
Code:
document.write('<td id="' + color + '" style="background: transparent none repeat scroll 0 0;background-color:#' + color + '; width: ' + width + '; height: ' + height + ';">')
save upload.. all done.

this will set the background color of the table to transparent and will work with every template which uses its own background...

Hopr this will help.. again credits to Jojalamic and Kunena ofcourse B)
Last edit: 16 years 1 week ago by Rammelbak.
The topic has been locked.
More
16 years 1 week ago #46208 by sozzled
As I wrote earlier in this topic (msg #25101 , for others reading this message, the default_ex_black template, as with any user-submitted template used with Kunena, is not endorsed by www.kunena.com . All user-submitted templates are on a use-at-your-own-risk basis.

The template offered in the opening post of this thread has not kept up with developments in Kunena and it no longer works. Because of the number of support questions that these problems have generated, this topic is closed.

Do not use the K 1.5.4 default_ex_black template with K 1.5.11.
The topic has been locked.
Time to create page: 0.219 seconds