Quote:
Originally Posted by ChopBam
Could I suggest adding colons between the username and the message?
I did this myself and in my opinion it looks a bit better.
For anybody who wants to do this, in the vsa_chatbox_bit template,
replace
with
Code:
</vb:if> :
|
I took this a bit further:
Code:
{vb:raw vsacb_msg_box.musername}</a><vb:if condition="($vsacb_msg_box_banned AND $vsacb_canmod)">*</vb:if>
Code:
<span style="font-weight:bold;">{vb:raw vsacb_msg_box.musername}</span></a><vb:if condition="($vsacb_msg_box_banned AND $vsacb_canmod)">*</vb:if>:
And enabled "Align messages to usernames"
Love the new update, this chat has been a huge hit on my site.
Few things I'd like to see in the future if possible:
-Disable Login/Logout on Chatbox Full
-Option for alternate background colors on odd & even lines
Thanks Valter!