It should be essentially the same. I can't think of anything that would be different.
How to disable cover image upload in nodebb
-
version 1.5.3
I would like to disable all file upload to forum.
For that I disabled file upload in forum, avatar upload, and disable category permission. But not able to disable cover upload. How to do it. -
I would also be interested in this
-
@riekmedia kind of a fudge, but you could set "Maximum Cover Image File Size" in the ACP -> Settings -> Uploads to something like 1Kb. This won't stop uploads altogether, but would prevent users changing any profile covers - unless they actually wanted one pixel only 🤭
-
@phenomlab I would like to deactivate it completely so that it is no longer displayed. The cover shoots my theme as soon as you go to a user profile
-
@riekmedia I see what you mean, but you could use
.account .cover { background-size: auto; }
-
@phenomlab That worked