Log in

View Full Version : How do I get a footer like vbulletin.org?


jack bro
10-12-2008, 10:01 AM
I had the same footer as this website does before however I some how managed to lose it and I now can't find the tutorial.

So any help would be appreciated.

Thanks,

Jack Brown.

veenuisthebest
10-12-2008, 10:05 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=149651&highlight=footer" target="_blank">vbulletin.org Footer Info Panel</a>

jack bro
10-12-2008, 10:08 AM
This is not what I'm looking for, I was looking for the but below with the black background. Thanks anyway.

Jack Brown.

veenuisthebest
10-12-2008, 11:39 AM
well then that is simple html (copied from source)

You can use this code and edit it accordingly.

<div class="footer">
<div style="float:right">
<a href="http://www.vbulletin.com">vB Official</a> | <a href="http://www.vbulletin-germany.com/">vB Germany</a> | <a href="http://www.vbulletin-china.cn/">vB Chinese</a> | <a href="http://www.vbulletin-hungary.com/">vB Hungary</a>

<a href="http://www.big-boards.com/board/1376/"><img src="http://stats.big-boards.com/f/1376.png" border="0" alt="" /></a>
</div>

<div align="left">Powered by vBulletin&reg; Version 3.6.11<br />Copyright &copy;2000 - 2008, Jelsoft Enterprises Ltd.</div>
<div style="float:right">Design by <a href="member.php?u=925">Princeton</a></div>
<div align="left">Copyright &copy;2001 - 2008, vbulletin.org. All rights reserved.</div>

<div align="left">vBulletin&reg; is a registered trademark.</div>
</div>