GaryMOrin

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
Oct 15, 2014 at 8:42 am
#21576
Member
GaryMOrin
OP

Yes, it is working now

THanks

Apr 9, 2014 at 4:08 pm
#14294
Member
GaryMOrin
OP

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.

Apr 8, 2014 at 7:10 pm
#14224
Member
GaryMOrin
OP

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

Dec 19, 2013 at 8:56 pm
#10593
Member
GaryMOrin
OP

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.

Oct 8, 2013 at 6:35 pm
#8989
Member
GaryMOrin
OP

excellent, any idea when?

Thanks

Oct 3, 2013 at 5:02 pm
#8925
Member
GaryMOrin
OP

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

Oct 3, 2013 at 4:45 pm
#8922
Member
GaryMOrin
OP

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

Sep 23, 2013 at 4:16 pm
#8751
Member
GaryMOrin
OP

Can I have a answer please, I want to purchase plugin

Viewing 8 posts - 1 through 8 (of 8 total)