Forum Replies Created
I gave version V4 a reasonable test on my local development machine, but it completely screwed up a custom templates I had created.
More than happy to try to upgrade to V4 if it’s a straightforward process, but it does not appear to be so.
Is Toolbar=0 a version 4 feature or is it in 3.3.8. Version 4 has to many changes in it and will take to me to long to implement at the moment.
I’ve tried it in 3.3.8 but it does not seem to work.
Thanks
I’m having the same problem in IE as well, updated package detail, press update but when I go back in the details are lost.
I have tried 4.00 rc1 but this did not work at all with wpdm_category short code. and I don’t have time to keep testing, I need quality production ready code.
Just check code (but I’m no PHP Developer), it does look Like different different code is use.
for categories, function wpdm_embed_category around line 1647:
$current_user_role = is_user_logged_in()?$current_user->roles[0]:’guest’;
$category[‘access’] = !isset($category[‘access’])||!is_array($category[‘access’])?array(‘guest’):$category[‘access’];
//check if current user is allowed to access to this category
if(!@in_array($current_user_role, $category[‘access’])&&count($category[‘access’])>0&&$category[‘access’][0]!=’guest’) {}
but in function DownloadLink line 570
$caps = array_keys($current_user->caps);
$role = array_shift($caps);
$matched = @array_intersect($current_user->roles, @maybe_unserialize($package[‘access’]));
When will you have a fix?
Thanks
Hi,
Did this ever get resolved? I’m having the same problem. Using a shortcode to display a category, but all packages are listed even though the user does not have access and Hide Everything is set.
Site is on internal server at the moment.
Thanks
Can I have a answer please, I want to purchase plugin