The site is currently on Joomla and I need it to function similar.
In Phoca download a client logs in to my site and has access to downloads. Some clients have access to files and some don’t have access to all of the files. This is achieved by limiting access to categories that the files are in, to certain groups of people. I separate the users in the groups in the Phoca plugin and each group is given a certain level of accessibility.
So my question is, does your plugin allow me to grant access to multiple people? Can I group them together to give a group of people access to a certain number of files?
2. User manager roles plugins are not what I need for clients to access files from what I am seeing. Usually “Users” and the plugins that you are talking about pertain to editing stuff in wordpress. I want it like any other membership site would be.
For instance you login to the site. You have a user area (which I create the page for), and a link or nav menu takes you to the download area. The files you can download should be accessible there. Maybe a tab that says my downloads or something.
Either way how do i achieve placing downloadable files only certain users can access with your plugin?
Hi,
Site is online – for some downloads we want to change Email lock settings – from download instantly to mail download link. For some packages no problem – some after pressing “Update” we receive 503 Error and changes are not saved. There are about 200 items in our downloads and affected is some half ? Any explanation?
Maybe we can change this setting directly in MySQL..?
I have purchased the Live Form add-on and have created a form and linked it to a download with the Enable Form Lock option. Is there a way to have the form show up on the page instead of as a modal window? I would like to have the form displayed directly as part of the page and not a pop-up.
If that isn’t possible, then I need to adjust the modal window as it is scrolling off the bottom of the page and I can’t adjust it or see it to actually see the submit button (it is getting hidden behind the footer on the page instead of on top). I have uploaded an image showing the modal window when I look at the page.
Thank you
Hi,
When there are more then one download link with a pop-up on a page, the first one appears fine, but the other pop-ups appear with this error: <button type=button id='close' class='btn btn-link btn-xs pull-right po-close' style='margin-top:-4px;margin-right:-10px'><i class='fa fa-times text-danger'></i></button> Download Free PDF
I know this because when you refresh the page, the pop-up works and if you try any of the other ones, the error comes up.
Please help!
Thank you.
Hi there,
This is probably a stupid question but when I insert PHP in the Page template it just comments it out?
I guess it is something to do with how this page gets rendered, how would I go about putting PHP in the templates?
<!-- WPDM Template: Default Template -->
<div class="row">
<div class="col-md-12">
<table class="table">
<tbody>
<tr><td>Version</td><td>[version]</td></tr>
<tr><td>Download</td><td>[download_count]</td></tr>
<tr><td>Stock</td><td>[quota]</td></tr>
<tr><td>Total Files</td><td>[file_count]</td></tr>
<tr><td>File Size</td><td>[file_size]</td></tr>
<tr><td>Create Date</td><td>[create_date]</td></tr>
<tr><td>Last Updated</td><td>[update_date]</td>
</tr>
</tbody></table>
</div>
<div class="col-md-12">
<div class="thumbnail">[doc_preview]</div>
TEST
<?php
$package = wpdm_get_package(2);
echo $package['post_title'];
?>
</div>
<div class="col-md-12">
[description]
<br />
<div class="panel panel-default">
<div class="panel-heading"><b>Download</b></div>
[file_list]
<div class="panel-footer text-right">
[download_link]
</div>
</div>
<br>
</div>
</div>
Hi,
How do I sort a files and category in a Tree view?
I used this [wpdm_tree category=”reports” order_by=”post_title” order=”desc” download_link=1] but it’s not sorting it at all.
Regards
Hi
What is the shortcode you use in the page to match your archive 2 (http://demo.wpdownloadmanager.com/wpdmpro/style-2/) style and functionality including the ajax loading of files when you select a category?
I am using
[wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”10″ order=”asc”]
but when you click a category it opens up a new page.
Thanks
Why is there a new section at the bottom of my site that is advertising the “Best Download Manager” with a link to your site?
I’ve paid for the pro version.
Please advise –I need this taken care of quickly.
Hi !
Please tell me what ccs code is for download_count
Now i have download button and i need also download counter button.
[download_link]
<style>
.wpdm-download-link {
border-radius: 3px;
padding: 15px 90px;
font-size: 22px;
text-decoration: none;
margin: 0px ;
color: #fff ;
position: relative;
display: inline-block;
}
.wpdm-download-link:active {
transform: translate(0px, 5px);
-webkit-transform: translate(0px, 5px);
box-shadow: 0px 0px 0px 0px;
}
.wpdm-download-link {
background-color: #444244 ;
box-shadow: 0px 0px 0px 0px #444244 ;
}
.wpdm-download-link:hover {
background-color: #9e9e9e ;
}
</style>