Forum Replies Created
I have created this package https://www.droidmirror.com/download/file-upload-test/ from the frontend upload page https://www.droidmirror.com/frontend/ File upload worked fine for me.
Tested the File Hosting tab in User dashboard too.
Could you please try again?
I couldn’t re-create the issue. You can remove the following line from wpdm-accordion.php ( line 21 ) to avoid the nonce check that shows the -1 when nonce is invalid.
check_ajax_referer( NONCE_KEY, '__wpdmacn' );
By the way, your WPDM Bootstrap CSS is not loading, did you disable it? The accordion doesn’t look good without it.
Hi,
Your license key isn’t linked to any domain. So, it should work without any issue. You can save your license key in Downloads Settings License Tab. Please send admin login info in private reply, if you need help with the license verification process.
Thanks.
Create a page with this shortcode [wpdm_frontend flaturl=0] to manager/create packages from frontend.
Added a patch to fix the issue. Please try now.
Please send your license key in private reply.
There are some JS errors on that page, could be related to cache.
TypeError: $.ui is undefined
ReferenceError: plupload is not defined
I need admin login info to take a closer look at this issue.
As the error says “Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings”
You have to add your site URL as an approved callback URL from app settings. Access your apps here https://developer.twitter.com/en/apps
https://www.evernote.com/l/AUeNpqRX_ZBArb0POskSal6BXLGnUcrgYfQB/image.png
I have unlocked the key from .org domain. You can use it on your live site now. Thanks.
Sorry missed this in the current version. WIll definitely add the patch in next release.
Hi,
If you create a category for each year then it is possible using a tree view like this https://demo.wpdownloadmanager.com/wpdmpro/tree-view/ Each year will represent a folder in that case.
If you want to do this without assigning a category, just based on publish date then custom solution required.
Thanks.
Create a custom template with just [play_list] or [file_list] template and set it as the page template from package settings.
Fixed the user update error.
You have modified the wpdm-reg-form.php template file in your theme dir and removed a nonce verifier. That’s why signup isn’t working. As you are using Advanced Custom Fields to add an extra checkbox in the sign-up form you don’t need the custom template file. Delete the /your-theme/download-manager/wpdm-reg-form.php to fix the sign-up issue. You can delete the whole dir if haven’t created any custom template there.
Not clear what you are doing there. Have you made this drop-down by custom coding?
Which email are you referring to? If it is about the user sign-up notification then you can add custom email at line no 451 in /download-manager/libs/class.Apply.php It is set to send the email to admin by default.
https://www.evernote.com/l/AUe4z7CrKrhFnJ4CIFMkhNeAFLGfittE0gsB/image.png
Please send your license keys or orders ids. We have to unlock it from the linked domain before you can use the key on another license.
Hi,
Added Paystack in E-Commerce pack. You can download the add-on from there now.
Thanks.
Have you created a package on your site? And attached some audio files in your package? The set the “Single Column, Extended, PlayList” as the page template for the package and view the page. The audio player should be visible there. The page template uses the [play_list] template tag to show the audio playlist.
If you want me to set up a demo for you please send temporary wp-admin login info in private reply.