Page 1 of 1

[Solved] How to change color of the chatbox texts

PostPosted: Tue Feb 26, 2008 9:04 am
Author: Angelus
Your phpBB Version: 2.0.20
phpBB Type: Integramod 140
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://das-bemalforum.de

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Hi,

how can I change the text color after the "System Msg" message? Now it is blue. But in the chatspot/chatspot.css I could not find the value to change.

By the way is it possible to change the timeout time for the chat (default is set to 20min)?

Greetings and thanks
Thorsten

Re: How to change color of the chatbox texts

PostPosted: Tue Feb 26, 2008 11:27 am
Author: Helter
chatspot.css is difficult to work with in its present form. Replace it with this

[code]    body{   background-color ]

I think the two areas your looking for are these

[code]  .grouplink {         color]

Re: How to change color of the chatbox texts

PostPosted: Tue Feb 26, 2008 11:45 am
Author: Angelus
Hi HelterSkelter,

thanks for the quick reply. After 3h of searching I found the things I was looking for. But not in the *.css.

The color of the System message is set in chatspot_functions.php and there not as color code but in text <img>

Find:
Code: Select all
echo "writeln( '<tr><td><b>" . _CHATSPOT_SYSTEM_MSG . "</b>], $time, $userdata[ 'user_timezone' ] ) . "</span></i></td></tr>' );";


there replace blue with black!

The time setting is in the chatspot_config.php:

'inactive_time' => 1200

Greetings and thanks
Thorsten