वर्णन
हे प्लगइन एप्रिल 8, 2025 पासून बंद केले गेले आहे आणि डाउनलोडसाठी उपलब्ध नाही. ही बंदी तात्पुरती आहे, पूर्ण समीक्षेच्या प्रतीक्षेत.
समीक्षा
नोव्हेंबर 18, 2019
Simple, works well, just perfect for me.
Some tips:
With the Plugin User Role Editor you can add a role like view_private_file and choose which user roles can access it. You can also redirect to a access denied page. Just modify in the Plugin file the function send_private_file like this:
// Only return files to logged-in users
if (!is_user_logged_in() || !current_user_can('view_private_file')) {
header("Location: https://www.yoursite.com/access-denied");
die();
}
फेब्रुवारी 26, 2019
Developer was helpful in answering my questions. Bluehost users will want to follow the Apache instructions.
जुलै 12, 2018
This is just the plugin I needed! No fluff, just does one thing and does it well. While it does work out of the box, there’s some hard-coded paths and other things in there that can’t be changed, so I’ve based a customized version off this plugin.
For anyone who wants to use this with Apache, here’s an equivalent .htaccess rule:
RewriteRule ^wp-content/uploads/(private)/(.*)$ /?pucd-folder=$1&pucd-file=$2 [L]
योगदानकर्ते आणि विकसक
“Private Uploads” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Private Uploads” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.