2) open wpdm-archive-page.php, add
$user_role = $current_user->roles[0]?$current_user->roles[0]:'guest';
after ( around line #330 )
global $wpdb, $current_user;
now to go line #377 ( approx )
find
$repeater = FetchTemplate($actpl, $data, 'link');
plreace that wilh
$data['access'] = maybe_unserialize($data['access']); if(@in_array($user_role, $data['access'])||$category['access']==''||@in_array('guest', $data['access'])) $repeater = FetchTemplate($actpl, $data, 'link'); else $repeater = '';
3) you need to use some code to bluk update access field for all packages, serialized user roles stored in access field.
actually no easy way to do that until its moved to custom post type
give me your url to check
custom role should work fine, may you please send a temporary wp-admin login info to support@wpdownloadmanager.com to check the issue
ok, I’m checking the issue
please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
we had plan to finish it within august but looks like that will take few more weeks
add [wpdm-archive] short-code in page/post content.
you can do that from download manager settings page, add the link in “Permission Denied Message for Packages:”
it could be conflict with any other tinymce plugin you using there. Try deactivating other tinymce plugin
need to enter email everytime
no.
please activate zlib is your server to full archive download and then send me temporary wp-admin login info to check the issue with invalid link
everything is working fine there now.
please mail to support@wpdownloadmanager.com again.
all are already protected, its simply plug and play
yes, simply download again to get the latest version.
it may take few more weeks to complete all tasks
actually its not an issue with wpdm pro, but its something with that menu or theme css. anyhow send a temporary wp-admin login info to support@wpdownloadmanager.com, i’ll check
slider is available with wpdm-extended-shortcodes now
no limit from wpdm ,but it could be from your server
sorry for delays, but it is not presale query forum, its forum for free version and I check and sometimes reply in free forum comes in a bit late as we have to give priority for pro users. anyhow for faster response in presales query you can ask live support or send offline message there.
1) on possible
2) you can use microform add-on ( http://www.wpdownloadmanager.com/download/wpdm-micro-form/ ) with pro
3) as per your need
4) yes
5) no, you can create an add-on for that using after_download hook ( http://www.wpdownloadmanager.com/docs/developer-reference/ )
6) yes
looks like your site url and home url are different. anyhow please send a temporary wp-admin login info to support@wpdownloadmanager.com, i’ll check the issue.