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. -
@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 🤭
-
@riekmedia I see what you mean, but you could use
.account .cover { background-size: auto; }
-
@phenomlab That worked
Copyright © 2024 NodeBB | Contributors