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

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 7 months ago #61443 by jodin

Cerberus wrote:

in kunena.forum.css ( you will need to reminimise this using refresh-sf.com/yui/ to make the kunena.forum-min.css file again )


Does this mean I cant just edit the kunena.forum.css file? What is this reminimise do/mean??
please help. The text in the reply boxes is too small and difficult to read.

Thanks
The topic has been locked.
More
15 years 7 months ago #61461 by sozzled
The technical term is "minify". See the article Minified CSS in the companion Wiki site for details about what this means and how to make it work for you.
The topic has been locked.
More
15 years 7 months ago - 15 years 7 months ago #61464 by jodin
Hey, Thanks!! I just read thru the wiki. However there is no file kunena.forum-min.css in my default or default-ex dir. There is only kunena.forum.css. I did create kunena.forum-min.css and uploaded it to the template dir, but when I refresh my browser the changes are not there.
am I missing something??
Last edit: 15 years 7 months ago by jodin. Reason: typo
The topic has been locked.
More
15 years 7 months ago #61477 by sozzled
Well, it sounds like you're missing K 1.6.

What version of Kunena have you installed?
The topic has been locked.
More
15 years 7 months ago - 15 years 7 months ago #61478 by jodin
I ran the upgrade from 1.5 to 1.6RC2
and I am editing files in com_kunena/template/default_ex which is set as default template

This message contains confidential information

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

Legacy mode: Disabled | 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: 256M | Max file upload: 128M

Kunena version detailled: Installed version: 1.6.0-RC2 | Build: 3373 | Version name: Jadili | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: AlphaUserPoints: Disabled or not installed | CommunityBuilder: Enabled (Version : 1.2.3) | Jomsocial: Disabled or not installed | UddeIm: Enabled (Version : 2)

Plugins: System - Mootools12: Disabled | System - Mootools Upgrade: Enabled | JFirePHP: Disabled or not installed | Kunena Discuss: Enabled (Version : 1.6.0-RC2) | Kunena Search: Disabled or not installed | My Kunena Forum Menu: Disabled or not installed

Modules: Kunena Latest: Disabled or not installed | Kunena Stats: Disabled or not installed | Kunena Login: Disabled or not installed

Last edit: 15 years 7 months ago by jodin.
The topic has been locked.
More
15 years 7 months ago #61479 by sozzled
Good to hear. I saw default_ex and I thought to myself "that's a K 1.5 thing" - there's a big difference between how you manipulate K 1.6 template CSS and how you manipulate K 1.5 template CSS.

Before suggesting how you can make a change to your current default template CSS, we recommend that users should not modify this template's CSS because, when you upgrade Kunena from RC2 to a later version, you will have to make all these changes again. It's a better idea to make your own template so that your changes won't be lost. Details on how to make your own template are currently a work-in-progress at the Wiki (see How to create a template for Kunena and K 1.6 Template both of which are unfinished and they'll be merged into another document, I expect).

The quick-and-dirty method is to edit the K 1.6 template CSS file (see Where is the CSS file? ), and minify that file and copy the minified file to that folder. Or you can use the clear text version and run Kunena in debug mode.

The change that you will probably want to make is this:

#Kunena .kreply-form .inputbox {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #999999;
color:#000000;
font-size:1.5em;
margin:2px 0;
}

Experiment with different values until you find something that suits your purposes.

The best way to play with these things is to use Firebug for Firefox as recommended in Changing Template and its Colours - the Basics

Does this help?
The following user(s) said Thank You: jodin
The topic has been locked.
Time to create page: 0.268 seconds