Quote:
Originally Posted by Pandemikk
It would help if you showed us the code that's causing this. We're not exactly mind readers.
|
oh sorry will do that.^ ^
Code:
$perms['rate'] = true;
$perms['comment'] = true;
$perms['submit'] = true;
$perms['playlist'] = true;
if (is_member_of($vbulletin->userinfo, explode(',','5,6')))
{
$perms['modtags'] = true;
$perms['modcategory'] = true;
$perms['modservice'] = true;
}
that's the code that caused the syntax error. it was in the thread I link to but I guess you either didn't notice it or didn't see it.=/ the area in which I replaced the code was in admincp/plugin manager/MEDIA NAVTAB TY Pandem.^ ^
edit: also before the syntax error was caused when I tried to replaced the codebefore I replaced it a 2nd time that caused the syntax error I tried to click the media tab for the media library and for some odd freakin reason I got a message that told me I did not have the necessary permissions to access that page which is total bs because I'm the head admin of my site and SHOULD be able to access the damn page so I dunno wtf was goin on there.=/