You have ( 0 ) items in your

vBulletin Tutorials

PurevB offers you not only a FAQ page, but a step by step Tutorial Page that will help guide you through your own questions about modifying your skin, text / link color changes and more.

Results 1 to 2 of 2

Thread: Add a Banner to iBusiness Header

  1. #1
    PurevB Designer
    Join Date
    Apr 2010
    Posts
    2,961

    Thumbs up Add a Banner to iBusiness Header

    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:

    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">
    After the target="_blank"> Copy and paste the following code:

    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:

    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">
    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!

    Regards,
    Nicholas
     

    Article Rating (1 )
    Register to vote
    Last edited by Nicholas; 08-15-2012 at 11:00 AM.
    PurevB.com - Quality vBulletin Themes @ a Quality Price!

    PURE ONE MEDIA

    PurevB - PureIPB - PurecP - PureDA - PureAd - PureWP

  2. #2
    Pure Customer
    Join Date
    Oct 2011
    Posts
    47

    Default

    You must be an PurevB customer and logged in to view this response. Join today!

 

 

Similar Threads

  1. Adding Advertisement Banner to Header 1 & 2
    By L4m1n04s in forum Movara vBulletin Theme
    Replies: 1
    Last Post: 09-26-2012, 07:37 AM
  2. How to add banner in the header?
    By vilambara in forum iPadCom vBulletin Theme
    Replies: 1
    Last Post: 06-18-2012, 05:12 PM
  3. Banner help needed for header
    By bnich82 in forum Socialize vBulletin Theme
    Replies: 2
    Last Post: 12-16-2011, 02:06 PM
  4. Add Banner to header?
    By Hitman in forum Defraction vBulletin Theme
    Replies: 2
    Last Post: 03-30-2011, 07:25 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •