The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Beginner Alert: Adding my header in the style
Hello. Is there a thorough tutorial somewhere that explains how to add a banner image into a style of VBulletin. What I want is the same header I have on my site to be on top of the forum.
The site is www.blackjackapprenticeship.com I did not write the code and am very limited on my coding languages. I just understand HTML and CSS. Thanks for any help! |
#2
|
|||
|
|||
Maybe this one will help. Very easy to make and install.
|
#3
|
||||
|
||||
I see you added a new style. So, go into you admincp/Styles&Templates/Search in Default Templates,
Type in "header" Copy the contents of the default header template & repeat the above steps, but search in the "innocence" style. Replace the contents of your innocence header template with what you copied from your default template. But, Back up your header template you are editing, In-case you need to add it back . All the images you have missing are not in the innocence folder & need to be added there. To do this, go to you forums, right click on any "red x". Click properties....You will see the path of that image. Open your FTP. public_html/blackjackapprenticeship/forum For example: If you look for this public_html/blackjackapprenticeship/forum/misc/navleft.gif Code:
http://www.blackjackapprenticeship.com/forum/innocence/misc/navleft.gif Code:
http://www.blackjackapprenticeship.com/forum/misc/navleft.gif This will also apply this same procedure after you edit your header template.....Good luck Below is a default header template for 3.6.8 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_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#4
|
|||
|
|||
Thanks blind-eddie,
Your help got me going in the right direction and I got it figured out. |
#5
|
||||
|
||||
Glad to here that helped..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|