Shahriar

Forum Replies Created

Viewing 25 posts - 12,176 through 12,200 (of 12,513 total)
Sep 9, 2015 at 7:01 pm
#33937
Moderator
Shahriar
Staff OP

If you want to show everything to admin, please add administrator role everywhere, I just removed the role for test. However to fix the issue, I actually edited file wpdm-all-downloads.php

But everyone is seeing files now, because, package access inherits category access. So if you need to select same role for category and package or assign access to either package or category and keep other one empty.

For example:

Test Upload For Company B

Access = Sub-Admin, Company B, Administrator + all access from Category B ( which is = Company A )

So Both company A and Company B has access to Test Upload For Company B

Sep 9, 2015 at 6:46 pm
#33936
Moderator
Shahriar
Staff OP

Your license key is upgraded to business.

Sep 9, 2015 at 6:17 pm
#33934
Moderator
Shahriar
Staff OP

ok  now.

Sep 9, 2015 at 6:06 pm
#33931
Moderator
Shahriar
Staff OP

Did you purchase wpdm pro ( http://www.wpdownloadmanager.com/pricing/ ) ? If yes, please enter the wpdm pro order id in the text box here http://www.wpdownloadmanager.com/purchases/ and click resolve.

However I see you already have installed free and I’ve tested ACC add-on there, it is working fine.

Sep 9, 2015 at 5:58 pm
#33929
Sep 9, 2015 at 5:52 pm
#33928
Moderator
Shahriar
Staff OP

I see https://www.diigo.com/item/image/2uqj/w9oy?size=o,  Access denied message instead of package contents.

Sep 9, 2015 at 5:33 pm
#33925
Moderator
Shahriar
Staff OP

You need to pay the upgrade fee from here:
https://www.2checkout.com/checkout/purchase?sid=1560048&quantity=1&product_id=5 ( price difference + $10 manual processing fee )

Then reply here with upgrade your key.

 

Sep 9, 2015 at 5:28 pm
#33924
Moderator
Shahriar
Staff OP

Sorry, I just checked the code and got the user meta didn’t fetch by query, so need to use get_user_meta( $user['ID'], 'first_name', true )  instead of $user['first_name'] and get_user_meta( $user['ID'], 'last_name', true ) instead of $user['last_name']

But, still only if user added their first name and last name, you will see the name there.

Sep 9, 2015 at 5:22 pm
#33923
Moderator
Shahriar
Staff OP

However, we may add the feature ( guest upload ) soon.

Sep 9, 2015 at 5:19 pm
#33921
Moderator
Shahriar
Staff OP

You can download wpdm pro from here http://www.wpdownloadmanager.com/purchases/

Sep 9, 2015 at 5:18 pm
#33920
Moderator
Shahriar
Staff OP

ahm_files , wp_ahm_files and wp_ahm_filemeta, all those tabled are deprecated. Now wpdm using custom post type and downloads are stored in wp_posts table.  However if you already imported old downloads, then none of those tables (ahm_files , wp_ahm_files and wp_ahm_filemeta) are necessary anymore.

Sep 9, 2015 at 5:14 pm
#33919
Moderator
Shahriar
Staff OP

Please give me temporary wp-admin login info in a private reply to check the issue. It could be a js conflict with your theme or any other active plugin.

Sep 9, 2015 at 5:12 pm
#33918
Moderator
Shahriar
Staff OP

Login info is not working.

Sep 9, 2015 at 5:09 pm
#33917
Moderator
Shahriar
Staff OP

Sorry for your trouble, but nothing to fix with wpdm pro. Problem is with the plugin “Display Product for WooCommerce” , javascript code from that plugin adding  display:none dynamically with package settings table.

Sep 9, 2015 at 2:20 pm
#33910
Sep 9, 2015 at 1:19 pm
#33905
Moderator
Shahriar
Staff OP

replied in the other post 🙂

Displaying full names rather than usernames

Sep 9, 2015 at 1:16 pm
#33904
Moderator
Shahriar
Staff OP

This is still in our to do list.

Sep 9, 2015 at 1:06 pm
#33903
Moderator
Shahriar
Staff OP

Please add ." ". between first and last name variable. Ex: $user['first_name']." ".$user['last_name']

Sep 9, 2015 at 5:10 am
#33886
Moderator
Shahriar
Staff OP

Please give me the URL where you are seeing the issue to check

Sep 8, 2015 at 10:01 pm
#33885
Moderator
Shahriar
Staff OP

No way to skip the form if users are not logged in.

Sep 8, 2015 at 9:58 pm
#33884
Moderator
Shahriar
Staff OP

Please use items_per_page="24" instead of  item_per_page="24"

Sep 8, 2015 at 9:55 pm
#33882
Moderator
Shahriar
Staff OP

Please give me your username and password at http://www.wpdownloadmanager.com/, I’ll do the setup for you 🙂

Sep 8, 2015 at 9:54 pm
#33881
Moderator
Shahriar
Staff OP
  1. Create a dir named download-manager in your active theme dir.
  2. copy wpdm-all-downloads.php from /plugins/download-manager/tpls/ dir to ...active-theme-dir..../download-manager/
  3. Now edit that wpdm-all-downloads.php and remove <?php echo DownloadLink($data, 0, array('popstyle' ► 'popup')); ?>
Sep 8, 2015 at 9:49 pm
#33880
Moderator
Shahriar
Staff OP

Please give me example URL with issue and temporary wp-admin login info in a private reply to check

Sep 8, 2015 at 9:46 pm
#33879
Moderator
Shahriar
Staff OP

To allow access to specific user, you will need advanced access control add-on http://www.wpdownloadmanager.com/download/advanced-access-control/

However, without the add-on you can control access by user role, if you select hide everything from download manager settings, the short-codes will hide package from the users who don’t have access to the package. Please give me temporary wp-admin login info in a private reply, I’ll create a sample for you.

Viewing 25 posts - 12,176 through 12,200 (of 12,513 total)