Profile pic

jasonwch, 31167@community.nodebb.org

Instance: community.nodebb.org
Joined: 7 months ago
Posts: 0
Comments: 4

Posts and Comments by jasonwch, 31167@community.nodebb.org

my config.json omitted this value. So it will be added on next update?


@baris is this a new settings? Where is originally located? at ACP or hardcoded in config.json?


@gawk1873 I’ve wrote a plugin which may help. You can try

npm install nodebb-plugin-attachment-privileges

This plugin is very simple, it will allow user to view/download attachment only if they have “Topic access” to that category. While using this, you can turn off NodeBB core Private Download function. Because if guest do not have access to that category, it won’t be able to access those attachments as well

6614aca8-e671-4367-81aa-4d39d01647b4-image.jpeg

6614aca8-e671-4367-81aa-4d39d01647b4-image.jpeg


NodeBB have 1 simple swtich to allow/disallow guest to view uploads, but logged in users will also able to see all. You need a plugin to control that.


Posts by jasonwch, 31167@community.nodebb.org

Comments by jasonwch, 31167@community.nodebb.org

my config.json omitted this value. So it will be added on next update?


@baris is this a new settings? Where is originally located? at ACP or hardcoded in config.json?


@gawk1873 I’ve wrote a plugin which may help. You can try

npm install nodebb-plugin-attachment-privileges

This plugin is very simple, it will allow user to view/download attachment only if they have “Topic access” to that category. While using this, you can turn off NodeBB core Private Download function. Because if guest do not have access to that category, it won’t be able to access those attachments as well

6614aca8-e671-4367-81aa-4d39d01647b4-image.jpeg

6614aca8-e671-4367-81aa-4d39d01647b4-image.jpeg


NodeBB have 1 simple swtich to allow/disallow guest to view uploads, but logged in users will also able to see all. You need a plugin to control that.