You have ( 0 ) items in your
More Pure Network Sites
  • Pure vBulletin Skins
  • Pure Invision Power Board Skins
  • Pure cPanel Skins
  • Pure DirectAdmin Skins
  • Pure Admin Skins

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.

+ Reply to Article
Results 1 to 5 of 5
Like Tree2Likes
  • 2 Post By Adam

Thread: How to add banner box to Defraction when user is loggedin

  1. #1
    Administrator
    Join Date
    Apr 2010
    Posts
    968

    Default How to add banner box to Defraction when user is loggedin

    This is question we received on our forums and thought it wouldn't hurt included it in our tutorials as it can be applied to future Defraction customers or even if you have a different skin.
    1. Login to admincp (http://www.yourdomain.com/admincp)
    2. Click and expand Styles & Templates
    3. Click Style Manager
    4. Press the <<>> to the right of the skin to expand templates
    5. Double click to modify the header template

    HTML Elements

    Find:
    Code:
    <span class="slogan">your slogan goes here</span>
    Add right below:
    Code:
    <vb:if condition="$show['member']">
    <div class="bannerBox">
    	{vb:raw ad_location.global_header1}
    </div>
    </vb:if>
    CSS Elements
    1. Still under templates find the CSS Templates group
    2. Double click additional.css to modify css file
    3. Add the following to the code at the bottom of the css

    Code:
    .bannerBox {
    	position:absolute;
    	top:10px;
    	right:10px;
    }
    You will have to adjust the top and right variables to match your banner size and the space you have within the skin.
     

    Article Rating (2 Votes)
    Register to vote
    Last edited by Adam; 04-04-2011 at 03:27 PM.
    OlijO and GoneBushX like this.

  2. #2
    Pure Customer
    Join Date
    Mar 2011
    Posts
    13

    Thumbs up Thank You

    You must be an PurevB customer and logged in to view this response. Join today!
    Last edited by Hitman; 03-30-2011 at 12:18 PM.
    WebTalking.net - The Webmaster's Community

  3. #3
    Pure Customer
    Join Date
    Jan 2012
    Posts
    22

    Default

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

  4. #4
    Pure Customer
    Join Date
    Feb 2012
    Posts
    14

    Default

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

  5. #5
    Administrator
    Join Date
    Apr 2010
    Posts
    968

    Default

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

 

 

Similar Threads

  1. How to change Footer Banner & Banner URL ?
    By AttalaEA in forum Luburox vBulletin Theme
    Replies: 4
    Last Post: 05-06-2011, 09:30 AM
  2. <BUG> In customized user profile!
    By slim in forum Playstation vBulletin Theme
    Replies: 16
    Last Post: 02-24-2011, 08:24 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