I've got User Role Editor plugin installed and i want to add a capability for download files.
I've got some downloads in a custom post type called 'products'. I want only people who are logged in to be able to download or view these files. If a user isn't logged in they get redirected to a login/registration page, then they log in and get redirected back to the product page.
User role editor has a capability for upload files so was wondering if it can be used to download files as well.
Or should i use some other plugin or something to get this?
Thanks