The default template is this:
Hello,
You just received a message:
<div style=”padding: 20px;margin: 10px 0;border:1px solid #ddd”>
[#message#]
</div>
[#reply_url#]
Is there a way to get the user name of the user next to Hello? We would like the email to the Hello [User], …..
This reply has been marked as private.
Hi,
please check the URL from here, https://demo.wpdownloadmanager.com/wpdmpro/frontend-uploader/?adb_page=add-new, here is an option for uploading from a select server option, please let me know if it helps for you
thanks
Hi Nayeem,
I need dynamically control access rights to individual files and the way, how they are downloaded.
In apply_filters(‘before_download’, $package); I can alter some package fields and change wpdm-start-download.php behavior.
The most usefull for me is ability to change $package[‘url_protect’] on fly right before it is sent to user by \WPDM\libs\FileSystem::downloadFile.
Currently do_action(“wpdm_onstart_download”, $package); in wpdm-start-download.php don’t allow change $package.
apply_filters(‘wpdm_onstart_download’, $package); can save my soul:) if you like to remove ‘before_download’ filter.
Can I change $package[‘url_protect’] field value dynamically before download in the last processing phase?
By the way:
silent removal of documented filters is not a good job.
‘before_download’ is documented and work fine in free version. Buying Pro I got headache in addition because working site with free version become broken when switched to pro.
The similar next issue: in free version DM tags are conneected to post-tag taxonomy. In Pro – to custom wpdmtag taxonomy. So after upgrade database become broken. Of cource it is no problem to write script that restores tags, but, I do think, this should be your job.
It is not a good practice when site using only documented hooks become broken after upgrading from free version to paid.
thanks
Hi
I just bought the active campaign add on, but when I add my API url and API key, then it still just says: Access denied: Invalid credentials (URL and/or API key)
And I can’t do anything else?
I have pressed save changes and refreshed multiple times.
The page redirects to the url that we added but we are not seeing the progression bar and the file does not download.
This reply has been marked as private.
Can you please elaborate more on this issue, which add-on you are using now, please let me know, if possible, please share your related URL, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Can you please elaborate more on your issue, are you facing a problem with the dropbox add-on, if possible, please share some screenshots or related URL
thanks
I have WPDM installed on a site at 2020.myspecialdomain.com and I’m going to update where the domain points so it goes to www.myspecialdomain.com
These are my steps to what I plan to take. Update where the domains point in CPanel, then update the WordPress Address and Site Address in the databases and then run the “update URLs” plugin.
Do you see any issues with this process in terms of affecting my installation and documents for WPDM? Thank you.
by default, you are using link-template-default.php
for link template and page-template-default.php
for the page template. you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for back-up your files, As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates
for page template or tpls>link-templates
for link template.
For opening in new windows, please add this code replacing [download_link]
in page/link templates PHP file as i described above,
<a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>
thanks
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Are using directory add on and advanced access control add-on both on your site, please share your related URL and if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Are you trying to add this custom attribute?
assetName: $(this).data(‘downloadurl’),
fileName: ‘FILE NAME’,
fileResource: ‘PDF’,
userGroup: ‘LOGGED IN’,
marketName: ‘MARKET’,
please let me know
thanks
This reply has been marked as private.
This reply has been marked as private.
Hello, so is it possible to restrict the category page that is set in the basic setting “WPDM Category URL Base” using the directory add-on alone?
It says to enter an auth token and tell me this is the url
Get your ZOHO Authentication Token HERE
https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoCRM/crmapi
but Zoho hasn’t used Auth Token in quite some time
This is the #1 reason I purchased this plugin. please fix this ASAP