- Posts: 37
- Thank you received: 5
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
Question Changing Default Font Size in Editor
Thank you!
jodin wrote: Awesome. You guys are doing a great job and are very helpful!!
Thank you!
Thats weird. Whats up with the scrollbar in my last post??
Blue Eagle vs. Crypsis reference guide
Read my blog and
sorry
sozzled wrote: 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?
Is this still the same in RC3??
Generally-speaking, there has been no significant change to Kunena since the design stabilised with the release of K 1.6 RC1. RC2 saw a number of minor changes and one or two improvements and RC3 has built on those. The techniques mentioned in my earlier message have not altered. There were a few changes made to the Blue Eagle (default) template. Every new release of Kunena installs a new version of the default template.
We continue to remind and recommend to users that, if you want to make customised changes to the way your template is designed, you build your own template. The technique for constructing your own template, loading and installing it, has not changed.
Is this what you wanted to know? :dry:
Blue Eagle vs. Crypsis reference guide
Read my blog and