Forum Replies Created
sorry, not clear, may you please explain little more.
For custom thank you page you will need lazy download add-on
please send your license key to support@wpdownloadmanager.com
simply enable in individual download option. As a package may have many files attached and if you want to enable your visitor to download each file separately as well as pull package download, you need to enable this option
use link template = “Link Template Embedded” and page template = “Single Column, Image Top, Extended” or just create link/page template with tag “[download_link_extended]” instead of “[download_link]”
don’t worry that’s not anything wrong. anyhow we also removed the encryption in latest update. So you can download latest version and update you copy.
looks like problem is causing by the plugin “wp_twitch_widget”
please mail to support@wpdownloadmanager.com
please send a temporary wp-admin login info to support@wpdownloadmanager.com
should code still will not work yet, but short-code support added for next update.
it could be a JavaScript conflict with your theme or other plugin, anyhow please send ftp access to plugins dir and wp-admin login info to support@wpdownloadmanager.com, we will check and adjust it
need to edit code here wpdm-archive-page.php
line #276:
replace
$ndata = $wpdb->get_results(“select * from {$wpdb->prefix}ahm_files where category like ‘%\”$category\”%’ limit $start, $item_per_page”,ARRAY_A);
with:
$ndata = $wpdb->get_results(“select * from {$wpdb->prefix}ahm_files where category like ‘%\”$category\”%’ order by create_date desc limit $start, $item_per_page”,ARRAY_A);
and same for line# 278
may you please let me know specifically where you facing problem .
no such template tag yet, but its a good idea and i’ll add it with next update
anyhow you can edit url key from edit package window. anyhow with next update we will check it and add a suffix for duplicate url key.
if you want to count single file downloads too, please open process.php ,
at line #21
replace:
if(!isset($_GET[‘ind’])&&!isset($_GET[‘nostat’]))
with
if(!isset($_GET[‘nostat’]))
Yes, add-on will do that. As a core option it had widget for showing list categories. but if you want to list them in page you will need the add-on
“advanced-tinymce-button” will help your to generate package and category short-codes.
ok, i’ll set up
open wpdm-archive-page.php , find and remove the following line ( #151) :
jQuery(‘#wpdm-downloads’).prepend(‘<div class=”loading”>Loading…</div>’).load(‘‘+jQuery(‘#src’).val());