Hello @igbuend, welcome on board 🙂
+1 for SVG support.
For now if you want to get SVGs working, add 'image/svg+xml' into the array within src/controllers/admin/uploads.js:48 😉
EDIT: created pull-request...
It would be nice to extend the access-control of categories by 'guests' so I can for example set read-only if otherwise the category would be hidden in home-screen.
You'd like the category to remain visible even if read access is not granted to the viewing user?
This is how the permissions system used to work (categories would not hide even if the viewing user did not have read
access), but was changed recently since people did not want private categories to be viewable.
Perhaps an "Always show category on forum index" checkbox may help? Let me know if this is what you had in mind. (Functionally, it might end up being a permission, as you've suggested... "see", perhaps)
Currently configurable per category:
Currently configurable system-wide:
Now I want tho add the post-privilege for guests into category-dependent and add read-privilege as following:
Configuration per category:
Configuration system-wide:
My problem with current configuration is a) no category-dependent settings for guests and b) I can't have a category with write-permission for admin only but visible for guests also (like I would like to have my announcements).
- Guests: r | w
You know, that actually makes a lot of sense. It wouldn't be a user group, per se, like "Registered Users" and "Administrators" are, but it's more cohesive than having a separate global checkbox like it is now. Good idea.