Forum Replies Created
cool. thanks a lot.
I am removing admin access now
Hi Shaon and thanks for the quick answer.
The site is deployed on 3 environments (dev, UAT and prod), so I need to know exactly what has been done so that I can duplicate the changes on the other environments.
Is it possible to send me the updated files ? or a description of the changes.
I am a dev guy, so it can be technical instructions.
Maurice
I have added the following statement to wpdm-user-reviews.php:
add_filter(“admin_enqueue_scripts”,”wpmp_rating_scripts”);
and now rating does show…
Hi, I am jumping on this topic because I have pretty much the same issue.
Some of the downloaded files have some number in their name , something like “myfile_123_ext.zip”,
which will get trimmed to “myfile_ext.zip”.
What is the purpose of the statement “preg_replace(“/([0-9]+)_/”, “”, basename($sfile))” ?
Thanks