To add any kind of image banner to the header of your iBusiness vBulletin skin, do the following:
Locate the navbar template file: AdminCP > Styles & Template > Style Manager > Edit Template > Navigation / Breadcrumb Templates > navbar <-- should be highlighted in RED!
Double click on the navbar file name to open it. Once you are viewing the navbar template, scroll down until you find the following code:
After the target="_blank"> Copy and paste the following code:Code:<div class="above_body"> <!-- closing tag is in template navbar --><div id="header" class="floatcontainer doc_header"> <div class="headerLeft"><div class="headerRight"> <vb:if condition="$stylevar['titleimage']"> <a href="http://www.espn.com" target="_blank">
Code:<img src="http://www.google.com/help/hc/images/adsense/adsense_185665_adformat-text_468x60_en.png" align="right" hspace="0" vspace="30" width="468" height="60">
Once you have pasted this code, you can modify it as needed. So you would replace the image src=" ( with your own banner image ) you would also adjust the vspace= depending on the height of your banner as well as the width and height of your banner you are trying to place in the header. Also replace the URL that it will direct people to by replacing http://www.purevb.com with what ever link you want
Once you have pasted this code in the navbar template. It should look like the following:
IMPORTANT: I have not got this to work with the slogan. If you do as I say above, the slogan gets pushed down for some reason. For now, just disable the slogan via your THEME MANAGER!Code:<div class="above_body"> <!-- closing tag is in template navbar --><div id="header" class="floatcontainer doc_header"> <div class="headerLeft"><div class="headerRight"> <vb:if condition="$stylevar['titleimage']"> <a href="http://www.espn.com" target="_blank"><img src="http://www.google.com/help/hc/images/adsense/adsense_185665_adformat-text_468x60_en.png" align="right" hspace="0" vspace="30" width="468" height="60"> <div class="logoWrap">
Regards,
Nicholas



LinkBack URL
About LinkBacks




Reply With Quote
