i get an white screen after adding this code in the plugin manager any idea ?
thx
Code:
Admin Control Panel > Plugins & Products > Plugin Manager > "media NAVTAB"
Find the code:
Code:
$perms = media_permissions();Replace with:
Code:
$perms['rate'] = true;
$perms['comment'] = true;
$perms['submit'] = true;
if (is_member_of($vbulletin->userinfo, explode(',','5,6')))
{
$perms['modtags'] = true;
$perms['modcategory'] = true;
$perms['modservice'] = true;
}