Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
vbulletin.org Footer Info Panel Details »»
vbulletin.org Footer Info Panel
Version: 1.01, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.x Rating:
Released: 06-12-2007 Last Update: 10-31-2007 Installs: 216
Uses Plugins Template Edits
 
No support by the author.

NEW 1.0.1 VERSION (download product_gtfooterpanel.xml)

The 1.0.1 version is a "No Template Edits" version


Many times it's difficult for visitors to find information. That's why the "Footer Information Panel" was created.

It's available to display the most important links to your site. It's accessible and user-friendly.

Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).

Show your support and click Mark As Installed, Nominate For MOTM, or Support Developer.

Want to insert additional links?

Go into the global_setup_complete plugin and edit the following to suit your needs:
PHP Code:
// uncomment to add links to footer info panel 
// $template_hook['footer_info_left'] .= "<li><a href=\"info.php?$session[sessionurl]do=newpage\">link on left side</a></li>";
// $template_hook[footer_info_right] .= "<li><a href=\"info.php?$session[sessionurl]do=newpage\">link on right side</a></li>"; 
History:
  • November 1 2007 - released a "No Template Edits" version; phrased all hard-coded text
  • June 13, 2007 - released "Footer Info Panel"
Recently Released Modifications:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 06-06-2008, 11:26 PM
vcruiser's Avatar
vcruiser vcruiser is offline
 
Join Date: May 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fresh install and some links are showing up as 404. Where can I make the adjustments to make those links work?
Reply With Quote
  #63  
Old 06-25-2008, 07:51 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanx!

Jacquii.
Reply With Quote
  #64  
Old 07-25-2008, 07:07 AM
GaiLoan GaiLoan is offline
 
Join Date: Dec 2007
Location: California,US
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you please upgrade onto v3.7.x ? thanks
Reply With Quote
  #65  
Old 08-07-2008, 11:40 PM
joomlajunkie joomlajunkie is offline
 
Join Date: Aug 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what are you talking about GaiLoan, it works on 3.7.2
Reply With Quote
  #66  
Old 08-11-2008, 07:11 PM
PHILLYFAN PHILLYFAN is offline
 
Join Date: Jul 2008
Location: Hell
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there away to "view forum leader" so show just certain user groups?
Reply With Quote
  #67  
Old 08-11-2008, 07:16 PM
PHILLYFAN PHILLYFAN is offline
 
Join Date: Jul 2008
Location: Hell
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also im not following how to add additional links into it. Can someone please help

***Clicked INstall***
Reply With Quote
  #68  
Old 08-24-2008, 08:55 AM
Forum Lover Forum Lover is offline
 
Join Date: Jun 2007
Location: Sydney
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As u see there is two part... Can u please tell me how can I make three instead? Please check the attachment, u will get it what I am asking for...

And hope its working for 3.7 version.
Reply With Quote
  #69  
Old 08-24-2008, 10:18 PM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Like at http://JPiCForum.info --- see the footer...
You simply edit the footer template - the code would look similiar to

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
		<td class="tcat" align="$stylevar[left]" width="50%">New To Site?</td>
		<td class="tcat" align="$stylevar[left]" width="50%">Need Help?</td>
		<td class="tcat" align="$stylevar[left]" width="50%">NEW THIRD SECTION</td>
</tr>
</thead>
<tbody>
<tr>
		<td class="alt1" align="$stylevar[left]" valign="top">
    <ul>
			<if condition="$show['guest']">
			<li><a href="register.php$session[sessionurl_q]">Register to Participate</a></li>
			</if>
			<if condition="$vboptions['forumleaders']">
			<li><a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></li>
			</if>			
			<if condition="$vboptions[privacyurl]">
			<li><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a></li>
			</if>
			<li><a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a></li>
		</ul>
		</td>
		<td class="alt1" align="$stylevar[left]" valign="top">
		<ul>
			<li><a href="faq.php$session[sessionurl_q]">Frequently Asked Questions</a></li>
			<if condition="$show['guest']">
			<li><a href="login.php?$session[sessionurl]do=lostpw">Did you forget your password?</a></li>
			</if>
			<li><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></li>
			<if condition="$show['member']">
			<li><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></li>
			</if>
    </ul>
		</td>
<td class="alt1" align="$stylevar[left]" valign="top">
		<ul>
			<li><a href="URL LINK">NEW THIRD SECTION</a></li>
			<li><a href="URL LINK">NEW THIRD SECTION</a></li>
			<li><a href="URL LINK">NEW THIRD SECTION</a></li>
			<li><a href="URL LINK">NEW THIRD SECTION</phrase></a></li>
    </ul>
		</td>
</tr>
</tbody>
</table>
And yes - it works for 3.7 - simply use the template edit code instead of the actual product.
Hope this helps

Jacquii.
Reply With Quote
  #70  
Old 09-16-2008, 08:53 AM
Forum Lover Forum Lover is offline
 
Join Date: Jun 2007
Location: Sydney
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am giving a try. Check my one, I just put one link at my navbar.. www.joubonjala.com just to put some extra links.

Hell!! Jac! what have u done at your forum!! nice work!! Liked your menu thing.
Reply With Quote
  #71  
Old 09-16-2008, 05:13 PM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL!!!!! Thanx - I redesigned the JPiC style for our 2nd anniversary

Jacquii.
Reply With Quote
Reply

Thread Tools

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 10:00 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09542 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
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)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete