Hi Shahjada,
Thank you for the speed, detailed and reassuring response! I genuinely appreciate the clarity — especially the confirmation that no data is transmitted without explicit opt-in and that the NTCR system is entirely separate from the core WPDM plugin.
That said, I want to be candid about my experience. The unexpected message that I had “🎉 just earned 13,955 NTCR tokens!” (without any prior context or opt-in) set off multiple alarm bells (the 🎉, large number and “NTCR tokens” in the subject line to start). In my environment, where I manage sensitive client sites and prioritize clarity, professionalism, and trust, the sudden appearance of what looked like a crypto incentive felt extremely out of place and risky. Specifically:
1. The token announcement was confusingly worded and lacked context, making it appear as though I had been enrolled in something I had not agreed to.
2. Any visible references to “NetCred” or tokens in the WordPress admin area could easily alarm clients, some of whom are understandably cautious about cryptocurrency associations.
3. While it is great to know the system is opt-in by design, I do not want clients to see any promotional messages or anything related to crypto or references arcane services such as “NetCred” or “NTCR”.
I understand the goal behind offering rewards and incentives, but I would strongly encourage your team to consider:
• Statements such as this from the email: “BTW, WordPress Download Manager is now integrated with NTCR — a multi-utility Web3 token designed to reward meaningful actions like purchases, referrals, and content engagement. NTCR puts real value behind your interactions.”
This is confusing and makes me think that the actual plugin WPDM is integrated with NTCR — something I never agreed to, never expected, do not see the value in it for myself nor my clients and, most importantly, do not want.
“a multi-utility Web3 token designed to reward meaningful actions like purchases, referrals, and content engagement.”
This is a long string of marketing BS that immediately sends up flags.
“NTCR puts real value behind your interactions.”
How? And why? You don’t explain it. And the website does an even worse job of trying to explain it.
• Adding a toggle or setting (or even a filter hook) to suppress any/all NTCR-related UI elements for users who do not opt in (if you implement anything in the WPDM UI)
• Ensuring that any promotional messages related to third-party programs are opt-in only and not shown by default after purchase or renewal.
• Re-evaluating how these types of programs are presented within paid software, especially where agency or enterprise use is involved. This is NOT what one would expect from paid software.
Thank you again for your attention to this. I have been a long-time WPDM user and appreciate the continued development — I just hope that future incentives are introduced with more nuance and control for users like me.
Best,
</k>
I used the WPDM API. Sending a private message.
Adding <input type=”hidden” name=”file[access][]” value=”guest”> seemed to have fixed it; however, what happens when you guys update/change that file again and it breaks again?
Hi, when I hide those extra fields via CSS and a user uploads a file, the file cannot be downloaded on it’s individual download page and on the downloads page. How can I fix this? Do I need to comment out the appropriate code in wpdm-add-new-file-front.php? And if so, how I can prevent it from breaking again if you guys update/change the template?
Yes, I had pulled wpdm-add-new-file-front.php into the themes directory to remove the additional package settings section. There must have been a change to it in a recent update or something which caused it not to work anymore. In any case, I’ve deleted it and used CSS to hide those settings. A nice feature would be if you could control/limit what is shown to a visitor uploading files. Thanks for your help!
Fixed. Thank you!
Yes, but if you check another author (e.g. http://community.ltenergypartnership.org/author/emily-mclaughlin/, it shows my profile info. See screenshot.
After testing this with other users<?php echo do_shortcode('[wpdm_user_profile items_per_page=12]'); ?>
, the URL points the correct author; however, it pulls up my profile/download history, etc. and not the original author.
Thanks!
But they don’t. That’s the problem. Can you please provide a solution?
I’m not using it anywhere at the moment because I took it out. I was using the code provided to me to create a new column in the show all files shortcode template wpdm-all-downloads.php which I’ve duplicated in my theme folder.
$package = \WPDM\Package::get($ID);
echo $package['author_name'];
echo $package['author_profile_url']; ?>
So basically I’ve added a new header <th> called Author and cells <td> that should output the package’s author name and a URL to the author’s profile.
The code you provided did not work in wpdm-all-downloads.php. I added a new table cell to hold the info and it just appears blank.
Does this work with do_shortcode, for example if I wanted to add it to the template wpdm-all-downloads.php? Or how should I add it to that template?
Also, I had a quick question regarding potentially installing/using buddypress for a forum/means of communication between users — is it compatible with your plugin?
When do you expect the new plugin update to be released?
Shoan, thanks for the quick response. These features would be really helpful. Looking forward to them in the future update!