Quantcast
Channel: WordPress.org Forums » [WP-Filebase Download Manager] Support
Viewing all articles
Browse latest Browse all 1341

Mariusz on "[Plugin: WP-Filebase Download Manager] Can't see files list with downloads and permissions"

$
0
0

You need to modify:
\wp-filebase\classes\Item.php

adding a new role slugs:

if( ($for_tpl && !WPFB_Core::GetOpt('hide_inaccessible')) || in_array('administrator',$user->roles) || in_array('role-x',$user->roles) || in_array('role-y',$user->roles) || ($this->is_file && $this->CurUserIsOwner($user)) )


Viewing all articles
Browse latest Browse all 1341

Trending Articles