I made that edit (10 replacements in that one file) and it still does not seem to work.
Clicking the title of a download shows a URL directing to: SiteURL.com/download7/package_name/ but that actually displays the home page (not a 404 error). The link to download the item shows SiteURL.com/site/?wpdmdl=2 (/site/ is the subdirectory for the WP install) and this does give a 404 error.
I did a grep search for “site_url” through every file of this plugin and found it located in these files:
/modules/canonical-url.php
download-page.php
wpdm.php
/email-templates/wpdm-email-lock-template.html
wpdm-login-form.php
Changing site_url to home_url in just the first file did not work, so I tried changing it in top three files, but that did not work either.
I would prefer not to have support team edit the settings or files for me, mostly because this is obviously a change that will need to be made each time we update the plugin…so I need to know exactly what is going on. It would be best if you could just help me document the exact changes here.
Thanks.