Quote:
Originally Posted by drdavis
My first question is, can you censor out words that are in the chatbox? I thought I would give it a try and was shocked to see that I could enter several bad words that are censored out in the forum...
|
For me, the words I have defined to be censored on the forums are also censored in the chatbox. I don't see any options to enable/disable this, so it should be enabled by default as far as I can tell.
Quote:
Originally Posted by drdavis
Second, my background is black so the initial text box is colored white where you enter your chat text. Because the text is normally white with a black background the initial text will not show up unless you pick a text color of something other than White or black.
|
Try adding this to "additional.css" for each active style:
HTML Code:
#vsacb_entermessage {
color: #XXXXXX
}
where "XXXXXX" is the color you wish to be the default text color in the message entry element.