- This topic has 13 replies, 2 voices, and was last updated 1 year, 5 months ago by
Nayeem Riddhi.
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.
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
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
The frontend upload option is available in the PRO version, please kindly check here,
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
For filter based on file category on frontend, you can check this add-on and its demo,
Please kindly check and let me know.
Thank you and regards
Nothing to say, thanks for your amazing and quick support!
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
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
The topic "How to restrict file package list view only after user login" is closed to new replies.
