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.
ну спасибо, я тему начал, а ты от меня ответ и спрятал )
сделал на стилях, все работает
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="Выбор стиля"><option value="[B][COLOR="Red"]5[/COLOR][/B]" class="" >-- 5646456456</option>
<if condition="$bbuserinfo[usergroupid] == 5"><option value="[B][COLOR="#ff0000"]4[/COLOR][/B]" class="" selected="selected">-- Aqua-Soft v4</option></if>
<if condition="$bbuserinfo[usergroupid] == 6"><option value="[B][COLOR="Red"]2[/COLOR][/B]" class="" selected="selected">-- t88</option></if>
</optgroup>
</select>
копируешь 100 раз и подсавляешь нужные группы<if condition="$bbuserinfo[usergroupid] == 6"><option value="2" class="" selected="selected">-- t88</option></if>
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="Выбор стиля"><option value="5" class="" >нахер здесь штото писать</option>
<if condition="$bbuserinfo[usergroupid] == 5"><option value="4" class="" selected="selected">нахер здесь штото писать2</option></if>
<if condition="$bbuserinfo[usergroupid] == 6"><option value="2" class="" selected="selected">нахер здесь штото писать3</option></if>
</optgroup>
</select>