Shahriar

Forum Replies Created

Viewing 25 posts - 1,801 through 1,825 (of 12,513 total)
Jul 23, 2019 at 5:35 am
#110171
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jul 22, 2019 at 9:46 pm
#110165
Moderator
Shahriar
Staff OP

Hi Spencer,

Yes, it is possible using the Directory Add-on https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/

Thanks.

Jul 22, 2019 at 9:45 pm
#110163
Moderator
Shahriar
Staff OP

@ordinecdlbo, Unlocked your key from the demo site. Now you can save the key on your new site.

Jul 22, 2019 at 9:43 pm
#110162
Moderator
Shahriar
Staff OP

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.

Jul 22, 2019 at 9:37 pm
#110160
Moderator
Shahriar
Staff OP

It is working. The default price will be set when creating a new package.

http://prntscr.com/oinete

Jul 22, 2019 at 9:32 pm
#110159
Moderator
Shahriar
Staff OP

Ok, noted.

Jul 22, 2019 at 9:30 pm
#110158
Moderator
Shahriar
Staff OP

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);
Jul 22, 2019 at 9:11 pm
#110157
Moderator
Shahriar
Staff OP

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.

Jul 22, 2019 at 8:33 pm
#110155
Moderator
Shahriar
Staff OP

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.

Jul 22, 2019 at 8:28 pm
#110154
Moderator
Shahriar
Staff OP

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.

Jul 22, 2019 at 9:37 am
#110132
Moderator
Shahriar
Staff OP

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.

Jul 22, 2019 at 9:32 am
#110131
Moderator
Shahriar
Staff OP

Hi,

Which view of Archive Page you are using there? Please send me the page link to check.

Thanks.

Jul 22, 2019 at 9:15 am
#110126
Moderator
Shahriar
Staff OP

wpmp_changeMembershipLevel function handles the changes of user’s membership levels. It is located in /wppromembership/pmpro_functions.php file.

Jul 22, 2019 at 7:11 am
#110121
Moderator
Shahriar
Staff OP

Have you set up your LinkedIn and Twitter apps? After setting up apps you have to save necessary credentials in Downloads > Settings > Social Settings.

Jul 22, 2019 at 7:02 am
#110120
Moderator
Shahriar
Staff OP

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.

Jul 22, 2019 at 6:56 am
#110119
Moderator
Shahriar
Staff OP

Hi Ron, Please send me a package URL to check your issue.

Jul 22, 2019 at 6:53 am
#110118
Moderator
Shahriar
Staff OP

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.

Jul 21, 2019 at 10:11 pm
#110112
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue.

Jul 21, 2019 at 10:10 pm
#110111
Moderator
Shahriar
Staff OP

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.

Jul 21, 2019 at 10:08 pm
#110110
Moderator
Shahriar
Staff OP

@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.

Jul 21, 2019 at 9:17 pm
#110106
Moderator
Shahriar
Staff OP

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.

Jul 21, 2019 at 9:13 pm
#110105
Moderator
Shahriar
Staff OP

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/

Jul 21, 2019 at 9:10 pm
#110104
Moderator
Shahriar
Staff OP

Limit will reset when the “limit reset period” is passed after the first download. So, it doesn’t matter when you hit the limit.

Jul 21, 2019 at 9:04 pm
#110102
Moderator
Shahriar
Staff OP

Done

Jul 21, 2019 at 9:03 pm
#110101
Moderator
Shahriar
Staff OP

Looks like mail support unlocked the key. Your key is linked to the main site now.

Viewing 25 posts - 1,801 through 1,825 (of 12,513 total)