Forum Replies Created
Ok!
Thanks.
Hello,
Today WPDM has updated to version 6.0.9, and I had to manually add the code explained above for Acces Control allow to display categories properly
Did you have any feedback of developer team to incorporate this fix in next versions?
Thanks in advance.
Hi,
Thanks for the response. The option you suggest it’s not possible as the user-end behaviour funcionality for the website, and create a role for every package and asign users it’s to much override programming job.
So, cheking the code of WPDM main plugin i found out how to resolve the issue with one line code:
Adding $query->meta("__wpdm_user_access", $current_user->user_login); just after line 200 of src/Package/Shortcodes.php shows the package if the user is set by WPDM Advanced Control and not role is set.
Maybe can you add this modification in further version of WPDM as I see not clonfict with the general role behaviour and improve the WPDM and WPDM Acess Control compatibility extension?
Hello,
the issue is resolved now, i don’t know exactly how, but “if it works, don’t touch!”
Thanks
Ok, everything is working now.
Thanks.