Forum Replies Created
we are releasing new add-on ( free ) for social sharing very soon.
yes, as i mentioned that in post #7662 , but for now that is how the short-code works it loads all packages and process pagination with javascript, but we are upgrading it on next update, adding ajax lazy loader with this.
I just tried it in your site, looks like something with server file permission or any other plugin you using there interrupting download process, so I need to check it in your installation. please send a temporary wp-admin login info to support@wpdownloadmanager.com.
If you select a server dir for a package, when someone will download that package , it will pack all files inside that dir and start downloading. So anytime you update files in that dir, it will be automatically added with you package.
for the 2nd css issue, give me the url please, so that I can check the css.
” It works till I had change dir to root” not clear, may you please elaborate little more.
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
custom role should work fine, may you please send a temporary wp-admin login info to support@wpdownloadmanager.com to check 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
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
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.