I don’t think you need to activate it once you buy it. How have you been adding your downloads with FTP or a public url download address. I currently have mines setup by FTP and its working with the Block Hotlink.
Hello,
I have a page with multiple download link shortcodes. Each one has an audio preview, and if I play one, and then play another, the first audio preview doesn’t stop. This means that multiple previews play at the same time, which is very confusing to users who are previewing the song before downloading. How can I prevent multiple audio previews from playing simultaneously?
Thanks!
powerongrfx, thank you. I purchased the Block Hotlink addon and installed it. Now, clicking the download links from my site is throwing a 404 error. Only when Block Hotlink is active though. As soon as I disable it, the download links work.
Is there an activation process I need to do, besides activating this addon plugin?
Thanks.
Hi There,
Thank you for the great plugin. I just purchased it and am loving it so far. One issue I’m having is, the ability to either mask the direct download url or have it dynamically change to prevent people from sharing the download link. I need to prevent people from downloading the files outside of my site.
Thanks in advance.
it is something form your server, anyhow it also resolvable from plugin.
open download-manager.com
find and replace
base64_encode($id.'.hotlink')
with
rtrim(base64_encode($id.'.hotlink'),"=")
So, how do you go about changing wpdm-all-packages so that the title is a link to the direct download?
Hi I bought the pro version a couple of days ago and just a second ago purchased the Amazon S3 add on but it isn’t in my account.
Where can I download this from? I’ve also tried following the link in the email I received but this took me to my account page, where I couldn’t see my Amazon S3 download.
1) Is it possible to set the default entries on the toolbar (“Show xx entries”)?
2) Can the title be a download link (vs. download page)?
ok, please send a temporary wp-admin login info to support@wpdownloadmanager.com with this forum post link, also mention the link template name you want to set there.
Hi Shaon,
i need to insert a link in the download page to open a file (not download).
I use this code:
View
Now, using [file_list] i have the file name, the question is how i can retrieve file’s path on the server.
Is there a shortcode i can use to do it?
Thanks in advance.
Vito
Hi, I use your plugin with the access control add on. All function well but if I use the option block download link, it function. For example I have a member name: alex
In the package option I give the permission to download only to alex.
If I use a member George for example I can see the file but I cannot download while Alex can download (correct)
If I use the option to hide everything for user download permission, the page content is hide also for the correct member download with the right access. How can I solve this problem?
Sorry for my English
place the code at the end of download-manager.php and refresh any page while download manager is active to execute the code. but you need to set proper link template file name or id before execute it.
yes, you can do that, create a link template using following code:
<div class="media">
<div class="pull-left">
[icon]
</div>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[page_title]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-download-alt"></i> [download_count] downloads
</div>
</div>
and assign the link template for your packages
ok you can download from above link now
Great, thank you. Now how can I download this new template? Link above takes me to an html page, download link takes me to 404 page.
I inserted AddThis on the page template for WPDM. But when I click to share a product page they all point to http://acapelladjs.com/wpdmpro/wpdmpro/. Regardless of what I do it keeps sharing the same link.
Here is an example, http://acapelladjs.com/download/nengo-flow-ft-falsetto-sammy-yo-se-que-tu-quieres/#.UfG3UY3VB8E just click “Like” button to test it.
actually you don’t have to downgrade. You can now set link template for archive page add-on from download manager settings page. can you give me the url here to check how it looks like now.
I’ve downloaded the new versions, and the default template now uses a different size image, with the feature image above the link and description. Previously, it was using the icon sized images, and even though that’s still the template we have selected, it’s not displaying that, and we had to downgrade the add-on version back to 1.6.0 again.
But downgrading the add-on caused a fatal error for the website, so I had to downgrade back to v3.3.5 of the main plugin too. Is there a way to fix this at all? I’d love to be able to play with and fix this myself, but the license won’t let me install it on a test site to see if I can make the changes we want without messing up our production site.
We’ve also always had to use our own preview images, since the default icons provided never seemed to work. Could that be part of the problem as well?
Can you make the search button smaller?
Can I remove the direct download link?
Hi Shaon, thank you for your reply.
I’ve managed to solve this issue – and the center-align one, too – by defining this custom CSS:
.wpdm_file {
display:inline-block;
}
Works great 🙂
Buc