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.

Loved Kunena 1.5.3 Template: MOC 2.0

More
16 years 10 months ago - 16 years 10 months ago #21737 by fuzzi
Spock wrote:

Ok it has to be changed in your Joomla! template CSS file (bot the kunena.css): /templates/ja_labra/css/template.css
Find the following in template.css (line 154):

input, select, textarea, .inputbox, .button
font-family:Tahoma,Arial,sans-serif;
font-size:92%;
}

add font color

input, select, textarea, .inputbox, .button
font-family:Tahoma,Arial,sans-serif;
font-size:92%;
color:#CCCCCC;
}

I was using firebug to see that so maybe there isn't an exact css phrase "input, select, textarea, .inputbox, .button" but you'll find something similar at least which you should change.
Try that and it should work.


Ok I am having the same issue. I have no idea where to change the code. I went to .css for the site temp. And I cant find where to add the code. Here is the .css attached. Great work btw keep it up.

File Attachment:

File Name: template-20090626.zip
File Size:8.22 KB
Last edit: 16 years 10 months ago by fuzzi.

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

More
16 years 10 months ago - 16 years 10 months ago #21746 by Spock
fuzzi wrote:

I went to .css for the site temp. And I cant find where to add the code. Here is the .css attached. Great work btw keep it up.

Well it probably won't be the same code; suraneau was using a JoomlaArt template and yours is a Rockettheme one and both these templates are overiding this particular property in the kunena.forum.css file. If there is a piece of css pointing to .inputbox (or similar) you should add the color property. I know you looked but i'm not on my own computer now so i only have notepad on this one and I can't have a proper look at the Joomla! .css . If you can post a link to the forum with guest acess (like suraneau did) I will resolve this in few mins.
Last edit: 16 years 10 months ago by Spock.

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

More
16 years 10 months ago #22188 by Spock
fuzzi wrote:

Ok I am having the same issue. I have no idea where to change the code. I went to .css for the site temp. And I cant find where to add the code. Here is the .css attached. Great work btw keep it up.

Hello fuzzi, i had a quick look there the best thing to do is to add the following to the kunena.forum.css (line 991) and it will override whatever was causing the issue

#Kunena .fb_txtarea {
background:#222222 none repeat scroll 0 0;
color:#FFFFFF;
height:300px;
width:95%;
}

Regards

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

More
16 years 9 months ago #22403 by kamil_w
I have found some issues.

1. Buttons B, I, U etc. are to dark:
wojcik.neostrada.pl/kunena-moc2.0/buttons.jpg

2. Font in history of posts is to dark
wojcik.neostrada.pl/kunena-moc2.0/history.jpg

3. Page with Reporting to moderate loks like that:
wojcik.neostrada.pl/kunena-moc2.0/post2moderator.jpg
There is no text on button.
And how to change color of background?

4. Text in fast reply frame is to light:
wojcik.neostrada.pl/kunena-moc2.0/fast-reply.jpg

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

More
16 years 9 months ago #22406 by itgl72
kamil_w wrote:

1. Buttons B, I, U etc. are to dark:
wojcik.neostrada.pl/kunena-moc2.0/buttons.jpg


Some of the issues we have seen we can edit ourselves in the CSS. Using firebug in firefox I can usually figure things out.

BUT... The #1 you listed above I agree with, they are TOO DARK. I'm nit picking now because overall the template is great.

HOWEVER, I have noticed one more thing. If you notice here on this website when you hover over those BB buttons a description pops up of what that button does. I noticed on the MOC template it does not do that. Can we look into this and see how to make that functionality work?

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

More
16 years 9 months ago - 16 years 9 months ago #22407 by Spock
kamil_w wrote:

I have found some issues....


Thanks guys - i knew it wasn't perfect! I stopped using this template myself a while back so i never noticed the problems. I'll update the css in the next day or so to reflect all the listed issues. All i can say is sorry :blush: and thanks again for pointing these issues out

HOWEVER, I have noticed one more thing. If you notice here on this website when you hover over those BB buttons a description pops up of what that button does. I noticed on the MOC template it does not do that. Can we look into this and see how to make that functionality work?

I thought i fixed that for K1.5.3 ... obviously not! Will fix this too - thanks
Last edit: 16 years 9 months ago by Spock.

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

Time to create page: 0.276 seconds