Shahjada

Forum Replies Created

Viewing 25 posts - 14,051 through 14,075 (of 15,594 total)
in reply to: Plugin issues #8063

Shahjada
Keymaster

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.

in reply to: Import Custom Fields #8023

Shahjada
Keymaster

actually no easy way to do that until its moved to custom post type

in reply to: Download Manager Redirect to custom page #8022

Shahjada
Keymaster

give me your url to check

in reply to: Custom Admin dont works #8021

Shahjada
Keymaster

custom role should work fine, may you please send a temporary wp-admin login info to support@wpdownloadmanager.com to check the issue

in reply to: WPDM Directory addon #8020

Shahjada
Keymaster

@apaqui, thanks ๐Ÿ™‚

in reply to: Zip Files Empty #8019

Shahjada
Keymaster

ok, I’m checking the issue

in reply to: Download-Plugin causes problems with theme #8018

Shahjada
Keymaster

please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue

in reply to: Import Custom Fields #8012

Shahjada
Keymaster

we had plan to finish it within august but looks like that will take few more weeks

in reply to: Using category filter template #8011

Shahjada
Keymaster

add [wpdm-archive] short-code in page/post content.

in reply to: Download Manager Redirect to custom page #8010

Shahjada
Keymaster

you can do that from download manager settings page, add the link in “Permission Denied Message for Packages:”

in reply to: wp change directory and download list link problem #8009

Shahjada
Keymaster

it could be conflict with any other tinymce plugin you using there. Try deactivating other tinymce plugin

in reply to: Email lock #8008

Shahjada
Keymaster

need to enter email everytime

in reply to: Preview of doc, docx, pdf files #7995

Shahjada
Keymaster

no.

in reply to: invalid-link.text #7994

Shahjada
Keymaster

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

in reply to: Zip Files Empty #7993

Shahjada
Keymaster

everything is working fine there now.

in reply to: Speed Control Not Working #7992

Shahjada
Keymaster

please mail to support@wpdownloadmanager.com again.

in reply to: how i can lock my packages URL #7991

Shahjada
Keymaster

all are already protected, its simply plug and play

in reply to: I have version 3.3.5 – can I update to 3.3.8 for free? #7990

Shahjada
Keymaster

yes, simply download again to get the latest version.

in reply to: Global Custom Fields #7989

Shahjada
Keymaster

it may take few more weeks to complete all tasks

in reply to: Still a Plugin conflict! #7969

Shahjada
Keymaster

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

in reply to: Wpdm slider error message while activating #7968

Shahjada
Keymaster

slider is available with wpdm-extended-shortcodes now

in reply to: Remove upload filesizelimit #7964

Shahjada
Keymaster

no limit from wpdm ,but it could be from your server

in reply to: Pro questions — does anyone have answers? #7963

Shahjada
Keymaster

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

in reply to: Download file size 0kb #7962

Shahjada
Keymaster

@tobi_88, it is becuase of your server and file access permission, please ask your server support

@shaq_64
, share your url please

in reply to: wp change directory and download list link problem #7960

Shahjada
Keymaster

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.

Viewing 25 posts - 14,051 through 14,075 (of 15,594 total)