Quote:
Originally Posted by Animemike
PHP 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;
}
This byepass it
works fine with VSA chat mate (with the code added)
What Usergroup are you in?? whats is the usergroup number in the admin
|
OMG I feel so retarded lol
I got it now I didn't even think to add the usergroup id numbers in the code.
Thanks for the help. I have 1 more problem though posted here...
Quote:
Originally Posted by Rick7C2
How does this script figure out if a video has already been posted before?
Reason I ask is because the must be an error in it because I keep getting...
Quote:
Our records show that this particular media is already in the media library!
|
On a video that has not been posted yet.
|