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 must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question CKEditor default font size

More
3 weeks 3 days ago - 3 weeks 3 days ago #234880 by makitso
Any way to set the default font size for TinyMCE editor?

This message contains confidential information

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

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

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 256M | Max file upload:  

Kunena menu details:

Warning: Spoiler!

Joomla default template details : cassiopeia_webtrees | author: Rob | version: 1.0 | creationdate: August 2023

Kunena default template details : Aurelia | author: Kunena Team | version: 7.0.3 | creationdate: 2026-03-31

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 7.0.3 | 2026-03-31 [ Git Repository ]
        | Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 6.0.7 | Kunena Search 6.0.5


Joomla 5.3.3
Kunena 6.3.10
Last edit: 3 weeks 3 days ago by makitso.

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

More
3 weeks 3 days ago #234882 by rich
Replied by rich on topic TinyMCE default font size
I'm sorry, but you can't use this editor in Kunena. You can only choose between CKEditor and SCEditor.

Important! Always create a backup before you make any changes to your website!

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

More
3 weeks 3 days ago - 3 weeks 3 days ago #234883 by makitso
Replied by makitso on topic CKEditor default font size

I'm sorry, but you can't use this editor in Kunena. You can only choose between CKEditor and SCEditor.
My apologies, yes, I am using the CKEditor.  So, how does one change the default font size for this editor?

Joomla 5.3.3
Kunena 6.3.10
Last edit: 3 weeks 3 days ago by makitso.

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

More
3 weeks 3 days ago - 3 weeks 3 days ago #234884 by rich
Replied by rich on topic CKEditor default font size
This requires several steps:
1. First, rename the ckeditor_config.js file to customckeditor_config.js. Then, in the backend, go to the Kunena Aurelia template -> BBcode tab, scroll down, and enter the word “custom” in the appropriate field ( see here ).
2. Open customckeditor_config.js and insert the following code between lines 10 and 11.
Code:
CKEDITOR.addCss('.cke_editable { font-size: 24px; }'); 

Note: You only need to perform step three if the font size in forum posts also needs to be adjusted. If you’ve already done this at some point, step three is unnecessary.
3. Go to Aurelia in the backend and edit custom.scss ( see here ). Insert the following code:
Code:
/* font size for forum messages */  .kmsg {   font-size: 24px; }
You can adjust the size as desired, 24px is only an example.
 

Important! Always create a backup before you make any changes to your website!
Last edit: 3 weeks 3 days ago by rich.

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

More
3 weeks 3 days ago #234885 by makitso
Replied by makitso on topic CKEditor default font size
Thank you very much!

Joomla 5.3.3
Kunena 6.3.10

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

Time to create page: 0.280 seconds