Former Member
inherit
guest@proboards.com
248530
0
Nov 24, 2024 15:32:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 29, 2017 13:06:24 GMT -8
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Oct 29, 2017 14:43:41 GMT -8
@henny4315 If you want to blanket disable all of them this CSS will do the trick: .ui-wysiwyg .controls .group>ul>li.button img { display: none; } But for just videos, pictures and attachments this CSS will do it: li.button.button-insertImage { display: none; }
li.button.button-insertVideo { display: none; }
li.button.button-insertEmbed { display: none; }
I assumed you meant the embed button for the attachments button. Paste the CSS at the bottom of your style sheet in Themes > Advanced Styles & CSS > Style Sheet (tab).
|
|
Former Member
inherit
guest@proboards.com
248530
0
Nov 24, 2024 15:32:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 29, 2017 14:55:48 GMT -8
@henny4315 If you want to blanket disable all of them this CSS will do the trick: .ui-wysiwyg .controls .group>ul>li.button img { display: none; } But for just videos, pictures and attachments this CSS will do it: li.button.button-insertImage { display: none; }
li.button.button-insertVideo { display: none; }
li.button.button-insertEmbed { display: none; }
I assumed you meant the embed button for the attachments button. Paste the CSS at the bottom of your style sheet in Themes > Advanced Styles & CSS > Style Sheet (tab).
Thanks but it deletes the whole menu. I want to keep everything except for from the LINK picture to Embed though I want to keep Emojis, Spoilers, and everything before it!
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Oct 29, 2017 15:09:30 GMT -8
Woops, sorry! Here you go: .ui-wysiwyg .controls .group:last-child>ul:last-child { display: none; } That should work.
|
|
Former Member
inherit
guest@proboards.com
248530
0
Nov 24, 2024 15:32:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 29, 2017 16:52:07 GMT -8
Woops, sorry! Here you go: .ui-wysiwyg .controls .group:last-child>ul:last-child { display: none; } That should work. It still deletes everything.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Nov 2, 2017 0:07:31 GMT -8
Woops, sorry! Here you go: .ui-wysiwyg .controls .group:last-child>ul:last-child { display: none; } That should work. It still deletes everything. If you still haven't found a solution, just try this: (bottom of your style sheet making sure you removed any other attempts.) .button-insertVideo, .button-insertImage, .button-createEmail, .button-createLink, .button-insertUserLink, .button-insertCode, .button-insertQuote, .button-insertEmbed{display:none!important;}
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Nov 2, 2017 10:28:36 GMT -8
@henny4315, The Quick Reply BBCode Plugin while adding buttons to the quick reply window, in the 'Fire Tab' section you can specify which buttons not to display and apply that to the full reply editor window as well. Handy alternative if you have multiple themes and/or don't want to mess with coding.
|
|
Former Member
inherit
guest@proboards.com
248530
0
Nov 24, 2024 15:32:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 2, 2017 13:44:00 GMT -8
@henny4315 , The Quick Reply BBCode Plugin while adding buttons to the quick reply window, in the 'Fire Tab' section you can specify which buttons not to display and apply that to the full reply editor window as well. Handy alternative if you have multiple themes and/or don't want to mess with coding. But that's for Quick Reply! I want to actually do it for the whole thing!
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Nov 2, 2017 13:52:38 GMT -8
@henny4315 , The Quick Reply BBCode Plugin while adding buttons to the quick reply window, in the 'Fire Tab' section you can specify which buttons not to display and apply that to the full reply editor window as well. Handy alternative if you have multiple themes and/or don't want to mess with coding. But that's for Quick Reply! I want to actually do it for the whole thing! It will ! On that same Fire tab is the option to remove those same buttons in the regular reply as well. Like I said in my post you quoted "specify which buttons not to display and apply that to the full reply editor window as well"
|
|
Former Member
inherit
guest@proboards.com
248530
0
Nov 24, 2024 15:32:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 2, 2017 13:53:53 GMT -8
It still deletes everything. If you still haven't found a solution, just try this: (bottom of your style sheet making sure you removed any other attempts.) .button-insertVideo, .button-insertImage, .button-createEmail, .button-createLink, .button-insertUserLink, .button-insertCode, .button-insertQuote, .button-insertEmbed{display:none!important;} THANK YOU! It works!
|
|
Former Member
inherit
guest@proboards.com
248530
0
Nov 24, 2024 15:32:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 2, 2017 13:54:31 GMT -8
But that's for Quick Reply! I want to actually do it for the whole thing! It will ! On that same Fire tab is the option to remove those same buttons in the regular reply as well. Like I said in my post you quoted "specify which buttons not to display and apply that to the full reply editor window as well"Thanks but Tumbleweed told me!
|
|