The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
change the colour
how I can change the colour ?
|
#2
|
|||
|
|||
In the vB header template find the following table:
Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> Code:
style="background: #000000;" |
#3
|
||||
|
||||
Can you help me
PHP Code:
|
#4
|
|||
|
|||
Try replacing this bit:
Code:
<td align="$stylevar[right]"> <!-- banners --> </td> Code:
<td style="background: #000000;" align="$stylevar[right]"> <!-- banners --> </td> |
#5
|
||||
|
||||
Now
|
#6
|
|||
|
|||
See the black color on the right side. What you have is either the $stylevar[titleimage] image or an image specified in the header_bg CSS over the black color. Go to the ACP -> Styles & Templates -> Style Manager -> StyleVars -> Title Image to find the location of your logo, and find the image set in the header_bg CSS. It's probably the image set in the header_bg CSS that you can remove or edit to add color.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|