PDA

View Full Version : How to add header template?


dan_1989
11-16-2010, 06:59 AM
hi. i dont know what its called but on another site of mine made with invisionfree i have this in the header and body template.

<body bgcolor='#FFFFFF' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink='#000000' vlink='#000000'>
<% BOARD HEADER %>
<center>
</head
<div class='maintitle' align='left'>Welcome to The Warriors</div>
<table width="100%" border="0" cellspacing="2" cellpadding="4">
<tr>
<td class="row2" width="25%" valign="top">
<center><font color=White>


<center>
<font color="gold">
<b>[- Leadership Team -]</b></font></center>
<hr color="white">
<font color="crimson"><center><u><b>Founder</b></u><br></font>
<center><img
src="http://img256.imageshack.us/img256/7774/crownddjq2.png"> <font color="blue">BoW OwN W77</font>
<br>
<br>
<font color="crimson"><center><u><b>Leaders</b>
<center><img
src="http://img256.imageshack.us/img256/7774/crownddjq2.png"> <font color="crimson">BoW_Missy</font>
<br></font>
<center><img
src="http://img256.imageshack.us/img256/7774/crownddjq2.png"> <font color="crimson">BoW_RoyJonez</font>
<center><img
src="http://img256.imageshack.us/img256/7774/crownddjq2.png"> <font color="crimson">Trent_Of_Pvm</font>
<br></font>
<br>
<br>
<font
color=#CC3300><center><b><u>Co-Leader</u></b><br></font>
<center><img
src="http://img249.imageshack.us/img249/4396/crownddblue3qj.png"><font color=#CC3300>Mr_Dreamrider
<br>
<center><img
src="http://img249.imageshack.us/img249/4396/crownddblue3qj.png"><font color=#CC3300>Crashmeplz
<br>
<br>
<font
color="darkorange"><center><b><u>Moderators</u></b><br></font>
<center><img src="http://img237.imageshack.us/img237/3186/crownddgreen5ly.png"><font color="darkorange">Bow_2_Me_Pvm
<center><img src="http://img237.imageshack.us/img237/3186/crownddgreen5ly.png"><font color="darkorange">Mr_Overloads
<center><img src="http://img237.imageshack.us/img237/3186/crownddgreen5ly.png"><font color="darkorange">XHellrazor x
<center><img
src="http://img237.imageshack.us/img237/3186/crownddgreen5ly.png"><font
color="darkorange">Drew_Da_Stud
<br>
</td>





<td class="row2" width="33%" valign="top">
<center>
<center>
<font color=gold><b> [- Announcements -]</b></font></center>
<hr color="white">

<center>
</b><br><br> <marquee direction="up" scrolldelay="35" scrollamount="1" bgcolor="" width="100%" height="130" onmouseover="this.stop()" onmouseout="this.start()">
<center>
<b><font color="white"><u>Welcome to Beasts Of War!</u></font>
<br>
<bt>
<br>
<br>
<font color="white"><u>-Todays Event-</u></font>
<br>None<br>
<a href=
Nothing Held </a>
<br>
<br>
<font color="white"><br><u>- News -</u></font>
<br>All members who do not have the requirements listed on the side have one week to finish getting them.<br>
<br>
<br>
<br>
<font color="red"><u>-Clan Information-</u></font>
<br>Clan chat: Bow_Crashers<br>
<br>Irc Channel:#BeastsOfWar<br>
<br>
<br>
<font color="orange">BE SURE TO STAY ACTIVE ON BOTH RS AND THE FORUMS!</font></br>



<td class="row2" width="25%" valign="top">
<center>
<font color=gold><b> [- Requirments -]</b></font></center>
<hr color="white">
<center>
<br>130+ Combat<br>
<br>99 Attack & 99 Strength<br>
<br>85+ Herblore (With Extremes)<br>
<br>69+ Summoning<br>
<br>Full Void/Bandos (fighter torso allowed)<br>
<br>Dragon Claws <br>
<br>Amulet of Fury<br>

</B></a><br><br>
</center></td>></center>
<% NAVIGATION %>
<% BOARD %>

now if you go to this link you will see it puts something at the top of the page for me with a scrolling thing in the middle and 2 colums either side of it

http://z7.invisionfree.com/BeastsOfWar/

how can i get something like that onto my vbulletin website?

is there a mod for it? if so could u link me please

--------------- Added 1289899786 at 1289899786 ---------------

ive found out using the same code works if i place it into header but im not sure were to put it in the header coding. could anyone advise to get it near the top of the page same as the other site?

--------------- Added 1289933253 at 1289933253 ---------------

Never mind the code doesnt work can anyone advise?

--------------- Added 1289966168 at 1289966168 ---------------

someone must know this

--------------- Added 1289966228 at 1289966228 ---------------

someone must know this

dan_1989
11-19-2010, 06:42 AM
..................

Lynne
11-19-2010, 01:58 PM
Exactly what code did you put into your site that worked (please use the code tags next time)? You are going to have to correct the html there since it looks like it is using <td> but there are no <table> tags around the whole thing. So, the first thing you need to do is put it all into the correct html structure - HTML Tables (http://www.w3schools.com/html/html_tables.asp)

Once you have it in the correct table structure, then try putting it in your FORUMHOME template after the navbar:

{vb:raw navbar}

PUT YOUR PROPER HTML HERE.

<div id="pagetitle">
<h1>{vb:raw vboptions.bbtitle}</h1>
<p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
</div>

dan_1989
11-20-2010, 03:52 AM
Ok managed to sort the coding out but 1-2 problems.

if i put it were u suggested it comes out at the bottom of the page.

if i put it above were u suggested it comes out at the top of the page but interfears with my shoutbox and other things.

Lynne
11-20-2010, 02:40 PM
If you need help, you need to post *exactly* what you have done so we can see what is going on. Please use the code tags. (And you did put your stuff inside div tags, right?)