I made a page for my frontend uploader located at: http://sitename.com/index.php/downloads-frontend/
That part is fine. The actual links, such as those of my edit buttons, go to “/edit-package/6093/
Which results in Page Not Found because edit-package page doesn’t exist…
In the WPDownloadManager Demo the EDIT buttons links are formed as such: /?adb_page=edit-package/6093/
So it seems my links are missing the “?adb_page=” part…
If I MANUALLY type in the address using the link style used in the demo (http://sitename.com/index.php/downloads-frontend/?adb_page=edit-package/6093/” it finds the page and works fine, but how do I get my frontend page to actually generate the proper form of links so I can just click the damn buttons instead of having to copy paste links like that?
Thanks!
Hello, I’m here to report several things:
1/ On my test website when I submit comments they don’t show (even though the comments_template() function is called in my page template); It simply says “No Comment”.
2/ I would like to display the list of available downloads on my home page with individual items, do you have snippets available for that?
Thanks.
Hi,
The ‘uploads’ page is blank. All that we see is the top menu with “All Items, Add New, Edit Profile and Logout”.
We defined the upload page here:
Downloads > Settings > Frontend > Frontend Uploader Page: /upload/
This page doesn’t allow us to upload documents. Why is this page blank?
Please advise on what could be causing this and how to fix.
Thanks!
Hi folks,
I want to include the ‘page-template-1col-flat.php’ into the translation process.
So altered the template accordingly:
<tr><td><?php echo __(‘Version’,’wpdmpro’); ?></td><td>[version]</td></tr>
<tr><td><?php echo __(‘Download’,’wpdmpro’); ?></td><td>[download_count]</td></tr>
<tr><td><?php echo __(‘Stock’,’wpdmpro’); ?></td><td>[quota]</td></tr>
<tr><td><?php echo __(‘Total Files’,’wpdmpro’); ?></td><td>[file_count]</td></tr>
<tr><td><?php echo __(‘Size’,’wpdmpro’); ?></td><td>[file_size]</td></tr>
<tr><td><?php echo __(‘Create Date’,’wpdmpro’); ?></td><td>[create_date]</td></tr>
<tr><td><?php echo __(‘Last Updated’,’wpdmpro’); ?></td><td>[update_date]</td></tr>
I also made sure, that the translation variables are available in the po(t)/mo – files like:
#: wpdm-functions.php:1602
#: tpls/page-templates/page-template-1col-flat.php:12
msgid “Version”
msgstr “”
…
#: tpls/page-templates/page-template-1col-flat.php:13
#: wpdm-functions.php:226 wpdm-functions.php:234 wpdm-functions.php:239
#: wpdm-functions.php:921 wpdm-functions.php:997
msgid “Download”
msgstr “Download”
#: tpls/page-templates/page-template-1col-flat.php:14
msgid “Stock”
msgstr “Verfügbar”
#: tpls/page-templates/page-template-1col-flat.php:15
msgid “Total Files”
msgstr “Anzahl der Dateien”
#: widgets/class.PackageInfo.php:24
#: tpls/page-templates/page-template-1col-flat.php:16
msgid “Size”
msgstr “”
#: tpls/wpdm-all-downloads.php:85
#: tpls/page-templates/page-template-1col-flat.php:17
msgid “Create Date”
msgstr “Erstelldatum”
#: widgets/class.PackageInfo.php:23
#: tpls/page-templates/page-template-1col-flat.php:18
msgid “Last Updated”
msgstr “”
The Textdomain is also correct, otherwise the other translations would not be loaded.
So, is there some possibility, that ‘page-template-1col-flat.php’ is excluded from the translation process?
Or what am I doing wrong here?
Thx for your help and Greetz,
Hannes
Hi there,
I would like to do the following:
1. Choose a user, and then see all files downloaded by that user for all time, regardless of date or month or time, and
2. Choose a file and see which users downloaded that file for all time, regardless of date or month or time
I see that if I go to my user list and click on the link next to each user called “download stats”, I am taken to the “Package vs date” tab, where I see just a list of files (without the grid on the right showing the download count). This is what I see:
https://www.dropbox.com/s/hsw7f76pqrssrzg/Screenshot%202016-05-14%2013.10.34.png?dl=0
And then if I click on the “Package vs User” tab, I am given the option to choose a specific date for which I can see packages and users, but I have to search day by day until I find download activity.
If I then go back to the “Package vs Date” tab, I see a full list of files and a grid showing downloads (which wasn’t visible when clicking directly from the user list). It looks like this:
https://www.dropbox.com/s/qpa3jkykan9ag57/Screenshot%202016-05-14%2013.25.50.png?dl=0
Ultimately, none of these views is what I am looking for. I need to be able to choose a user, and see which files he or she has downloaded for all time (and Ideally the date each file was downloaded). I also need to be able to choose any file/package and see all the users who have downloaded that package, including the date it was downloaded.
Can this be done, and if it is not standard behavior, can it be custom programmed?
Thanks.
Hi,
We just installed the wpdownloadmanager pro plugin on a development environment and added some downloads.
We chose email lock as a way to register visitors before they can download files.
But when you click on the download btn, and the form pops out, it displays a double “name” field in the form.
We installed the plugin and used only basic options to set up the page. Anyone any idea how i can remove or change the form fiels?
Site: http://grafotec.verderdanonline.nl/downloads/
Kind regards,
Rob van der Pol
Mediaversa
as it it is still not possible to edit the custom fields in the frontend, we have to let them into the backend (very bad solution).
there everyone can see all downloads with earnings, price, stats, etc.
How to disable this? i want them only to see their own stuff. just show downloads from the same author.
And please don’t tell me it is not possible. because that makes no sense.
Hi there, is it possible to have two passwords in operation across all my packages.
1 Password limiting the number of downloads, say maximum 5 downloads from our repository.
The other password unlimited downloads from any of our packages with that password authorised.
Please advise, we are about to upload a fairly large library of documents to our website and we want to try and get this as accurate as possible before the bulk upload.
Thanks,
Ben