The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
title image on forum home help needed please
how can i make title image fit right across the screen at the moment it just goes to where the vBuletin went to
pleas explain simply as i know nothing about html |
#2
|
||||
|
||||
is there any particular header you want
it varies per header you see depending on the graphics you want to use |
#3
|
|||
|
|||
1) Post a image of the image header you want
2) Post a image of your current forum header 3) (If needed) Post part of your header code where the image is. Only if needed. I'll be able to help you out when you do that. |
#4
|
|||
|
|||
title image is currently in the positon of the vbulletin on top of forum
www.save-concorde.org.uk/forums i want i t to stretxh across the top and center thanks m8 |
#5
|
|||
|
|||
Ok just gimmie the part of the header code in the template where your header is located.. Sorry, I dont use a non skinned vBulletin :P
|
#6
|
|||
|
|||
not sure m8 i just replaced the vbulletin logo file with the one i posted
is this what u mean <!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> <!-- NEW HEADER & NAVBAR Now that the nav buttons are in the navbar template, you can stick whatever you like into this space. This makes it much easier for novice admins to customize their header template without affecting important navigation elements. --> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#7
|
||||
|
||||
Moving to Design help, only modifcation submission in this forum please.
|
#8
|
|||
|
|||
<!-- logo -->
<a name="top"></a> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[center]" width="100%" height="134"> <p align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" / width="100%" height="100%"></a></p> </td> <td align="$stylevar[center]" width="1" height="134"> <!-- NEW HEADER & NAVBAR Now that the nav buttons are in the navbar template, you can stick whatever you like into this space. This makes it much easier for novice admins to customize their header template without affecting important navigation elements. --> </td> </tr> </table> <!-- /logo --> <!-- content table --> $_phpinclude_output this worked |
#9
|
|||
|
|||
::: EDIT: nvm you did it your self, gj. Also if you need any HTML go to www.htmlgoodies.com :::
Replace Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> <!-- NEW HEADER & NAVBAR Now that the nav buttons are in the navbar template, you can stick whatever you like into this space. This makes it much easier for novice admins to customize their header template without affecting important navigation elements. --> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[center]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output Code:
<td align="$stylevar[left]"> ________TO_______ <td align="$stylevar[center]"> |
#10
|
|||
|
|||
thanks m8
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|