Shahriar

Forum Replies Created

Viewing 25 posts - 12,176 through 12,200 (of 12,513 total)
in reply to: Hide Files in List from Certain Roles #33937

Shahriar
Moderator

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

in reply to: Move from Localhost #33936

Shahriar
Moderator

Your license key is upgraded to business.

in reply to: Terms before download #33934

Shahriar
Moderator

ok  now.


Shahriar
Moderator

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.

in reply to: Issues #33928

Shahriar
Moderator

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

in reply to: Move from Localhost #33925

Shahriar
Moderator

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.

 

in reply to: Displaying full names rather than usernames #33924

Shahriar
Moderator

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.

in reply to: Bypassing wordpress login #33923

Shahriar
Moderator

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

in reply to: Double database name … ? #33920

Shahriar
Moderator

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.

in reply to: Archive not working #33919

Shahriar
Moderator

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.

in reply to: Terms before download #33918

Shahriar
Moderator

Login info is not working.

in reply to: I dont see the package settings #33917

Shahriar
Moderator

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.

in reply to: Issues #33910

Shahriar
Moderator
in reply to: Showing Real Names instead of usernames #33905

Shahriar
Moderator

replied in the other post 🙂

Displaying full names rather than usernames

in reply to: Bug Report: Search by Tags #33904

Shahriar
Moderator

This is still in our to do list.

in reply to: Displaying full names rather than usernames #33903

Shahriar
Moderator

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

in reply to: Terms before download #33886

Shahriar
Moderator

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

in reply to: Bypassing wordpress login #33885

Shahriar
Moderator

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

in reply to: get message after insert shortcode #33884

Shahriar
Moderator

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


Shahriar
Moderator

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

in reply to: Download Link Removal #33881

Shahriar
Moderator
  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')); ?>

Shahriar
Moderator

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

in reply to: Hide Files in List from Certain Roles #33879

Shahriar
Moderator

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)