Floris
10-04-2004, 10:00 PM
How to put a partner box in the footer
By: Floris - http://www.vBulletin-fans.com/ (http://www.vbulletin-fans.com/)
Description: This small tutorial will show you how to add a partner box on every page, in the footer. You can use this to display text and/or banner partner links. Or use it for whatever means you think you need it.
Installation:
* Open the footer template and find this code:
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />
* Below it, on a new line, add this code:
<!-- /partner box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="80%" align="center">
<tr><td class="alt1">
<div class="smallfont">
<div class="time"><em><a style="text-decoration: none; float:$stylevar[right]" href="sendmessage.php">your link here?</a></em>
<strong>Partners</strong></div>
<a style="text-decoration: none;" href="http://www.vBulletin-Fans.com/">vBulletin Fan Site</a>,
<a style="text-decoration: none;" href="http://www.vBulletin.com/forum/">vBulletin Support Forums</a>,
<!-- repeat this until all your partners are linked! -->
</div>
</td></tr></table><br />
<!-- /partner box -->
* Add your own links!
* Save the template
# Totally done! :)
By: Floris - http://www.vBulletin-fans.com/ (http://www.vbulletin-fans.com/)
Description: This small tutorial will show you how to add a partner box on every page, in the footer. You can use this to display text and/or banner partner links. Or use it for whatever means you think you need it.
Installation:
* Open the footer template and find this code:
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />
* Below it, on a new line, add this code:
<!-- /partner box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="80%" align="center">
<tr><td class="alt1">
<div class="smallfont">
<div class="time"><em><a style="text-decoration: none; float:$stylevar[right]" href="sendmessage.php">your link here?</a></em>
<strong>Partners</strong></div>
<a style="text-decoration: none;" href="http://www.vBulletin-Fans.com/">vBulletin Fan Site</a>,
<a style="text-decoration: none;" href="http://www.vBulletin.com/forum/">vBulletin Support Forums</a>,
<!-- repeat this until all your partners are linked! -->
</div>
</td></tr></table><br />
<!-- /partner box -->
* Add your own links!
* Save the template
# Totally done! :)