Replies: 0
I’m building a private resource library for a client, using Download Monitor to protect the files and track downloads and Restrict Content Pro to handle post permissions. I’d like to avoid having the client have to create two records for each Resource (one for the Resource, the other for the download), so I’ve been working to tweak the dlm_download
post type so that it works with 'public' => true
and similar changes (rewrites, etc.). It’s going smoothly so far, though I haven’t gotten to much templating yet. I’m just wondering if anyone else has experience doing this and are there any downsides to this that I’m overlooking?