- Posts: 36
- Thank you received: 3
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.
Solved Remove X Button from CKEditor Toolbar
- rob parker
-
Topic Author
- Offline
- Junior Member
-
Rob
Please Log in or Create an account to join the conversation.
With kind regards
Leen
Please Log in or Create an account to join the conversation.
gindi
Please Log in or Create an account to join the conversation.
- rob parker
-
Topic Author
- Offline
- Junior Member
-
- Posts: 36
- Thank you received: 3
Rob
Please Log in or Create an account to join the conversation.
If you want to remove all social share buttons, you can also do this with a customckeditor_config.js ( see here ).
Once you have created this, add two slashes in front of this entry in the custom file line 32:
from
{ name: 'social', groups: [ 'social' ] },
to
// { name: 'social', groups: [ 'social' ] },
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- rob parker
-
Topic Author
- Offline
- Junior Member
-
- Posts: 36
- Thank you received: 3
Rob
Please Log in or Create an account to join the conversation.