Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<if condition="is_member_of($bbuserinfo, X, Y, Z)">
Код 66 и картитнок
</if>
if (($vbulletin->userinfo['usergroupid'] == 5)||($vbulletin->userinfo['usergroupid'] == 6)||($vbulletin->userinfo['usergroupid'] == 7)||($vbulletin->userinfo['usergroupid'] == 9)||($vbulletin->userinfo['usergroupid'] == 10)||($vbulletin->userinfo['usergroupid'] == 14))
{
if (get_parent_class($this) == 'vB_BbCodeParser')
{
$html = '[charge=' . $charge . ']' . $text . '[/charge]';
}
else
{
$charge *= (1 - $vbulletin->userinfo['permissions']['credits_hide_discount']) * (1 + $vbulletin->options['credits_hide_tax']);
$cost = vb_number_format($charge, $vbulletin->options['credits_decimals']);
$template = $this->printable ? 'bbcode_charge_printable' : 'bbcode_charge';
eval('$html = "' . fetch_template($template) . '";');
}
}
else
{
$html = '-=== Ваша группа не имеет прав пользования коммерческим сервисом форума ===-';
}
return $html;