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 2 of 2

Thread: How to add google add to Darkcore top right

  1. #1
    Pure Customer
    Join Date
    Sep 2011
    Posts
    19

    Default How to add google add to Darkcore top right

    This is how I have implemented a 468 x 60 banner to show like this on the darkcore fixed style.

    darkcore banner.jpg

    In additional.css add this.

    Code:
    .ad_global_header {
    float:right;
    position:absolute;
    right:10px;
    top:25px;
    }
    Now in Navbar template find,

    Code:
    <li><input type="image" src="{vb:stylevar imgdir_themedir}/searchButton-{vb:stylevar left}.png" value="Search" alt="Submit" /></li>
                </ul>                    
                </form>
    Under add

    Code:
    <div class="ad_global_header">
            {vb:raw ad_location.global_header1}
            {vb:raw ad_location.global_header2}
        </div>
    Now go to

    ad_global_header1

    In here add your google adsense code,

    Hope someone finds this helpful.
     

    Article Rating (3 Votes)
    Register to vote
    Last edited by Nicholas; 10-16-2011 at 10:42 AM.

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

    Default

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

 

 

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