- Posts: 36
- Thank you received: 3
Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
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.
L.v.d.A
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.