Log in

View Full Version : How do I get the footer like VB.org on the bottom?


rolandogomez
03-13-2008, 04:27 AM
How do I get the footer like VB.org on the bottom that displays two columns,
New To Site? Need Help?

I've seen it on other sites so I'm sure there is a mod or a button I haven't turned on. Thanks, rg sends!

Bradley_Wint
03-13-2008, 04:47 AM
Simple HTML...make a two column table...go to Admin CP > Styles & Templates > Style Manager

Then choose edit and go to the style of your choice...then go to the Common Templates and go to the FOOTER text box...add or replace the HTML code to suit with your HTML table code...save..done.

don't forget to leave the vB copyright info if you didn't purchase the branding removal license.

Lynne
03-13-2008, 02:02 PM
Search is your friend.

"footer" "All Mods" "Titles Only"

rolandogomez
03-13-2008, 11:20 PM
Search is your friend.

"footer" "All Mods" "Titles Only"

Thanks, I tried the search but didn't narrow it down, dugh. But thanks, now I need to know if works with vB3.7 B6. Thanks, rg sends!

Bradley_Wint
03-13-2008, 11:51 PM
Thanks, I tried the search but didn't narrow it down, dugh. But thanks, now I need to know if works with vB3.7 B6. Thanks, rg sends!

hey man, it's simple HTML, you don't need a mod.

a simplified version of the vb.org footer
<TABLE width="800" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD nowrap width="400" valign="top">Powered by vBulletin? Version 3.6.8<BR>
Copyright ?2000 - 2008, Jelsoft Enterprises
Ltd.<BR>
Copyright ?2001 - 2008, vbulletin.org.
All
rights reserved.<BR>
vBulletin? is a registered trademark.</TD>
<TD nowrap width="400" align="right" valign="top"> vB Official | vB Germany | vB Chinese |
vB Hungary <BR>
<BR>
<BR>
Design by Princeton</TD>
</TR>
</TBODY>
</TABLE>

rolandogomez
03-14-2008, 02:46 AM
Thanks, but I meant the one above that one, above the local GMT time, that has the New To Site? Need Help? and follows the style on the category description. Thanks, rg sends!

SEOvB
03-14-2008, 02:51 AM
<br>

<table class="tborder" style="table-layout: fixed;" align="center" border="0" cellpadding="4" cellspacing="1" width="100%">
<tbody><tr>
<td class="tcat">New To Site?</td>
<td class="tcat">Need Help?</td>
</tr>
<tr>
<td class="alt1">
<ul>

<li><a href="info.php?do=about">About vBulletin.org</a></li>


<li><a href="info.php?do=unlicensed">Are you "Showing up as unlicensed?"</a></li>

<li><a href="info.php?do=rules">Review Our Site Rules</a></li>
<li><a href="info.php?do=botm">What is Board Of The Month (BOTM)?</a></li>
<li><a href="info.php?do=motm">What is Modification Of The Month (MOTM)?</a></li>

<li><a href="info.php?do=staff">Meet Our Staff</a></li>

</ul>
</td>

<td class="alt1">
<ul>
<li><a href="forumdisplay.php?do=markread" rel="nofollow">Mark Forums Read</a></li>
<li><a href="showthread.php?t=113792">Do Your Research Before Hiring!</a></li>
<li><a href="info.php?do=sitemap">Site Map</a></li>

<li><a href="login.php?do=lostpw">Did you forget your password?</a></li>
<li><a href="login.php?do=logout&amp;logouthash=96e54097be3af10b037 8b8b70d0aa869" onclick="return log_out('Are you sure you want to log out?')">Log Out FRDS</a></li>



</ul>
</td>
</tr>
</tbody></table>
<br>




Edit -> View Source wins again!

Boofo
03-14-2008, 03:51 AM
Thanks, I tried the search but didn't narrow it down, dugh. But thanks, now I need to know if works with vB3.7 B6. Thanks, rg sends!

Here you go sir. Just grab the xml file from this post.

https://vborg.vbsupport.ru/showthread.php?t=149651

rolandogomez
03-14-2008, 04:26 AM
Here you go sir. Just grab the xml file from this post.

https://vborg.vbsupport.ru/showthread.php?t=149651

Got it! Thanks! Works like a charm over at http://www.shotcritic.com a little over two-weeks old site with over 440 members! I love vBulletin!

I did most of the site myself and I'm no programmer or coder, though I did get a bit of help here and there and I love that too! Added vBadvanced, vBCredits, vBMagazine, VBSEO, Payment System Pro, Donation System Pro, Logistician's Template system, etc.

The site runs on vB3.7B6 with more to come! Started out as a test site so when I move my larger site and 3.7 goes RC/Gold or whatever they call the more stable version as my other site has over 25,000 members and I want to do it right..thanks, rg sends!