View Full Version : How to create a footer column like this one
Cystomatic
12-29-2011, 10:16 PM
Hello I have recently seen the vBulletin style "Ideal" and I saw a very nice feature at the footer where you can add different links.
How can I create such a footer?
Here is a preview:
http://screensnapr.com/e/cxEkzO.png
alaska_av8r
12-30-2011, 04:57 AM
I like this as well
dany_danay
12-31-2011, 01:52 AM
mee too
final kaoss
12-31-2011, 02:21 AM
Easy, just look at the source code.
http://forumtecn0logia.com/calendar.php?c=1&week=1494720000&langid=1
Copyright ? 2011 vBulletin Solutions, Inc. All rights reserved.
<!-- Do not remove this copyright notice -->
</div>
</div>
</div>
<div id="foot">
<div id="foot_top">
<div class="main_wrap">
<div class="below_body">
<div id="footer_column_1">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Column One Header
</h4>
<ul>
<li><a href="#">Example Link 1</a></li>
<li><a href="#">Example Link 2</a></li>
<li><a href="#">Example Link 3</a></li>
<li><a href="#">Example Link 4</a></li>
<li><a href="#">Example Link 5</a></li>
<li><a href="#">Example Link 6</a></li>
</ul>
</div>
</div>
<div id="footer_column_2">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Column Two Header
</h4>
<ul>
<li><a href="#">Example Link 1</a></li>
<li><a href="#">Example Link 2</a></li>
<li><a href="#">Example Link 3</a></li>
<li><a href="#">Example Link 4</a></li>
<li><a href="#">Example Link 5</a></li>
<li><a href="#">Example Link 6</a></li>
</ul>
</div>
</div>
<div id="footer_column_3">
<div class="footer_column_inner">
<h4 class="footer_column_header">
About Us
</h4>
<div>
Lorem ipsum dolor sit amet, sem mauris, eget aenean. Nulla nisl. Ut sit libero, amet aliquam potenti. Eu pede molestie, integer velit nibh, lorem imperdiet. Facilisis malesuada consequat, eget lacus consectetuer, risus nam id.
</div>
</div>
</div>
<div id="footer_column_4">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Search
</h4>
<div>
<form class="footer_search" id="footer_search" method="post" action="search.php?do=process">
<input type="hidden" value="guest" name="securitytoken"/>
<input type="hidden" value="process" name="do"/>
<input type="text" tabindex="99" class="textbox" name="query" value=""/>
<input type="image" tabindex="100" onclick="document.getElementById('navbar_search').submit;" name="submit" src="images/tf_ideal/blue/buttons/search.png" class="searchbutton"/>
</form>
</div>
<div id="footer_advanced_search">
<a accesskey="4" href="search.php?">Advanced Search</a>
</div>
<div id="social_icons_footer">
<h4 class="footer_column_header">
Connect With Us
</h4>
<div>
<a href="#"><img alt="Facebook" src="images/tf_ideal/social/facebook.png" title="Facebook"/></a>
<a href="#"><img alt="Myspace" src="images/tf_ideal/social/myspace.png" title="Myspace"/></a>
<a href="#"><img alt="Blogger" src="images/tf_ideal/social/blogger.png" title="Blogger"/></a>
<a href="#"><img alt="Twitter" src="images/tf_ideal/social/twitter.png" title="Twitter"/></a>
<a href="#"><img alt="YouTube" src="images/tf_ideal/social/youtube.png" title="YouTube"/></a>
</div>
</div>
<div class="clear"/>
</div></div>
<div class="clear"/>
</div>
</div>
</div>
<div id="foot_bottom">
<div class="main_wrap">
<div id="foot_bottom_inner">
<div class="floatcontainer footer" id="footer">
<ul class="footer_links" id="footer_links">
<li><a href="http://www.forumtecn0logia.com">F?rum Tecn0logia</a></li>
Cystomatic
12-31-2011, 02:51 PM
Easy, just look at the source code.
http://forumtecn0logia.com/calendar.php?c=1&week=1494720000&langid=1
Copyright ? 2011 vBulletin Solutions, Inc. All rights reserved.
<!-- Do not remove this copyright notice -->
</div>
</div>
</div>
<div id="foot">
<div id="foot_top">
<div class="main_wrap">
<div class="below_body">
<div id="footer_column_1">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Column One Header
</h4>
<ul>
<li><a href="#">Example Link 1</a></li>
<li><a href="#">Example Link 2</a></li>
<li><a href="#">Example Link 3</a></li>
<li><a href="#">Example Link 4</a></li>
<li><a href="#">Example Link 5</a></li>
<li><a href="#">Example Link 6</a></li>
</ul>
</div>
</div>
<div id="footer_column_2">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Column Two Header
</h4>
<ul>
<li><a href="#">Example Link 1</a></li>
<li><a href="#">Example Link 2</a></li>
<li><a href="#">Example Link 3</a></li>
<li><a href="#">Example Link 4</a></li>
<li><a href="#">Example Link 5</a></li>
<li><a href="#">Example Link 6</a></li>
</ul>
</div>
</div>
<div id="footer_column_3">
<div class="footer_column_inner">
<h4 class="footer_column_header">
About Us
</h4>
<div>
Lorem ipsum dolor sit amet, sem mauris, eget aenean. Nulla nisl. Ut sit libero, amet aliquam potenti. Eu pede molestie, integer velit nibh, lorem imperdiet. Facilisis malesuada consequat, eget lacus consectetuer, risus nam id.
</div>
</div>
</div>
<div id="footer_column_4">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Search
</h4>
<div>
<form class="footer_search" id="footer_search" method="post" action="search.php?do=process">
<input type="hidden" value="guest" name="securitytoken"/>
<input type="hidden" value="process" name="do"/>
<input type="text" tabindex="99" class="textbox" name="query" value=""/>
<input type="image" tabindex="100" onclick="document.getElementById('navbar_search').submit;" name="submit" src="images/tf_ideal/blue/buttons/search.png" class="searchbutton"/>
</form>
</div>
<div id="footer_advanced_search">
<a accesskey="4" href="search.php?">Advanced Search</a>
</div>
<div id="social_icons_footer">
<h4 class="footer_column_header">
Connect With Us
</h4>
<div>
<a href="#"><img alt="Facebook" src="images/tf_ideal/social/facebook.png" title="Facebook"/></a>
<a href="#"><img alt="Myspace" src="images/tf_ideal/social/myspace.png" title="Myspace"/></a>
<a href="#"><img alt="Blogger" src="images/tf_ideal/social/blogger.png" title="Blogger"/></a>
<a href="#"><img alt="Twitter" src="images/tf_ideal/social/twitter.png" title="Twitter"/></a>
<a href="#"><img alt="YouTube" src="images/tf_ideal/social/youtube.png" title="YouTube"/></a>
</div>
</div>
<div class="clear"/>
</div></div>
<div class="clear"/>
</div>
</div>
</div>
<div id="foot_bottom">
<div class="main_wrap">
<div id="foot_bottom_inner">
<div class="floatcontainer footer" id="footer">
<ul class="footer_links" id="footer_links">
<li><a href="http://www.forumtecn0logia.com">F?rum Tecn0logia</a></li>
Just tried it, it didn't work :(
Lynne
12-31-2011, 04:24 PM
What *exactly* did you try (that is only a portion of the footer, not the whole thing)? And can we get a link to see it so we can see what is wrong.
Toorak Times
01-02-2012, 02:13 PM
Hi Lynne,
Mick here, www.tooraktimes.com.au, This footer would add that little bit of publishing wise panache I need at the bottom of my page. Does this tie in with the site map also?
Cheers, and Happy New Year
final kaoss
01-05-2012, 12:28 PM
Hold the phone just a minute here... Why do you have so many premium skins installed?
Lynne
01-05-2012, 04:41 PM
Hi Lynne,
Mick here, www.tooraktimes.com.au (http://www.tooraktimes.com.au), This footer would add that little bit of publishing wise panache I need at the bottom of my page. Does this tie in with the site map also?
Cheers, and Happy New Year
Does what tie into the site map? I have no idea what you are asking about.
alaska_av8r
01-05-2012, 09:53 PM
I went into the footer template and posted
<div class="main_wrap">
<div style="clear: left">
</div>
</div>
</div>
<div id="body_footer">
<div class="main_wrap">
<form action="forum.php" method="get" id="footer_select" class="footer_select">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="Seletor R?pido de Estilos">
<option value="1" class="" >-- Default Style</option><option value="5" class="" >-- TF Ideal (Fixed)</option><option value="7" class="" >---- TF Ideal Blue (Fixed)</option><option value="8" class="" selected="selected">------ TF Ideal Blue (Fluid)</option><option value="6" class="" >---- TF Ideal (Fluid)</option>
</optgroup>
</select>
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="Seletor R?pido de Idioma">
<option value="1" class="" >-- English (US)</option><option value="3" class="" selected="selected">-- Portugu?s (Brasil)</option>
</optgroup>
</select>
</form>
<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
Powered by <a href="http://www.vbulletin.com" id="vbulletinlink">vBulletin™</a> Version 4.1.9 <br />Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
<!-- Do not remove this copyright notice -->
</div>
</div>
</div>
<div id="foot">
<div id="foot_top">
<div class="main_wrap">
<div class="below_body">
<div id="footer_column_1">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Column One Header
</h4>
<ul>
<li><a href="#">Example Link 1</a></li>
<li><a href="#">Example Link 2</a></li>
<li><a href="#">Example Link 3</a></li>
<li><a href="#">Example Link 4</a></li>
<li><a href="#">Example Link 5</a></li>
<li><a href="#">Example Link 6</a></li>
</ul>
</div>
</div>
<div id="footer_column_2">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Column Two Header
</h4>
<ul>
<li><a href="#">Example Link 1</a></li>
<li><a href="#">Example Link 2</a></li>
<li><a href="#">Example Link 3</a></li>
<li><a href="#">Example Link 4</a></li>
<li><a href="#">Example Link 5</a></li>
<li><a href="#">Example Link 6</a></li>
</ul>
</div>
</div>
<div id="footer_column_3">
<div class="footer_column_inner">
<h4 class="footer_column_header">
About Us
</h4>
<div>
Lorem ipsum dolor sit amet, sem mauris, eget aenean. Nulla nisl. Ut sit libero, amet aliquam potenti. Eu pede molestie, integer velit nibh, lorem imperdiet. Facilisis malesuada consequat, eget lacus consectetuer, risus nam id.
</div>
</div>
</div>
<div id="footer_column_4">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Search
</h4>
<div>
<form action="search.php?do=process" method="post" id="footer_search" class="footer_search">
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="process" />
<input type="text" value="" name="query" class="textbox" tabindex="99" />
<input type="image" class="searchbutton" src="images/tf_ideal/blue/buttons/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/>
</form>
</div>
<div id="footer_advanced_search">
<a href="search.php?" accesskey="4">Pesquisa Avan?ada</a>
</div>
<div id="social_icons_footer">
<h4 class="footer_column_header">
Connect With Us
</h4>
<div>
<a href="#"><img src="images/tf_ideal/social/facebook.png" alt="Facebook" /></a>
<a href="#"><img src="images/tf_ideal/social/myspace.png" alt="Myspace" /></a>
<a href="#"><img src="images/tf_ideal/social/blogger.png" alt="Blogger" /></a>
<a href="#"><img src="images/tf_ideal/social/twitter.png" alt="Twitter" /></a>
<a href="#"><img src="images/tf_ideal/social/youtube.png" alt="YouTube" /></a>
</div>
</div>
<div class="clear"></div>
</div></div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="foot_bottom">
<div class="main_wrap">
<div id="foot_bottom_inner">
<div id="footer" class="floatcontainer footer">
<ul id="footer_links" class="footer_links">
<li><a href="http://www.forumtecn0logia.com">F?rum Tecn0logia</a></li>
<li><a href="archive/index.php?">Arquivo</a></li>
<li><a href="sendmessage.php?" rel="nofollow" accesskey="9">Fale Conosco</a></li>
</ul>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
<img src="http://www.forumtecn0logia.com/cron.php?rand=1325711339" alt="" width="1" height="1" border="0" />
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
</div>
<div style="display: none;">
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
It is not working so I am obviously missing some code because it is not recognizing the columns that they have, everything left aligns.
I also edited my own footer code and cannot get it to recognize columns. Sorry not too good at this php stuff. This is as far as I have gotten with it. http://www.boatinghowto.com/forum.php
final kaoss
01-05-2012, 11:12 PM
I only had a look at the source. You need to add the appropiate css & images as well. Oh and it looks like theres some custom Javascript as well.
Toorak Times
01-05-2012, 11:39 PM
Hold the phone just a minute here... Why do you have so many premium skins installed?
Is that a problem e-g? Is there a restriction as to how many styles one can offer?
I'm just a bloke trying to build a publishing site where I can offer members a variety of skins for their different Sections, f'rinstance, someone wants to edit a gaming section I would like their section to have a skin representing the theme.
Very new at all of this and the artists I am working with are struggling to understand vB also. I sit here everyday trying to learn more. But I am excited by the work you coding geniuses do mate, and happy to support vB through the site also. I have also become a CompletevB affiliate to further promote vB.
Some of the stuff here is just amazing, and I'd like to use as many of the mods that will enhance my site and help my members, mainly writers, musicians and sports people.
--------------- Added 1325810873 at 1325810873 ---------------
Does what tie into the site map? I have no idea what you are asking about.
Sorry, Lynne me neither probs...lol! I am raw beginner trying to get my head around everything at once, and it is daunting.
I have seen some newspaper footers that SEEM to have their site map expressed in the footer, but no matter.
I have also seen some premium skins that seem to have a similar footer as part of the theme.
Please bear with me, I'm committed to getting my head around this stuff.
alaska_av8r
01-06-2012, 02:56 AM
got it! slowly figuring it out but this style sheet code needs to be added to additional.css to get the layout working correctly. There may be more that needs to be added but at least this is a start.
<!-- footer style sheet coding to define the columns etc and layout -->
/*footer*/
#body_footer {
background: #f2f2f2 url(images/tf_ideal/blue/misc/tdg_bg.png) repeat-x top;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #f8f8f8;
padding: 10px 0px;
text-shadow: 0 0 0 transparent, 0px 1px 0px #ffffff;
}
#contenttypeid .textbox, textarea, select {
border: 1px solid #dddddd;
}
.footer_select {
margin: 7px 10px 0px 0px;
}
.footer_copyright {
text-align: right;
margin-top: 0px;
}
#footer_time .time {
color: #cccccc;
}
.footer_time {
padding: 20px 0px 10px 0px;
}
.footer {
text-align: left;
float: left;
margin-top: 0px;
padding: 0px;
}
.footer_links {
margin: 0px;
}
.footer_links li {
margin-right: 7px;
margin-left: 0px;
padding: 0px;
}
#foot .footer_links li {
padding: 0px;
}
#foot {
background: #004061 url(images/tf_ideal/blue/misc/b_bg.jpg) repeat-x top center;
border-top: 1px solid #3f3f3f;
line-height: 19px;
text-shadow: 0 0 0 transparent, 0 1px 0 #000000;
}
#foot li {
padding-bottom: 5px;
}
#foot_top {
color: #aaaaaa;
padding: 25px 0px 20px 0px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
#foot_top a {
color: #ffffff;
}
#foot_top a:hover {
color: #aaaaaa;
}
#foot_bottom {
font-size: 12px;
padding: 0px 0px 0px 0px;
background: #222222;
color: #aaaaaa;
text-align: center;
border-top: 1px solid #3f3f3f;
}
#foot_bottom a {
color: #ffffff;
}
#foot_bottom a:hover {
color: #aaaaaa;
}
#foot_bottom_inner {
padding: 15px 0px;
}
.footer_morecopyright {
color: #888888;
font-size: 12px;
text-align: left;
float: right;
margin-top: 0px;
padding-bottom: 0px;
}
.footer_column_inner {
padding: 0px 15px;
}
#footer_column_1 {
float: left;
width: 20%;
text-align: left;
}
#footer_column_2 {
float: left;
width: 20%;
text-align: left;
}
#footer_column_3 {
float: left;
width: 35%;
text-align: left;
}
#footer_column_4 {
float: right;
width: 25%;
text-align: left;
}
.footer_column_header {
padding-bottom: 8px;
text-align: left;
font-family: Helvetica, Geneva;
text-transform: uppercase;
font-size: 14px;
color: #bde5ff;
}
#social_icons_footer {
clear: both;
text-align: left;
padding-bottom: 15px;
}
#social_icons_footer img {
margin-top: 4px;
margin-right: 4px;
opacity: 0.6;
}
#social_icons_footer img:hover {
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
opacity: 1;
}
.searchbutton {
margin: 1px 0px 0px 2px;
-webkit-transition: all 0.15s ease-in-out 0s;
-moz-transition: all 0.15s ease-in-out 0s;
-o-transition: all 0.15s ease-in-out 0s;
transition: all 0.15s ease-in-out 0s;
box-shadow: 0 0 5px #004061;
}
.searchbutton:hover {
box-shadow: 0 0 6px #9dbbff;
}
.footer_search .textbox,
.footer_search textarea,
.footer_search select {
background: #ffffff url(images/tf_ideal/blue/misc/textbox_bg.png) repeat-x bottom;
color: #222222;
border: 1px solid #004061;
text-shadow: 0 0 0 transparent, 0 1px 0 #ffffff;
}
.footer_search .textbox:focus {
box-shadow: 0 0 5px #9dbbff;
border: 1px solid #555555;
}
.footer_search .textbox {
width: 165px;
height: 15px;
float: left;
}
#footer_advanced_search {
margin: 5px 0px 20px 0px;
font-size: 10px;
text-align: left;
}
#footer_advanced_search a {
color: #aaaaaa;
}
#footer_advanced_search a:hover {
color: #ffffff;
}
<!-- end of style for the footer -->
final kaoss
01-07-2012, 04:42 PM
You could always contact the author of that particular style and request what is missing.
alaska_av8r
01-07-2012, 08:13 PM
I got it figured out, i'll post the code when I am done.
doc fluty
01-09-2012, 02:59 PM
any update?
alaska_av8r
01-09-2012, 04:30 PM
add the following to your additional.css to control the layout and look of the items.
.main_wrap {
margin: 0 50px;
width: auto;
}
#body_footer {
background: #F2F2F2;
border-bottom: 1px solid #F8F8F8;
border-top: 1px solid #DDDDDD;
padding: 10px 0;
text-shadow: 0 0 0 transparent, 0 1px 0 #FFFFFF;
}
#contenttypeid .textbox, textarea, select {
border: 1px solid #DDDDDD;
}
.footer_select {
margin: 7px 10px 0 0;
}
.footer_copyright {
margin-top: 0;
text-align: right;
}
#footer_time .time {
color: #CCCCCC;
}
.footer_time {
padding: 20px 0 10px;
}
.footer {
float: left;
margin-top: 0;
padding: 0;
text-align: left;
}
.footer_links {
margin: 0;
}
.footer_links li {
margin-left: 0;
margin-right: 7px;
padding: 0;
}
#foot .footer_links li {
padding: 0;
}
#foot {
background: #2F4456;
border-top: 1px solid #3F3F3F;
line-height: 19px;
text-shadow: 0 0 0 transparent, 0 1px 0 #000000;
}
#foot li {
padding-bottom: 5px;
}
#foot_top {
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
color: #AAAAAA;
padding: 25px 0 20px;
}
#foot_top a {
color: #FFFFFF;
}
#foot_top a:hover {
color: #AAAAAA;
}
#foot_bottom {
background: #E6E6E6;
border-top: 1px solid #3F3F3F;
color: #AAAAAA;
font-size: 12px;
padding: 0;
text-align: center;
}
#foot_bottom a {
color: #000000;
}
#foot_bottom a:hover {
color: #E5E5E5;
text-decoration: none;
}
#foot_bottom_inner {
padding: 15px 0;
}
.footer_morecopyright {
color: #444444
float: right;
font-size: 12px;
margin-top: 0;
padding-bottom: 0;
text-align: left;
}
.footer_column_inner {
padding: 0 15px;
}
#footer_column_1 {
float: left;
text-align: left;
width: 10%;
}
#footer_column_2 {
float: left;
text-align: left;
width: 55%;
}
#footer_column_3 {
float: left;
text-align: left;
width: 10%;
}
#footer_column_4 {
float: right;
text-align: left;
width: 25%;
}
.footer_column_header {
color: #BDE5FF;
font-family: Helvetica,Geneva;
font-size: 14px;
padding-bottom: 8px;
text-align: left;
text-transform: uppercase;
}
#social_icons_footer {
clear: both;
padding-bottom: 15px;
text-align: left;
}
#social_icons_footer img {
margin-right: 4px;
margin-top: 4px;
opacity: 0.6;
}
#social_icons_footer img:hover {
-moz-transition: all 0.25s ease-in-out 0s;
opacity: 1;
}
.searchbutton {
-moz-transition: all 0.15s ease-in-out 0s;
box-shadow: 0 0 5px #004061;
margin: 1px 0 0 2px;
}
.searchbutton:hover {
box-shadow: 0 0 6px #9DBBFF;
}
.footer_search .textbox, .footer_search textarea, .footer_search select {
background: url("images/tf_ideal/blue/misc/textbox_bg.png") repeat-x scroll center bottom #FFFFFF;
border: 1px solid #004061;
color: #222222;
text-shadow: 0 0 0 transparent, 0 1px 0 #FFFFFF;
}
.footer_search .textbox:focus {
border: 1px solid #555555;
box-shadow: 0 0 5px #9DBBFF;
}
.footer_search .textbox {
float: left;
height: 15px;
width: 165px;
}
#footer_advanced_search {
font-size: 10px;
margin: 5px 0 20px;
text-align: left;
}
#footer_advanced_search a {
color: #AAAAAA;
}
#footer_advanced_search a:hover {
color: #FFFFFF;
}
This is a copy of the footer template code, I changed it a bit from what they had.
<vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])">
<div style="clear: {vb:stylevar left}">
{vb:raw ad_location.ad_footer_start}
{vb:raw ad_location.global_above_footer}
</div>
</vb:if>
<div id="body_footer">
<div class="main_wrap">
<!-- style language chooser -->
<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">
<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}">
{vb:raw quickchooserbits}
</optgroup>
</select>
</vb:if>
<vb:if condition="$show['languagechooser']">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="{vb:rawphrase quick_language_chooser}">
{vb:raw languagechooserbits}
</optgroup>
</select>
</vb:if>
</form><!-- end style language chooser -->
<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div><!-- end vb copyright -->
</div><!-- end of main wrap -->
</div><!-- end of body footer -->
<!-- this adds a blank line to build space between style chooser and lower blue box -->
<div class="clear"></div>
<!-- begin columns -->
<div id="foot">
<div id="foot_top">
<div class="main_wrap">
<div class="below_body">
<!-- column 1 -->
<div id="footer_column_1">
<div class="footer_column_inner">
<h4 class="footer_column_header">column 1</h4>
<div>
put whatever you want here, leave blank if necessary, column widths is adjusted in style sheet
</div>
</div>
</div>
<!-- column 2 -->
<div id="footer_column_2">
<div class="footer_column_inner">
<h4 class="footer_column_header">About Us</h4>
<div>
We are the website
</div>
</div>
</div>
<!-- column 3 -->
<div id="footer_column_3">
<div class="footer_column_inner">
<h4 class="footer_column_header">column 3</h4>
<div>
put whatever you want here, leave blank if necessary, column width is adjusted in style sheet
</div>
</div>
</div>
<!-- column 4 -->
<div id="footer_column_4">
<div class="footer_column_inner">
<h4 class="footer_column_header">Search</h4>
<div>
<!-- search bar -->
<form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search">
<vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
<span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
</form>
</div>
<!-- advanced search -->
<div id="footer_advanced_search">
<a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a>
</div>
<div id="social_icons_footer">
<h4 class="footer_column_header">Connect With Us</h4>
<div>
<a href="http://www.facebook.com/"><img src="images/social/facebook.png" alt="Facebook" /></a>
<a href="http://twitter.com/"><img src="images/social/twitter.png" alt="Twitter" /></a>
<a href="http://www.youtube.com/"><img src="images/social/youtube.png" alt="YouTube" /></a>
</div>
</div>
<div class="clear"></div>
</div><!-- closes footer column inner -->
</div><!-- closes footer column 4 -->
<div class="clear"></div>
</div><!-- closes below body -->
</div><!-- closes main wrap -->
<!-- closes foot top -->
</div>
<div id="foot_bottom">
<div class="main_wrap">
<div id="foot_bottom_inner">
<!-- contact info etc -->
<div id="footer" class="floatcontainer footer">
<ul id="footer_links" class="footer_links">
<!-- contact us -->
<ul id="footer_links" class="footer_links">
<vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if>
<vb:if condition="$vboptions['hometitle']"><li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li></vb:if>
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if>
{vb:raw template_hook.footer_links}
<vb:if condition="$vboptions['privacyurl']"><li><a href="{vb:raw vboptions.privacyurl}">{vb:rawphrase privacy_statement}</a></li></vb:if>
<vb:if condition="$vboptions['tosurl']"><li><a href="{vb:raw vboptions.tosurl}">{vb:rawphrase terms_of_service}</a></li></vb:if>
<li><a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a></li>
</ul><!-- end contact us -->
<!-- initialize vbulletin -->
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
{vb:raw template_hook.footer_javascript}
<!-- closes footer -->
</div>
<!-- <div style="display: none;"> -->
<!-- closes foot bottom inner -->
</div>
<!-- closes main wrap -->
</div>
<!-- vb copyright -->
<!-- closes foot bottom -->
</div>
<!-- daylight savings time -->
<vb:if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = {vb:raw bbuserinfo.timezoneoffset} + {vb:raw bbuserinfo.dstonoff};
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->
</vb:if>
<!-- begin below body -->
<div class="below_body">
<!-- add footer -->
{vb:raw ad_location.ad_footer_end}
<!-- facebook connect -->
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
<!-- closes below body -->
</div>
<!-- closes foot -->
</div>
<!-- begin google analytics -->
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.