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
Hi Sahaon Team,
I have a dev licence and all addon pack.
In all addon, i don’t have ecommerce addon like 2checkout or Authorize.net etc : http://www.wpdownloadmanager.com/downloads/ecommerce-add-ons/
Why ?
I just migrated the server and I get for all downloads a 404 error. Everything else is fine.
Is there something I need change manually?
Regards
Cedric
With Download Manager Pro (Version 4.5.4) some shortcodes are not displayed on pages and posts.
We have noticed, after a debug analysis, that the problem should be related to wp-includes/plugin.php (WordPress 4.5) on line 230 ksort($wp_filter[$tag]);
Commenting the line 230, WordPress displayed correctly all downloads in posts and pages.
Obviously we do not want and we do not touch core system. Did anyone else find the same issue? Would you have any suggestion about how fix this bug?
Hi,
Downloads aren’t working for non-logged in users. I have the latest version of WP and the plugin. When I’m logged in it initiates the download on my link template but when not logged in it just goes to the same page (reloads) with a hash tag at the end, e.g. site.com/presets/#. I checked the settings to make sure that “all visitors” is set. Please advise.
I have WPDM – Custom Access Level enabled.
1) I made a Category named “Temporary” and set access only to Administrator only.
2) I made a “Test File” package, set “Allow Access” to Administrator only & set it to the “Temporary” category that I made.
3) I edited the main Downloads page to add the category:
[wpdm_category id="eq-temporary" operator="in" title="Temporary" desc="Temporary files are here" toolbar="0" order_by="field_name" order="asc" item_per_page="15" template="5716afdad2d76" cols=1 colspad=2 colsphone=1]
The “Test file” package shows up on the sidebar.
The Temporary category shows up on the Downloads page.
Users not logged in can enter the Temporary category, although they are presented with a Login/Register box, but I have registrations turned off.
I assumed doing this method would automatically “hide” category/packages from public view if they do not have access to it.
For security purposes, I do not want people to even try and access files they should not be.
I am sure there are situations where you want them to show to “tease” users, but that is not what I need to do here.
I have files I am ready to upload that are for myself only that I want to archive or give special access to a select few people.
Thanks.
Hi,
I just installed facebook share lock addon but when the item is share the download button doesn’t appear and the facebook share button remain, tested in FF and chrome
Also, I need to be able to set the url to be shared as my downloads (and all related seo including og tags) are set in posts not download pages.
Will give you access detail in a following private post.
Thanks