View Full Version : ChatBox Vbulletin Color Archive
dualiTy
08-10-2016, 09:43 AM
How i change color from Background from Archive
https://vborg.vbsupport.ru/external/2016/08/5.png
KevinL
08-10-2016, 10:09 PM
You should ask in the thread from which ever chatbox mod that is.
MarkFL
08-11-2016, 01:09 AM
Yes, in general, you will get help more promptly when asking questions about a specific product in the thread for that product. Just please keep that in mind for future questions. :)
That appears to be Valter's Chatbox, and what you can do is add a plugin, hooked at "parse_templates" with the Plugin PHP Code:
if (THIS_SCRIPT === 'misc')
{
$template_hook['headinclude_css'] .= '<style>#vsacb_muldel tr {background: #FFFF00 !important;}</style>';
}
Change the value "#FFFF00" (this is bright yellow) to the color of your choice. :D
dualiTy
08-13-2016, 05:47 PM
thans guys for help :D im solved
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.