Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Allow guests to download

chadvonnauchadvonnau newb
edited May 2011 in Questions
This discussion is related to the FileUpload addon.
If you want guests to be able to download attachments from the File Upload plugin, you can make one small change to the database. I have not had any unwanted side effects with this so far. Here's the SQL to grants guests download permission:

UPDATE `YOUR_DATABASE_NAME_HERE`.`GDN_Permission` SET `Plugins.Attachments.Download.Allow` = '1' WHERE `GDN_Permission`.`PermissionID` =2;

Comments

Sign In or Register to comment.