Quote:
Originally Posted by Weapon-x
I installed it. Awesome mod. How do I remove the Color and Font Face scroll boxes?
|
yoursite.com/admcp -> styles and templates -> template manager -> edit templates (at the top in the drop down) -> forumhome templates -> forumhome_vbShout
find:
Code:
<select name='font_color' onchange='sb_PropChange(this, "color")'>
{$DropDowns['color_selector']}
</select>
<select name='font_selector' onchange='sb_PropChange(this, "fontFamily")'>
{$DropDowns['font_selector']}
</select>
and add this before:
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(numbers of usergroupID's seperated by comma))">
..if you want to restrict the options to a sertain number of usergropus or
Code:
<if condition="in_array($bbuserinfo['userid'], array(numbers of userID's seperated by comma))">
..if you want to restrict the options to a sertain number of users
Don't forget to add
</if> after the color and font code !
Quote:
Originally Posted by Weapon-x
How do I make the shoutbox appear at the bottom?
|
yoursite.com/admcp -> vBulletin Settings -> vBshout Options -> vBShout Position