Forum Replies Created
from settings page, please activate “Increase download count on individual file download”
not clear, may you please show me an example url too.
please update to v4.1.1, we have added some new option there to add link template in archive page
no such option, restriction only applicable for complete package. please give me the URL where you trying.
Yes, you can control login form from download manager settings page.
Yes, you need to use following code:
function new_package_notification($id, $package_data){
$headers = 'From: Site Name ' . "\r\n";
$headers .= 'Content-type: text/html' . "\r\n";
$message = "Downloader's IP: ". $_SERVER['REMOTE_ADDR'];
wp_mail(get_option("admin_email"), "New Package Notification: ".$package_data->post_title, $message, $headers);
}
add_action("create_package_frontend", "new_package_notification", 10, 2);
wpdm free v2.7 and wpdm pro v4 using custom post type, so they should be compatible with any ML plugin that supports custom post type. But sorry, we don’t have any docs for 3rd party plugin usage.
please give me temporary wp-admin login info in a private reply, I’ll check.
please make this file download-manager/functions.php writable
please ask your server/hosting support to activate CURL, that will resolve the issue.
use short-code [wpdm-all-packages], more details are here http://www.wpdownloadmanager.com/doc/short-codes/
the version you using is not compatible with v3, it is for v4
you can set single category slug for category parameter.
that is actually not an issue, upload featured image for the package or remove [thumb] tag from page template or create a new page template without [thumb] tag.
more details: http://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
its because same accordion used in the page.
please send me temporary wp-admin login info in a private reply.
not clear, sorry, may you please explain little more.