How to restrict file package list view only after user login

in Download Manager Free

Viewing 14 posts - 1 through 14 (of 14 total)
Aug 21, 2024 at 3:10 pm
#198200
Participant
Claudio Fattori
OP

Hello. I have downloaded and tried this amazing plugin, but I’m not getting what I need.
My goal is to create a page that contains all the files availables for the download, but that page must requires a login to access.

I put both the login and the files package shortcodes in the same page, but this way it shows all the files even when the user is not logged in.

What am I doing wrong?
Thank you very much.

Aug 21, 2024 at 3:15 pm
#198201
Moderator
Nayeem Riddhi
Staff

Hello Claudio Fattori,

Hope you are well. Please kindly share the related URL. If possible, please, give your temporary wp-admin login details in a private reply to check the issue.

Thank you and regards

Aug 21, 2024 at 3:21 pm
#198202
Participant
Claudio Fattori
OP
This reply has been marked as private.
Aug 21, 2024 at 3:46 pm
#198203
Moderator
Nayeem Riddhi
Staff

When trying to access your URL giving the This site can’t be reached message. Can you please kindly check and let me know?

Thank you and kind regards

Aug 22, 2024 at 7:45 am
#198221
Participant
Claudio Fattori
OP
This reply has been marked as private.
Aug 22, 2024 at 8:18 am
#198223
Moderator
Nayeem Riddhi
Staff

I have checked your issue now. However, can you please let me know, how did you kept the files login protected, I have checked from the Package Setting > Allow Access option, it is open to All Visitors

2024-08-22-141433

Please kindly check and let me know.

Thank you and kind regards

Aug 22, 2024 at 8:24 am
#198224
Participant
Claudio Fattori
OP
This reply has been marked as private.
Aug 22, 2024 at 8:31 am
#198225
Participant
Claudio Fattori
OP
This reply has been marked as private.
Aug 22, 2024 at 8:35 am
#198226
Moderator
Nayeem Riddhi
Staff

The frontend upload option is available in the PRO version, please kindly check here,

Pricing

And for disallowing crawling by the Search Engine. You can Mask Download Link, If you mask the download link, bots will not be able the find any public download link easily. You are able to find this setting from Downloads > Settings> Basic Settings. please check.
And another way for making disallow Crawling Download Manager Pages on Google, Bing + search engines is, Add the following code at the end of your active theme’s functions.php:

function noindex_for_wpdm()
{
    if ( is_singular( 'wpdmpro' ) ) {
        echo '<meta name="robots" content="noindex, nofollow">';
    }
}

I hope it may help you. Please check and let me know

Thank you and regards

Thank you and kind regards

Aug 22, 2024 at 8:37 am
#198227
Moderator
Nayeem Riddhi
Staff

For filter based on file category on frontend, you can check this add-on and its demo,

WPDM Directory Add-on

Please kindly check and let me know.

Thank you and regards

Aug 22, 2024 at 8:38 am
#198228
Participant
Claudio Fattori
OP

Nothing to say, thanks for your amazing and quick support!

Aug 22, 2024 at 8:53 am
#198229
Moderator
Nayeem Riddhi
Staff

Glad to hear that. However, if you need further help with anything else, then please don’t hesitate to open a new topic. If you get some free moments, can you please give us a 5* here https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post, It will inspire us a lot. Thanks in advance 🙂

Thank you again and regards

Aug 22, 2024 at 10:05 am
#198231
Participant
Claudio Fattori
OP
This reply has been marked as private.
Aug 22, 2024 at 10:11 am
#198233
Moderator
Nayeem Riddhi
Staff

Thank you so much. If you need further help with anything else, then please don’t hesitate to open a new topic.

Thank you again and regards

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

The topic "How to restrict file package list view only after user login" is closed to new replies.