כיצד ניתן להסתיר או להפוך את אייקון ההעלאה לאפור בחלון העריכה? העלאות מושבתות אצלנו

How can we either hide or grey out the upload icon in the Edit window?

We have uploading disabled.

I’m hoping there is an option in the Admin panel our administrator can use.

I am a moderator on https://boards.straightdope.com/

Thank you in advanced.

לייק 1

How did you do that? I think when all filetypes are removed from the authorized extensions site setting the button is hidden automatically.

אצטרך לשאול, איני רואה את ההגדרות. המנהל שהגדיר זאת בשנת 2020 כבר אינו איתנו למרבה הצער.

אני מניח שזו הדרך היחידה להסתיר זאת?

No, there are also other ways. You can, for example, hide it with CSS (Making custom CSS changes on your site).

כך הסתרתי את כפתור ה"מרכז"

button.center_ui_button.toolbar__button {
display: none !important;
}

נטוי

button.italic.toolbar__button {
display: none !important;
}

אז היית צריך רק למצוא איך קוראים לכפתור ההעלאה בקונסול, להחליף אותו למעלה, ולשים אותו ב-CSS המשותף לנושאים שלך

2 לייקים

תודה, אני אעביר את זה הלאה.