The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
changing header
My header has 4 parts so i need to make picture and cut it on 4 party but thats big work.Is vbulletin have some plugin or some trick to change header in easy way because cut picture in 4 parts,different dimensions....big work.
|
#2
|
||||
|
||||
Does your header need to be in four parts? Can you just have one part and put colspan="4" in the td tag?
|
#3
|
|||
|
|||
Quote:
templates header: HTML Code:
<td align="left" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_ls.jpg" width="287" height="159" alt="" /></td> <td width="170" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_mid.jpg" width="170" height="159" alt="" /></td> <td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_rs.jpg" width="287" height="159" alt="" /></td> <td width="100%" height="159" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/header_top_x.jpg)"><img src="$stylevar[imgdir_misc]/header_top_x.jpg" width="100%" height="159" alt="" /></td> |
#4
|
||||
|
||||
Is that table closed right after that last line? Why not get rid of the table and just put the image in the top td tag? That isn't the whole header template, so I'm not sure what to suggest.
|
#5
|
|||
|
|||
Hmm.... but will have problems with height and width if i remove all that code and put path to my image.Is there any plugin to easy change header or some tutorial because i google it but i cant find anything
|
#6
|
||||
|
||||
You can set a height for the td tag. Like I said, it's hard to suggest anything since I don't see the whole header nor do I have a link to the site to see your header in action. Usually to change the header image, you just need to change the path in StyleVars, but you are using a modified header that isn't using that variable. The best person to ask for help with this is the person who made your style.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|