Hi Spencer,
Yes, it is possible using the Directory Add-on https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
Thanks.
@ordinecdlbo, Unlocked your key from the demo site. Now you can save the key on your new site.
Hi Audrey,
The shortcode I sent above adds a captcha in the WPDM registration form which prevents any spam registration. Maybe you are using some other registration form. You can try the WPDM signup form using the shortcode above. To use the captcha you have to save reCAPTCHA Lock Settings in the Basic Settings page.
Thanks.
It is working. The default price will be set when creating a new package.
Ok, noted.
Please add the following code to theme’s functions.php file. It will remove the download button from audio files when using a template with [file_list]
tag.
function wpdm_single_file_download_link($ind_download_link, $fileID, $package){ $allfiles = maybe_unserialize(get_post_meta($package['ID'], '__wpdm_files', true)); $array = explode('.', $allfiles[$fileID]); $extension = end($array); return $extension == 'mp3'? '' : $ind_download_link; } add_filter('wpdm_single_file_download_link','wpdm_single_file_download_link', 10, 3);
In those old packages, the expire date was saved in expire_date
post meta. Current meta key for the expire date is __wpdm_expire_date
This difference created the issue with an empty expiry date field in the edit screen. I have added some code to fix it. Now expired packages should show the date when editing the package.
We will keep it in mind. Although, We have a filter after_import_package
there to add our custom code from anywhere you want. It doesn’t have to be the theme/child-theme. You can just add it as a custom plugin.
Okay, we will develop an add-on to bulk import membership users with all required membership meta. Will try to complete it within this month.
Please replace $_SERVER['REMOTE_ADDR']
with wpdm_get_client_ip()
in /download-manager/libs/class.DownloadStats.php
That will find the actual IP of the user.
Hi,
Which view of Archive Page you are using there? Please send me the page link to check.
Thanks.
wpmp_changeMembershipLevel
function handles the changes of user’s membership levels. It is located in /wppromembership/pmpro_functions.php
file.
Have you set up your LinkedIn and Twitter apps? After setting up apps you have to save necessary credentials in Downloads > Settings > Social Settings.
Are you referring to the text “Téléchargements gratuits”? It is coming from your theme’s archive/taxonomy template. You have to edit that file to change the heading.
Hi Ron, Please send me a package URL to check your issue.
Sorry for the delayed reply. Are you still having the issue? I can’t access your downloads but created a test package here https://www.whitehorsemedia.com/download/test-2/ Download is working there.
Please send temporary wp-admin login info in private reply to check the issue.
Hi,
Please install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
All purchases are automatically recurring, we mentioned it on the products page and checkout page, more details are in terms and conditions https://www.wpdownloadmanager.com/terms-and-conditions/
Thanks.
@bareil, Enable captcha in the registration form to prevent spam registration.
[wpdm_reg_form captcha=true autologin=true]
@dragoman, Please install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
@damtox, I have saved your license key.
Please send your order id or license keys in private reply. I will unlock the keys. Make sure you have installed the latest version of Download Manager in your new site.
JS Table retrieves all packages at once. If there are too many packages your server might fail. That’s exactly what happened in your case. The solution is turning off JS table by using jstable=0
in your shortcode.
If you need the search option then the other solution is Directory add-on https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
Limit will reset when the “limit reset period” is passed after the first download. So, it doesn’t matter when you hit the limit.
Done
Looks like mail support unlocked the key. Your key is linked to the main site now.