safetysystems

Manage your purchases, downloads, and account settings

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
Mar 15, 2020 at 5:43 am
#122025
Member
safetysystems
OP

Thank you. What about the downloads / files – do we manually have to move them across?

Mar 13, 2020 at 9:54 pm
#121974
Member
safetysystems
OP

Hi Nayeem,

Thank you for your response. Yes we’ve done this already. This seems to disable the ‘all-downloads’ archive. However the individual category archives are still generated / active.

Mar 13, 2020 at 9:47 pm
#121973
Member
safetysystems
OP

Thank you for your response Nayeem. Is there another approach that we can take to redirect users to the My Downloads view upon login?

Thanks.

Mar 13, 2020 at 9:45 pm
#121972
Member
safetysystems
OP

Thank you very much for your response.

So will Tools > import / export not only export custom post types but also the download files? Or do we have to find a way to sync the download files as well?

Thank you.

Mar 13, 2020 at 9:43 pm
#121971
Member
safetysystems
OP

Thank you – this is just what I was after:

add_action('wp_logout', 'wpdm_logout_redirect');
function wpdm_logout_redirect(){
    wp_redirect(home_url(""));
    exit();
}
Mar 13, 2020 at 12:50 pm
#121944
Member
safetysystems
OP

So there is no other way of disabling Category Archive pages via WPDM?

In any case we have found a solution via .htaccess:

RedirectMatch 403 ^/my-downloads-base/my-category-slug/?$

Mar 13, 2020 at 2:56 am
#121924
Member
safetysystems
OP

We are also interested in finding out how to do this.

Basically we would like to use something like [wpdm_user_dashboard signup=1], but have it default to the “My Downloads” view (ie https:/mywebsite.com/download-manager/?udb_page=my-downloads.

Is there a way defaulting the view to “My Downloads” ?udb_page=my-downloads rather than the ‘Profile’ view?

PS. we are using the “WPDM Custom Access Level” plugin.

  • This reply was modified 6 years ago by safetysystems. Reason: more info
May 15, 2018 at 7:07 am
#76219
Member
safetysystems
OP

Hi Shariar – Thank you for that – yes it works as you described.

May 13, 2018 at 11:56 am
#76121
Member
safetysystems
OP

Hi Shariar,

Actually, we want the two login pages…

  1. For customers – to go to WPDM login page – http://www.mysite.com/wpdm-area/wpdm-login-page
  2. For editors / admins – to go to the actual WP login page / which then goes to the actual WP Admin Dashboard – http://www.mysite.com/wp-admin

Previously this was how it was arranged. But for some reason at the moment, the WPDM login page is overriding the main WP admin login page. And it is somehow affecting where it redirects to after successfully logging in… Ie most of the time it takes me to a page which looks like the screenshot posted above.

Any ideas?

Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)