Quote:
Originally Posted by yoyoyoyo
Yes, I think that would be a much-needed option. Any perks you can give to Mods/certain usergroups are a bonus.
|
Glowing Font In Posts
[high]
Step 1[/high]
[high]Go to User Profile Fields >> Add New User Profile Field[/high]
Choose A "Single-Line Text Box"
[high]Title:[/high] "Glow For Moderators and Admins"
[high]Description:[/high] This is the glow color of the font in which will appear in your posts. (Ex: #ff0000 is red) <font color="red"> This Will Only Work For Moderators and Administrators.
[high]Display Size:[/high] 11
[high]Max length of allowed user input:[/high] 8
[high]
HIT SAVE[/high]
[high]
Step 3[/high]
Now go to edit your postbit template and search for this code:
HTML Code:
<font style="font-family:$post[fieldx]; color:$post[fieldx];">$post[message]</font>
Replace it with this
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == '6' OR $bbuserinfo['usergroupid'] == '7' OR $bbuserinfo['usergroupid'] == '5'">
<div style="font-style:normal;filter:Glow(color=$post[fieldx],strength=1);height:14px;">
<font style="font-family:$post[fieldx]; color:$post[fieldx];">$post[message]</font>
</div>
<else />
<font style="font-family:$post[fieldx]; color:$post[fieldx];">$post[message]</font>
</if>
Replace the X in the <div style= tag with the field ID for the field we just created.
[high]
HIT SAVE[/high]
[high]
AND WE'RE DONE![/high]
This will make it so that mods, s mods, and admins can have glowing posts.