Quote:
Originally Posted by TheLastSuperman
Hmm it looked ok to me... do you have the colors limited in the chatbox options in admincp or something else going on here that you've customized or done that I would not see on a default install of vsa chatbox?
Here is what I see:
You must be running something custom... so try this:
Edit template: vsa_chatbox
Find:
Code:
<div class="blockrow" id="vsacb_messagearea" style="background-color:{vb:stylevar editor_background.backgroundColor};text-align:{vb:stylevar left};overflow:auto;height:<vb:if condition="($_REQUEST['do']=='cchatbox')">{vb:raw vboptions.vsachatbox_height_full}px<vb:else />{vb:raw vboptions.vsachatbox_height}px</vb:if>;width:auto;font-size:{vb:raw vsacb_textsize};">
Replace with:
Code:
<div class="blockrow" id="vsacb_messagearea" style="background-color:#ffffff;text-align:{vb:stylevar left};overflow:auto;height:<vb:if condition="($_REQUEST['do']=='cchatbox')">{vb:raw vboptions.vsachatbox_height_full}px<vb:else />{vb:raw vboptions.vsachatbox_height}px</vb:if>;width:auto;font-size:{vb:raw vsacb_textsize};">
What I did was basically replace this:
background-color:{vb:stylevar editor_background.backgroundColor};
With:
background-color:#ffffff;
That should sort you  .
|
It is not because something is customized, it it because I have other themes, and some members may prefer to use another theme. The background is white on other themes, so if they choose to post in the chat box let's say in a blue color, then it is not going to show up to people posting with the Avenger theme. That was why I was wanting to make the background white.....so any color shows.
Hope I made sense.