Forum Replies Created
Ah now I see, I have /author/username now I have customised my author.php file using the link you provided.
Fixed now, thank you!
Yep.
I want to use a URL instead of this: http://demo.wpdownloadmanager.com/wpdmpro/profile/?profile=admin
Like this: http://demo.wpdownloadmanager.com/wpdmpro/profile/admin
Hi,
I found that I was using the wrong URL for the profile viewing as another user, so that is fixed.
Using /profile/?profile=test-test-test or profile/?profile=testuser works.
Can you tell me if it is possible to access a profile using a friendly url such as : /profile/usernamehere ?
Yes it is related to WPDM.
Mod rewrite profile URLs do not work if the username has a space as detailed above.
What would you like a picture of exactly and I can provide.
Hi,
That doesn’t help the issue, I already use these filters.
I have solved this by editing the code directly.
Thank you.
OK, but every other part of the WPDM script uses the local avatar selected, when changed in author dashboard this changes across the website.
Is it called shop logo and you can view every members shop logo on their profile page fine – how can I pull this image into the reviews?
The review plugin should be using same logo as everywhere else in your script – it doesn’t make sense that this plugin would not use the same image for the users accounts.
A short code to do that would be great also.
Hi,
Thanks for that – another bug…the reviews display the same gravatar image, even when the reviewer has a custom gravatar image. Please can you fix this, the plugin will then appear to be bug free.
Is it possible to use [rating_stars] short code to show only the stars that can be clicked, instead of the entire rating box?
When using [rating_stars] now I can see the rating but not click the stars.
Thanks.
Another bug with this plugin, every review shows as the author is the admin of the site, once a comment has been reviewed and published by an admin it has the admin as the author?? This cannot be right, it should show the name of the person who commented.
Please can you fix.
I have found one issue – when using [rating_stars] the stars are displayed empty as they should, then when I have downloaded so I can place a rating I click the stars and they will show 3 of 5 filled for example, but the rating is not saved at all.
If I refresh the rating has reset, the only way it will register a rating is when filling out the comments for at the bottom of the screen – but I would like my users to be able to just click a star rating using [rating_stars].
Actually I have not yet found how to remove the user reviews from the bottom of each package page.
I would like to place it myself with the short code instead of it being at the bottom of the page,
If you could tell me how I can turn it off and insert with short code instead?
Yep, I removed the code that rendered the button.
Thanks
Not to worry I have found it is called from wpdm-amazon-s3.php and have now removed the button.
Thanks.
Hello,
I was looking to remove the code in \download-manager\src\AuthorDashboard\views\author-dashboard\new-package-form\attach-file.phg
But it doesn’t seem to be there for the S3 buttons.
Hello,
I am unable, my site is running localhost. If these are options I can change it would be handy to know how.
If this is code I need to change, I am quite capable if you can point me to the file(s)/line(s).
Thank you.
Hello,
Sorry the user reviews plugin does still have some issues.
1. It does not show the users current avatar, no matter if it is changed – always shows the default.
2. I have this error: Warning: A non-numeric value encountered in C:\UwAmp\www\msfsmods\wp-content\plugins\wpdm-user-reviews\wpdm-user-reviews.php on line 355
This appeared now I have made 3 or 4 test reviews on a product.
Please can you help to fix these issues.
Hi,
I already typed this out once and now again, seems to be a bug with your forum removing all content from posts.
Please can you tell me how to remove the select from Amazon S3 and configure buttons from the front end:

Also please can you tell me how to remove the user reviews module from the package pages as default, I would like to implement this using short code in a position I want it instead of it being across the bottom of each package page.
Thanks.
Figured it out not to worry.
Thanks I will leave a review.
Ok, I have tried with the Nivolight box.
WPDM already uses this, but I just want the arrows and also to change some settings.
NivoLightBox should show arrows by default, but isn’t working in WPDM.
You can see here in packagecontroller.php there is the JS for NivoLightbox:

As per the NivoLightbox webpage I can add config options as below:
$('a').nivoLightbox({
// The effect to use when showing the lightbox
// fade, fadeScale, slideLeft, slideRight, slideUp, slideDown, fall
effect: 'fade',
// The lightbox theme to use
theme: 'default',
// Enable/Disable keyboard navigation
keyboardNav: true,
// Click image to close
clickImgToClose: false,
// Click overlay to close
clickOverlayToClose: true,
// Callback functions
onInit: function(){},
beforeShowLightbox: function(){},
afterShowLightbox: function(lightbox){},
beforeHideLightbox: function(){},
afterHideLightbox: function(){},
beforePrev: function(element){},
onPrev: function(element){},
beforeNext: function(element){},
onNext: function(element){},
// Error message
errorMessage: 'The requested content cannot be loaded. Please try again later.'
});
Please can you tell me how I can use this options, if I put these in packagecontroller.php the options have no effect.
Thanks.
Ok, can you tell me how many images will the gallery display, will it just load as many as attached to the product?
Is there anyway to limit the amount of images shown?
Thanks.
Hi,
Yes it works now 🙂 – thank you very much. Apologies for my persistence but this element was needed to design the layout of my download templates.
Thanks again.