Open vbindex.php and find:
PHP Code:
$color = ($num++ % 2 == 0) ? '#13486D' : '#1C5780';
Change to:
PHP Code:
$color = ($num++ % 2 == 0) ? '{ firstaltcolor }' : '{ secondaltcolor }';
Or:
PHP Code:
$color = ($num++ % 2 == 0) ? '{ secondaltcolor }' : '{ firstaltcolor }';
Doesnt matter it but check to your prefer colour first or second
P.s. { firstaltcolor } and { secondaltcolor } must be without space!
=============================================
@NTLDR, Thank ya alot, mate! about shoutbox on vbindex page :up: