Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-13-2008, 04:27 AM
rolandogomez's Avatar
rolandogomez rolandogomez is offline
 
Join Date: Jan 2006
Location: San Antonio
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How do I get the footer like VB.org on the bottom?

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!
Reply With Quote
  #2  
Old 03-13-2008, 04:47 AM
Bradley_Wint Bradley_Wint is offline
 
Join Date: Jul 2007
Posts: 543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 03-13-2008, 02:02 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Search is your friend.

"footer" "All Mods" "Titles Only"
Reply With Quote
  #4  
Old 03-13-2008, 11:20 PM
rolandogomez's Avatar
rolandogomez rolandogomez is offline
 
Join Date: Jan 2006
Location: San Antonio
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
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!
Reply With Quote
  #5  
Old 03-13-2008, 11:51 PM
Bradley_Wint Bradley_Wint is offline
 
Join Date: Jul 2007
Posts: 543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rolandogomez View Post
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
Code:
<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>
Reply With Quote
  #6  
Old 03-14-2008, 02:46 AM
rolandogomez's Avatar
rolandogomez rolandogomez is offline
 
Join Date: Jan 2006
Location: San Antonio
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #7  
Old 03-14-2008, 02:51 AM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
<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=96e54097be3af10b0378b8b70d0aa869" 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!
Reply With Quote
  #8  
Old 03-14-2008, 03:51 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rolandogomez View Post
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
Reply With Quote
  #9  
Old 03-14-2008, 04:26 AM
rolandogomez's Avatar
rolandogomez rolandogomez is offline
 
Join Date: Jan 2006
Location: San Antonio
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
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!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:01 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04318 seconds
  • Memory Usage 2,258KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete