- Posts: 40
COMMUNITY FORUM
Unwanted Buttons
- Denis Devine
-
Topic Author
- Offline
- Senior Member
Less
More
13 years 10 months ago #97702
by Denis Devine
Unwanted Buttons was created by Denis Devine
I want to get rid of some buttons in the WYSIWYG editor so front end users cannot use them.
The buttons I want to remove are:
Image
Pagebreak
Insert Grid
I'm not even sure if they're associated with JCE Editor (which I'm using) or K2.
Can anyone advise?
Thanks! :)
The buttons I want to remove are:
Image
Pagebreak
Insert Grid
I'm not even sure if they're associated with JCE Editor (which I'm using) or K2.
Can anyone advise?
Thanks! :)
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 10 months ago #97703
by william white
Replied by william white on topic Unwanted Buttons
This may give you a start
Please Log in or Create an account to join the conversation.
- Denis Devine
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 40
13 years 10 months ago #97704
by Denis Devine
Replied by Denis Devine on topic Unwanted Buttons
Hi William,
Thanks for that. Very useful link.
Although I did not find anything in it that relates to the three features I mentioned above.
I'm guessing they're not JCE or K2 features.
But if anyone knows why and how they're there and how to get rid of them I'd be very grateful to hear about it.
Thanks,
Dom
Thanks for that. Very useful link.
Although I did not find anything in it that relates to the three features I mentioned above.
I'm guessing they're not JCE or K2 features.
But if anyone knows why and how they're there and how to get rid of them I'd be very grateful to hear about it.
Thanks,
Dom
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 10 months ago #97705
by william white
Replied by william white on topic Unwanted Buttons
Use firebug and locate the div and add display: none
The entire row of buttons would be
#editor-xtd-buttons { in k2.css
The entire row of buttons would be
#editor-xtd-buttons { in k2.css
Please Log in or Create an account to join the conversation.
- Denis Devine
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 40
13 years 10 months ago #97706
by Denis Devine
Replied by Denis Devine on topic Unwanted Buttons
Hi William,
Thanks for your reply. I wish I understood what it meant though. :)
I did install Firebug but I couldn't get to grips with it. I'm not a coder.
Is there an easier way to tackle this?
Thanks
Dom
Thanks for your reply. I wish I understood what it meant though. :)
I did install Firebug but I couldn't get to grips with it. I'm not a coder.
Is there an easier way to tackle this?
Thanks
Dom
Please Log in or Create an account to join the conversation.