Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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.

Question [RESOLVED] Font size in message editor is too small; users cannot read it

More
15 years 4 months ago - 14 years 8 months ago #64865 by jodin
Hey

I cannot change the font size in the reply editor input box.
I changed this: in kunena.forum.css
#Kunena .kreply-form .inputbox {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #999999;
color:#000000;
font-size:12px; <---- I added this line
margin:2px 0;
}
I remized it to kunena.forum-min.css and uploaded to the example/css dir
I am using the example template(I checked the view source)
The file is being updated when I ftp to my server. I checked that too.
The font-size:12px; statement is there when I view css from Kunena template manager.
I was able to fix this in rc2 and rc3. It's not updating in final release.
I checked the code in Firebug and the font-size:12px; statement is there.

The subject text input is fine with size. My users cannot read the text in the input box. It's too small. I don't know why you did not make the input box font a readable size in the final release of 1.6. This is the smallest text I've ever seen in any forum software.

Please help!!!!
Last edit: 14 years 8 months ago by sozzled. Reason: Change topic status

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

More
More
15 years 4 months ago #64962 by sozzled
I think I know what's happening here. You've made a change to the Kunena template CSS file ../components/com_kunena/template/default/kunena.forum.css but your don't see the effects of those file changes. This is because, by default, K 1.6 does not actually use that file; it uses a minified version of that file. See Minified CSS for a detailed explanation about how file minification works and how to create a minified CSS file for your Kunena installation.

Even so, even if you have applied your changes to the minified CSS file, you may not notice any difference. This is because your browse cache is still using the older version of the CSS file. You may also need to force your browser to refresh and replace the CSS file in your local cache.

I hope this helps.

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

More
15 years 4 months ago #64992 by severdia
Did you try?
Code:
#Kunena .kreply-form .inputbox { background:none repeat scroll 0 0 #FFFFFF; border:1px solid #999999; color:#000000; font-size:12px !important; margin:2px 0; }

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com

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

More
15 years 3 months ago #66218 by KimH
Hi,

After upgrading to Kunena 1.6 I have noticed that the text size in the message compose area is very small (see screenshot)





How can I change this to normal size?

/Kim

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

More
15 years 3 days ago #84783 by KimH
@Jodin: Did you ever find a solution to this issue? I have noticed that the problem is worth when using Google Chrome compared to using Internet explorer...

Anyone?

Regards
Kim

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

Time to create page: 0.335 seconds