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 4 months ago #36733 by vvolf69
jojalamic wrote:

FreeThinker wrote:

otakoncl wrote:

bbcode color problem...

plz check

This also is happening to me...!?
...the colors do work, but doesn't show up in/on board!?!?

@jojalami
=> yes i've seen the download link to template after i posted :P



Edit in kunena.forum.css

Line 56:

" background: #222222 url(images/bg2.png);"

to

" background: #222222;"


hmmm

the problem isn“t your css. the basic problem is a bug in the javascript which generates the color palette. the script show each color as the background so it will be overwritten by a custom background of your template. colors are still there but you see only the backgroundimage set in your stylesheet.

a better way to fix this would be to edit the javascript. this would allow you to have a custom background and show the bbcode colors. just my two cent...

EDIT /components/com_kunena/lib/kunena.bbcode.js.php

line 193
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 + ';">')

this will set the background color of the table to transparent and will work with every template which uses its own background...
The topic has been locked.
More
16 years 4 months ago #36735 by FreeThinker
did as jojalamic said...
..and it's workin' now ;)

Thanks
The topic has been locked.
More
16 years 3 months ago #37961 by Gleedo
Hello, thank you for this very nice template :)

When you have one of the buttons selected like 'Recent Discussions' or 'My Discussions', its blue. I would like to make it a different color. Which image do I edit to do that? I have edited a bunch of one's I thought it might be, but after uploading and refreshing the browser, it's still blue.

Of does this forum need to have it's cache cleaned some how?
The topic has been locked.
More
16 years 2 months ago #41109 by avdstelt
Hi,

You made a great template is it possible to send me the icons psd files so I can make a dutch translation.

Greetings Arjan
The topic has been locked.
More
16 years 2 months ago #41110 by FreeThinker
Gleedo wrote:

Hello, thank you for this very nice template :)

When you have one of the buttons selected like 'Recent Discussions' or 'My Discussions', its blue. I would like to make it a different color. Which image do I edit to do that? I have edited a bunch of one's I thought it might be, but after uploading and refreshing the browser, it's still blue.

Of does this forum need to have it's cache cleaned some how?

Hi there.

For this you can use a plugin for Firefox called Firebug that shows you what to alter and it's easier to make changes ;)
The topic has been locked.
More
16 years 1 month ago #43315 by MKulczyk
Both solutions don't work...

The modification of css, no results.

The line number of edit of kunena.bbcode.js is not correct, searching not realy good:

Line 193

See image.

Acceptable solutions or new Template available?
The topic has been locked.
Time to create page: 0.253 seconds