Page 1 of 1

Admin reply - change color

Posted: Wed Jun 30, 2010 10:43 am
by zolon
Script URL: http://www.stefannyman.se/gbook/gbook.php
Version of script: 1.7
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: admin color css

Write your message below:

Hello,
Is it possible to get admin reply in another color? I looked in the cssfile but couldn't find it, or am I blind? :D
Kind Regards
//zolon

Posted: Wed Jun 30, 2010 2:35 pm
by Klemen
Try this:
1. open gbook.php in notepad
2. change

Code: Select all

<i><b>'.$lang['t30'].'</b> '.str_replace('##GBOOK_TEMPLATE##',$settings['tpl_path'],$reply).'</i>
to this:

Code: Select all

<span style="color:red"><i><b>'.$lang['t30'].'</b> '.str_replace('##GBOOK_TEMPLATE##',$settings['tpl_path'],$reply).'</i></span>
Be careful to change exactly the code I gave you, don't delete any other characters, quotes, ...
3. change "color:red" to whatever color you wish (CSS-compatible).

Posted: Wed Jun 30, 2010 10:04 pm
by zolon
Fast reply as always! Thank you!
Works like a charm! :P
Problem solved! :D