Shahriar

Forum Replies Created

Viewing 25 posts - 9,651 through 9,675 (of 12,513 total)
Sep 23, 2016 at 2:45 pm
#49442
Moderator
Shahriar
Staff OP

Hi, You can disable package download link and use only individual download button. Custom link template required for this setup. Copy any link temlate and remove [download_link] template tag from there and use [file_list] tag.

Sep 23, 2016 at 2:41 pm
#49441
Moderator
Shahriar
Staff OP

Now individual downloads are also counted as package download.

Sep 23, 2016 at 2:17 pm
#49440
Moderator
Shahriar
Staff OP

It shouldn’t as this class only related to the bootstrap modal.

Sep 23, 2016 at 1:45 pm
#49436
Moderator
Shahriar
Staff OP

Hi,

Doc preview only works on public packages. Because, Google Library can’t access restricted packages.

You can hide a package if user does not have access to it. It can be set from WPDM Settings Basic Access Settings Panel. Select Hide Everything option in When user is not allowed to download: dropdown.

Sep 23, 2016 at 12:19 pm
#49434
Moderator
Shahriar
Staff OP

Please try now.

Sep 22, 2016 at 6:38 pm
#49427
Moderator
Shahriar
Staff OP

Disable WPDM Bootstrap JS and CSS from WPDM Settings Basic Misc Settings Panel. That should fix it.

Sep 22, 2016 at 6:27 pm
#49426
Moderator
Shahriar
Staff OP

It is not possible to download a file using url if user does not have access to that package.

Please check your package category settings. May be it is set to All Visitors

Go to Downloads Categories page and click edit on the category you assigned to the package in question, uncheck all roles and save settings.

https://www.evernote.com/l/AUckKIva7CZGEqh-GloPE5HtJaE_8blwp2cB/image.png

Sep 22, 2016 at 8:36 am
#49415
Moderator
Shahriar
Staff OP

I know you were having issue with Download Limit addon not limit in package settings. Just tested again by setting 1 download / 1 day reset period using your provided test user. Worked fine.

In your test how many files user can download before receiving limit exceeded message?

Sep 22, 2016 at 7:44 am
#49412
Moderator
Shahriar
Staff OP

Keep your files/folders inside /wp-content/uploads/download-manager--files directory. Attaching file from that directory worked fine in my test. Maybe your other custom directories have some kind of access restriction.

Sep 21, 2016 at 9:53 pm
#49401
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 21, 2016 at 9:23 pm
#49400
Moderator
Shahriar
Staff OP

Hi,

Email notification to user not possible yet.

Adding this feature requires custom coding. We provide custom upgrade service. If you are interested please mail to customize@wpdownloadmanager.com for a quote.

Thanks.

Sep 21, 2016 at 9:13 pm
#49399
Moderator
Shahriar
Staff OP

Hi,

I didn’t make any change. This issue is related server resource. Usually happens when server has very limited resource.

You can refresh the staging as i didn’t change anything. But Did you make any change in server settings?

Sep 21, 2016 at 8:12 pm
#49396
Moderator
Shahriar
Staff OP

Hi, We will check and fix this issue in next update. Thanks.

Sep 21, 2016 at 8:11 pm
#49395
Moderator
Shahriar
Staff OP

Hi,

Please find the answers in same order,

1. Not clear. Do you want to show all document categories? You can do that using Directory Addon

2. Solution is Directory Addon for this too

3. This will work automatically when you show packages using directory addon

Use TinyMCE button addon to insert Directory addon shortcodes.

Sep 21, 2016 at 7:54 pm
#49394
Moderator
Shahriar
Staff OP

Worked fine in my test. Got email with download link.

https://www.evernote.com/l/AUcFF9aJr-9CDpRdXtjxP4kThl4cXp02yzkB/image.png

Sep 21, 2016 at 7:51 pm
#49391
Moderator
Shahriar
Staff OP

Hi,

Those functions no longer exists.

Updated version of wpdm_package_file_list_alt

echo \WPDM\libs\FileList::Table($package); or echo \WPDM\libs\FileList::Box($package);

Updated version of wpdm_doc_preview

echo \WPDM\Package::docPreview($package)

 

You can use following template tags in link/page template too, it serves the same goal

[doc_preview]

[file_list]

Sep 21, 2016 at 7:36 pm
#49390
Moderator
Shahriar
Staff OP

You can use wpdm_download_expired_message filter hook to change the download expired text ( coding knowledge required )

This filter is applied in download-manager/libs/class.Package.php file

Sep 21, 2016 at 7:32 pm
#49389
Moderator
Shahriar
Staff OP

No, you won’t lose any packages if you delete installed version of Download Manager plugin. After installing new version all of your old packages will be available.

Sep 20, 2016 at 9:44 pm
#49360
Moderator
Shahriar
Staff OP

This issue was originated from your Role Scoper plugin. Deactivating it fixed the issue.

Sep 20, 2016 at 9:26 pm
#49359
Moderator
Shahriar
Staff OP

Hi,

Download Manager redirects user to S3 file when download button is clicked. WPDM can’t control they way file is served. You have to add file locally if you want the download button to download file (mp3) on click Download button. There might be some option in S3 to show download link instead of playing it.

You can set package icon when bulk importing packages. Put the icon url under icon column in csv file. You can also set icon from package settings. It looks like you have some confusion about link template. Please let me know if you have any specific question about templates.

Error in some packages are being caused by an extra space in generated download link. One possible reason, maybe some other plugin modifying output. Try disabling other plugins to be sure. However, We will check thoroughly in our code, if there is any issue found, i will let you know and release an update soon.

Thanks.

Sep 20, 2016 at 8:53 pm
#49358
Moderator
Shahriar
Staff OP

Working now.

Sep 20, 2016 at 8:51 pm
#49357
Moderator
Shahriar
Staff OP

Please try now. There was a temporary issue in WPDM Dashboard. It is okay now.

Sep 20, 2016 at 8:48 pm
#49356
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 20, 2016 at 7:57 pm
#49353
Moderator
Shahriar
Staff OP

It shouldn’t show that error if php version is >= 5.3.0 ( php  Namespace )

Please send temporary wp-admin login info in private reply, i have to check it there.

Sep 20, 2016 at 7:47 pm
#49352
Moderator
Shahriar
Staff OP

Okay now. Added some custom css in your active theme’s style.css file.

Viewing 25 posts - 9,651 through 9,675 (of 12,513 total)