Forum Replies Created
cpmr.org/event/44th-cpmr-general-assembly-date-tbc/ <– here you are using [wpdm_category ....] short-code, replace it with [wpdm_all_packages categories="category-slug"]
You will need this add-on http://www.wpdownloadmanager.com/download/advanced-access-control/ , need to use short-code [wpdm_my_downloads login=1]
- That is not possible through csv import
- Category view/short-code doesn’t support
[file_list]tag to avoid over query.
Probably it needed to check in WPML, however please give me temporary wp-admin login info and the frontend url where I can check the issue, I’ll give a try, but there is nothing much to do with wpdm for this.
- Yes
- Yes, other option you can choose as per your preference.
- Not required, you an view the package directly.
Yes, you can, demo: http://demo.wpdownloadmanager.com/wpdmpro/download/jumper/
We are trying to released the update ASAP with the option.
Please give me your url and temporary wp-admin login info in a private reply to check.
Yes, you need to use[download_url]tag in your link/page template. Example usage:
<input class="form-control" type="text" value="[donwload_url]" />
Or to make it like old version, use:
<a href="[download_url]" class="btn btn-success">[link_label]</a>
It mostly will depend on your theme, wpdm doesn’t have much of control there.
Yes, use a column with header version in your csv file.
Demo: http://demo.wpdownloadmanager.com/wpdmpro/users-downloads/ ( Login: demo/demo )
You may use following code for that:
function wpdm_update_time_tag($alltags){
$alltags['update_time'] = get_post_modified_time(get_option('date_format')." ".get_option('time_format'), null, $alltags['ID'], true);
return $alltags;
}
add_filter("wdm_before_fetch_template", "wpdm_update_time_tag");
Add the code at the end of your theme functions.php, then you can use [update_time] in your link/page template to show update date with time.
Sorry, not sure exactly, this mostly will depend on the multilingual plugin
Only admin can see the stats. Required capability is manage_options
WPDM can’t create duplicate content except your used same content/description for multiple packages, you can use seo plugin to customize seo meta. However please give me few duplicate page urls in a private reply to check.
no such option with wpdm, but if there gallery picture are in any specific dir, you can attach the dir with a package and enable single file download, then users will be able to download any or all of them.
If you check the notify subscriber option and click “Update” button, it will be scheduled automatically, in campaign list you only will see manual newsletter campaigns, but to send email in time, please setup a cron job in your server for this url http://your-site-name.com/?cron_handle=1
Please activate shopping cart from add/edit package window, or download and install this add-on
That will resolve the issue.
Or, please give me temporary wp-admin login info in a private reply, I’ll do that setup there for you 🙂
Yes, we shall add it as a feature with the next update.