vbulletin template intergration

Discussion in 'PHP' started by tomcromp, Mar 31, 2010.

  1. #1
    Hello im looking to intergrate my template from e2tv.tv into my vbulletin forum i have already done the header and footer as you can see at e2tv.tv/forum but how would i add the sidebar and change the background colour. im using v 3.8.4 defult template.

    Cheers
    Tom
     
    tomcromp, Mar 31, 2010 IP
  2. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #2
    You'll need to manually add the sidebar
    you can do it with mods or editing the header/footer template
     
    Brandon Sheley, Mar 31, 2010 IP
  3. tomcromp

    tomcromp Active Member

    Messages:
    454
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Ive edited the footer and header but dont see how i would add a sidebar here is the header code any help please
    <head> 
    <link rel="stylesheet" href="http://www.e2tv.tv/wp-content/themes/MovieSitePress/style.css" type="text/css" media="screen" />
    </head>
    
    <div id="header">
    	<div id="header-main">
        	<div class="blogname">
    
            <a href="http://www.e2tv.tv/" title="E2TV.TV Watch TV Shows Online Free Download"><img src="http://www.e2tv.tv/wp-content/themes/MovieSitePress/images/logo.png" alt="E2TV.TV Watch TV Shows Online Free Download" /></a></span>
            </div>
            <div class="sub-description">Watch Tv Shows, Sports Online Free Download</div>
    		<div class="head-rss">subscribe now <a title="Subscribe to this blog..." href="http://www.e2tv.tv/feed/"><img src="http://www.e2tv.tv/wp-content/themes/MovieSitePress/images/rss.gif" alt="rss" /></a><br /><small>New Movies daily!</small></div>
        </div>
    </div>
    
    
    
    <!-- content table -->
    $spacer_open
    
    $_phpinclude_output
    
    $ad_location[ad_header_end]
    PHP:
     
    tomcromp, Mar 31, 2010 IP