Shahriar

Forum Replies Created

Viewing 25 posts - 9,151 through 9,175 (of 12,513 total)
in reply to: WPDM File Cart page display #51883

Shahriar
Moderator

Please use  following code to show file names,

<h3><button class="btn btn-danger btn-xs pull-right btn-remove-item" data-index="<?php echo $key; ?>"><i class="fa fa-trash-o"></i></button>           <?php echo isset($fileinfo[$file_index]['title'] ) ? $fileinfo[$file_index]['title'] : basename($file); ?></h3>

 

in reply to: Updating plugin is not working. #51882

Shahriar
Moderator

Hi,

Please use manual update for now. Auto update doesn’t work in some servers.

Disable and delete old version. Then install new version. You can download new version from your dashboard.

Thanks.

 

in reply to: File Package Hyperlinks #51880

Shahriar
Moderator

I couldn’t re-create the issue. After clicking the package link in this page it took me to the details page. But my user didn’t have access to the download. It changed the allow access to all visitors for the package to test if download works. And yes it worked.


Shahriar
Moderator

Hi, Plugin update doesn’t change the selected template. So no need to worry about it. Update will only remove any changes you make in plugin code inside /plugins/download-manager/ directory.


Shahriar
Moderator

Hi,

Sorry for the delay.

Please use the default WordPress post export module from Dashboard Tools Export page to export all downloads. Then import the file in new installation. After that relocate your whole /uploads/download-manager-files directory to your new installation.

Thanks.

in reply to: User Reviews captcha issue #51876

Shahriar
Moderator

Hi,

Please send FTP login info.

Looks like plugin code has been modified automatically during installation. One of the review plugin file code was empty in code editor. I have to check the FTP to be sure about this.

in reply to: problems #51875

Shahriar
Moderator

Hi,

Use download limit option from package settings

https://www.evernote.com/l/AUdcXO_c_hRE7Kmg_bP74L1BGJxTFZeEpa8B/image.png

No option for controlling simultaneous downloads. But you can control download speed using this addon http://www.wpdownloadmanager.com/download/download-speed-control/

We are working on next update. There is no fixed released date yet.

Thanks.

in reply to: Bug order #51815

Shahriar
Moderator

Hi,

An order confirmation email is sent to the customer right after completing payment. It may have gone to spam.

However, i have connected your order to you account. Now you can download from your dashboard.

Thanks.

in reply to: Is Those Security Issues been fixed? #51811

Shahriar
Moderator
in reply to: Upgrading from business to developer #51810

Shahriar
Moderator

Hi,

Please use following link to complete the payment ( $95 = Difference + $10 manual upgrade fee ),

[…]

Let me know when it is done. I will upgrade your license to developer plan.

Thanks.

in reply to: Email Lock Option Undefined Issue #51808

Shahriar
Moderator

You can edit the message from /download-manager/wpdm-functions.php file. It is around line 382.

in reply to: Force Title link to download #51807

Shahriar
Moderator

Yes, it is possible. It requires some code customization. Go to /download-manager/tpls/wpdm-all-downloads.php file and then replace marked line with following code,

https://www.evernote.com/l/AUfyzvfB7OBA3rbTJwWzMGvMyHsBR1-wTHQB/image.png

<a class="package-title" href='<?php echo wpdm_download_url($data); ?>'><?php the_title(); ?></a><br/>

It actually changes the_permalink(); to wpdm_download_url($data);

in reply to: File Package Hyperlinks #51806

Shahriar
Moderator

Do you want to just show link of a package in a regular WordPress post? It should work as you already have done.

Please send temporary wp-admin login info in private reply to check this issue further.

in reply to: Change the look of the advanced search #51805

Shahriar
Moderator

You can use your own template for search form. Please check the related doc here http://www.wpdownloadmanager.com/doc/template-files/

1. Create a directory named download-manager inside your active theme directory.

2. Make a Copy of wpdm-archive-page/tpls/advanced-search-form.php file and move the copy to the your-theme/download-manager/ directory.

3. Now this template will be used to show search for. Design it as you wish. Plugin update won’t erase your changes.

 

in reply to: Download Limit plugin #51753

Shahriar
Moderator

Hi,

Download Limit is associated with user role and packages (downloads). It means, limit is based on package. Not related to your Dropbox files. Your Dropbox files are just part of a package/download.

Suppose, Download Limit is set to 10 for subscriber role. After downloading 10 packages an user with subscriber role won’t be able to download any more packages. So, limit is being applied to your Dropbox files indirectly.

In your first screenshot “User Download Limit” value is global limit which can be overridden by following role based limit fields.

I hope, you understand now, how limit works. However, let me know if still confused anywhere.

Thanks.

in reply to: Rename post type from downloads to library #51751

Shahriar
Moderator

Do you want to rename the dashboard menu label? It could be done from download-manager.php file, but not recommended. Changes will be lost after plugin update.

in reply to: Attach file impossible since a few days #51750

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue.

in reply to: Transfer plugin to another web #51728

Shahriar
Moderator

Unlocked your key from old domain. It should work on new one. Please try now.

in reply to: Paid Customisation Not working properly #51701

Shahriar
Moderator

There is nothing wrong with customized work here. It is your mistake in menu settings. Check following screenshot to understand what is going on.

https://www.evernote.com/l/AUcgB6cUpJdOh6SxXsQwRToTI0XkJbRpi0AB/image.png

When are you planning to complete the due fee?

in reply to: Sort by "Create Date" does not work correctly? #51698

Shahriar
Moderator

Actually Download Manager data table does not have date sort support yet. It is in our to do list.

However, i have implemented it in your side. Sorting is working now.

in reply to: Download link expired after first use #51696

Shahriar
Moderator

Hi,

Please send temporary wp-admin login info and package link to check the issue.

Thanks.

in reply to: Download Limit plugin #51695

Shahriar
Moderator

Hi,

Dropbox addon for Download Manager let you add files from Dropbox to your package. But WPDM Dropbox addon does not work like your current Dropbox plugin ( from you link ).

Download Limit add-on works with any packages independent of where files added from. Means it works with Dropbox add-on. You can apply limit to packages that have files attached from your Dropbox.

Thanks.

in reply to: WPDM Accordion Issue – link-template-panel.php #51691

Shahriar
Moderator

Do you have Download Manager Pro? Panel link template only works with Pro version. Please send temporary wp-admin login info in private reply, if you have Pro version installed and still having issue.

in reply to: problem with download after upgrade wordpress #51690

Shahriar
Moderator

Are you having issue with custom link template? Just tested the custom link template Danielem stated above, worked fine.

in reply to: Change Upload Directory #51689

Shahriar
Moderator

Hi,

It is not possible yet to change the upload directory.

But there is a template tag [pdf_thumb] available for generating PDF thumbnails. It requires ImageMagick  installed on your server.

You can use this tag in custom link/page template to show pdf thumb.

Thanks.

Viewing 25 posts - 9,151 through 9,175 (of 12,513 total)