- Posts: 36
- Thank you received: 3
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
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.
- Posts: 12288
- Thank you received: 2537
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.