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 Changing Default Font Size in Editor

More
15 years 5 months ago #58934 by AndyInSpain
Hello all,

This should be an easy one to sort out. Where in the CSS, in the Kunena 1.6 Blue Eagle template, can I change the default font size for the text area when composing a new post (like I'm doing now)? It's a bit small.

Below is the config report. Any help would be much appreciated.

Kind regards and thanks for a fantastic product.

Andy.

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Enabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 64M | Max file upload: 10M

Kunena version detailled: Installed version: 1.6.0-RC1 | Build: 3173 | Version name: Kujadili | Kunena detailled configuration:

Warning: Spoiler!

The topic has been locked.
More
15 years 5 months ago - 15 years 5 months ago #58937 by Cerberus
in kunena.forum.css ( you will need to reminimise this using refresh-sf.com/yui/ to make the kunena.forum-min.css file again )
Code:
#Kunena table#kpostmessage .ktxtarea { border:1px solid #BFC3C6; font-size:1.5em; <---- add this line ( 1em is default size ) height:200px; overflow:auto; }

I recommend make a custom template rather than modifing the default one so that when you upgrade your changes are not lost.
Last edit: 15 years 5 months ago by Cerberus.
The topic has been locked.
More
15 years 5 months ago #58946 by AndyInSpain
Many thanks for your swift reply, Cerberus. It is much appreciated. I shall do exactly as you request.

Thanks very much and kind regards

Andy.
The topic has been locked.
More
15 years 5 months ago #58966 by Cerberus
your welcome :) the thanks button is a wonderful thing ;)
The following user(s) said Thank You: AndyInSpain
The topic has been locked.
More
15 years 5 months ago - 15 years 5 months ago #59078 by AndyInSpain
OK, all done, but can I be a pain and ask you which CSS section controls the font size for the Quick Reply box? It seems to be different from the compose/reply text areas.

Many thanks

Andy.
Last edit: 15 years 5 months ago by AndyInSpain.
The topic has been locked.
More
15 years 5 months ago - 15 years 5 months ago #59085 by Cerberus
yes quick reply is a different css section.


in kunena.forum.css ( you will need to reminimise this using refresh-sf.com/yui/ to make the kunena.forum-min.css file again )
Code:
#Kunena .kreply-form .inputbox { background:none repeat scroll 0 0 #FFFFFF; border:1px solid #999999; color:#000000; font-size:1.5em; <---- add this line ( default value is 1em ) margin:2px 0; }

I recommend make a custom template rather than modifing the default one so that when you upgrade your changes are not lost.
Last edit: 15 years 5 months ago by Cerberus.
The following user(s) said Thank You: AndyInSpain
The topic has been locked.
Time to create page: 0.765 seconds