GaryMOrin

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
in reply to: URGENT Renewed contract but no still no Access #21576

GaryMOrin
Member

Yes, it is working now

THanks

in reply to: shortcode packages by category customize #14294

GaryMOrin
Member

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.

in reply to: shortcode packages by category customize #14224

GaryMOrin
Member

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

in reply to: Cannot Save Package Edits using Internet Explorer #10593

GaryMOrin
Member

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.

in reply to: Problem with category access #8989

GaryMOrin
Member

excellent, any idea when?

Thanks

in reply to: Problem with category access #8925

GaryMOrin
Member

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

in reply to: Hide download or block download link #8922

GaryMOrin
Member

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


GaryMOrin
Member

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

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