- Posts: 36
- Thank you received: 3
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
Solved Remove X Button from CKEditor Toolbar
- rob parker
-
Topic Author
- Offline
- Junior Member
-
Less
More
1 year 10 months ago #231650
by rob parker
Remove X Button from CKEditor Toolbar was created by rob parker
How can I do that? I expected that it would be controlled by the setting for "Show X button" in the Bbcode tab of the Aurelia template, but that has no effect - although it does work for Ebay, Instagram, ....
Rob
Rob
Please Log in or Create an account to join the conversation.
1 year 10 months ago #231652
by Leen
With kind regards
Leen
Replied by Leen on topic Remove X Button from CKEditor Toolbar
I can confirm that turning off the X button does not work here either
With kind regards
Leen
The following user(s) said Thank You: rob parker
Please Log in or Create an account to join the conversation.
1 year 10 months ago #231653
by Gindi
Replied by Gindi on topic Remove X Button from CKEditor Toolbar
A permanent solution would be to delete the "x" directory in /media/kunena/core/js/plugins/.
gindi
gindi
The following user(s) said Thank You: rob parker
Please Log in or Create an account to join the conversation.
- rob parker
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 3
1 year 10 months ago #231655
by rob parker
Replied by rob parker on topic Remove X Button from CKEditor Toolbar
Since there doesn't seem to be a way to do it within the configuration options, I'll go for the permanent removal.
Rob
Rob
Please Log in or Create an account to join the conversation.
1 year 10 months ago #231659
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Remove X Button from CKEditor Toolbar
It is possible that it no longer works due to the switch from Twitter to X and that nobody has noticed this yet.
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' ] },
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!
The following user(s) said Thank You: rob parker
Please Log in or Create an account to join the conversation.
- rob parker
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 3
1 year 10 months ago #231660
by rob parker
Replied by rob parker on topic Remove X Button from CKEditor Toolbar
Thanks Rich. That seems a much better solution than removing a folder. I've already got one customisation in custom_ckeditor_config.js,
Rob
Rob
Please Log in or Create an account to join the conversation.
Time to create page: 0.243 seconds