
11-09-2011, 03:03 PM
|
|
|
Join Date: May 2011
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Hy,
I installed
Quote:
Find the code:
Code:
$perms = media_permissions();
Replace with:
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;
}
|
https://vborg.vbsupport.ru/showpost....postcount=2117
https://vborg.vbsupport.ru/showpost....postcount=2107
https://vborg.vbsupport.ru/showthrea...40677&page=141
https://vborg.vbsupport.ru/showthrea...40677&page=144
(Michal and Octavius.)
Does not work
Do you have an IDEA for this problem.
answer me
|