UBB.Dev
Posted By: ericgtr 6.4b1 (5 viewing) color change - 11/05/2003 6:44 AM
I thought I would throw this out in case anyone else wants to make this change. With my CSS it doesn't stand out much so I decided to change the color. You can do this by going to /lang/*/ubbthreads.php

find:
Code
 $ubbt_lang['VIEWING'] = "viewing"; 


Then surround it with color quotes

Code
 $ubbt_lang['VIEWING'] = "<font color=\"gray\">viewing</font>"; 
Posted By: isaac Re: 6.4b1 (5 viewing) color change - 11/10/2003 4:59 AM
I have the (# Viewing) 6.4 mod installed on my 6.2.3 system... Thank you for the excellent idea of going GRAY - it looks much nicer. Again, thank you!
Posted By: ericgtr Re: 6.4b1 (5 viewing) color change - 11/11/2003 12:09 AM
Sure
© UBB.Developers