vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Miscellaneous Hacks - vbulletin.org Footer Info Panel (https://vborg.vbsupport.ru/showthread.php?t=149651)

Princeton 06-12-2007 10:00 PM

vbulletin.org Footer Info Panel
 
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:

Nutz 06-13-2007 08:30 PM

Nice, glad to see some vB.org mods being released :)

Thanks,
Mat

StuntFactoryX 06-13-2007 09:43 PM

thanks princeton, any chance of getting the whole footer like here on vb.org w/ dummy links (like...link1, link2)

i like how u have the copyright stuff in the left... and links to the right. :) the 2 together compliments each other nicly

rjmjr69 06-13-2007 10:13 PM

Nice thanks can you make it so its collapsible.

Princeton 06-13-2007 11:55 PM

Quote:

Originally Posted by StuntFactoryX (Post 1267959)
thanks princeton, any chance of getting the whole footer like here on vb.org w/ dummy links (like...link1, link2)

i like how u have the copyright stuff in the left... and links to the right. :) the 2 together compliments each other nicly

not a good idea ... there will be many posts asking "how can I remove the dummy links?"

you can accomplish the same thing yourself .. just copy and paste

StuntFactoryX 06-14-2007 12:20 AM

actuly i was referring to below the add on box... below gmt time... how u layed the footer out. compliments this add on nicely :)

SuperTaz 06-14-2007 04:35 AM

Quote:

Originally Posted by StuntFactoryX (Post 1268067)
actuly i was referring to below the add on box... below gmt time... how u layed the footer out. compliments this add on nicely :)

I was kind of wondering that myself. Good question.

soletrader 06-14-2007 10:03 AM

Hello,

Thank you very much for this. I was actually looking for this and glad I found it. One question, for vbadvanced users who have a left or right column, how can we get this table to align properly? The problem I have is that is spreads across the entire page. I would like to align it with the center section and not have it expand where the left column is located.

Thank you

Quantnet 06-14-2007 11:26 PM

wowo...

I'm interested in the no template edit version. Thanks

rjmjr69 06-15-2007 12:50 AM

I'de love to see it collapsable

Xplorer4x4 06-16-2007 04:53 AM

No template edit version would be nice :)

ssslippy 06-18-2007 03:22 AM

I would love to see a no tempolate edit version, so much easier.

baghdad4ever 06-18-2007 06:18 PM

how can i increase links in section New To Site?

Princeton 06-19-2007 01:04 PM

Quote:

Originally Posted by baghdad4ever (Post 1271141)
how can i increase links in section New To Site?

you will need to manually add the code (eg. HTML)

you can just copy/paste one of the existing links to get an idea

rjmjr69 06-19-2007 10:01 PM

Quote:

Originally Posted by rjmjr69 (Post 1268718)
I'de love to see it collapsable

So can this be done or not?

Talisman 06-20-2007 02:12 AM

Ty Princeton.. now I just need to figure out how we'll use the space down there.

baghdad4ever 06-20-2007 09:45 AM

Quote:

Originally Posted by Princeton (Post 1271735)
you will need to manually add the code (eg. HTML)

you can just copy/paste one of the existing links to get an idea


thanks prince

i will take your advice

Legendery. 06-21-2007 01:00 PM

thanks Princeton.......
regards

713JunctionP 06-24-2007 06:23 PM

:up: awesome!

vuiveclub 08-03-2007 08:43 PM

Hi, plz Priceton, how to code vbulletin.org Meet Our Staff ??

rayphua 08-04-2007 03:04 AM

Great one! Yeah, how do we do the meet our staff page? Thanks!

ishare 08-04-2007 06:32 PM

thanks a lot for this nice and usefull share
installed

Ohiosweetheart 08-05-2007 02:42 PM

love it, Love it LOVE IT!

I'm absolutely interested in a No template edit version ;)

dcohn 10-02-2007 01:09 AM

I would love a no template edit version.

Nickbe 10-02-2007 03:26 PM

Looks great but there is a small problem I am left with the 'Log Out' option just above this box to the right. Cant fine what template that info is in it does not seem to be in the footer template. Any advice?

TheAlthing 10-05-2007 10:10 PM

Quote:

Originally Posted by Nickbe (Post 1351495)
Looks great but there is a small problem I am left with the 'Log Out' option just above this box to the right. Cant fine what template that info is in it does not seem to be in the footer template. Any advice?

It's in FORUMHOME.

Masiello 10-15-2007 07:42 AM

Hi, the logout say "Undefined" in the alert after clicks Log out link, I don't remember how to fix this.

Masiello 10-15-2007 07:48 AM

Ok, fixed myself by replacing
Quote:

<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>
to
Quote:

<a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a>
Very usefull hack, thx.

ScR1Pt 10-15-2007 02:32 PM

thank u "Princeton"

and your best in top :) :)

yoyoyoyo 10-28-2007 11:11 AM

Quote:

If there is a demand for it .. I will create a NO TEMPLATE EDITS version.
I would love to see a no template edit version

Princeton 11-01-2007 03:09 PM

New version now available
- a "No Template Edits" version;
- hard-coded text are now phrased

Charuvils 11-01-2007 08:23 PM

Hi princeton .. i Just installed this version.

But where can i change it's settings .. i just looked into vbulletin options for it and couldn't find it

strange :(

Princeton 11-01-2007 11:16 PM

Quote:

Originally Posted by Charuvils (Post 1373744)
Hi princeton .. i Just installed this version.

But where can i change it's settings .. i just looked into vbulletin options for it and couldn't find it

strange :(

This modification does not have any settings.

periphrastic 11-03-2007 11:46 PM

Quote:

Originally Posted by Princeton (Post 1373500)
New version now available
- a "No Template Edits" version;
- hard-coded text are now phrased



princeton, thank you oh so much

Mellow 11-07-2007 12:57 PM

I'd also like a collapsible mod... thanks!

BadgerDog 11-14-2007 02:34 PM

Installed.... :up:

Thanks

Regards,
Badger

anwar.abdullakh 11-21-2007 08:02 AM

installed but for some reason can't seem to edit the urls properly..
getting the following error..

Code:

Parse error: syntax error, unexpected T_STRING in /home/forum/www/global.php(787) : eval()'d code on line 159

NashChristian 03-08-2008 09:14 AM

Hello Princeton, thanks for the mod!

I'm experiencing one little formatting issue, if you would be so kind as to help.

Site Demo

By the way, I'm running vBa if that makes any difference.

It appears that I currently have two line breaks <br /> ABOVE the footer panel, and zero line breaks <br /> below the footer panel. I would like to change this so that I have one line break above the footer panel, and one line break below the footer panel.

I can't figure out for the life of me, which template I need to edit to make this change. This code is not in the footer template. I don't see it in your product file. Where is the code located at responsible for this formatting?

Thanks for the help!
Jeff

MrPHD 03-08-2008 09:51 AM

Thanks Princeton.Good Installed.

NashChristian 03-12-2008 06:26 AM

Quote:

Originally Posted by NashChristian (Post 1459918)
Hello Princeton, thanks for the mod!

I'm experiencing one little formatting issue, if you would be so kind as to help.

Site Demo

By the way, I'm running vBa if that makes any difference.

It appears that I currently have two line breaks <br /> ABOVE the footer panel, and zero line breaks <br /> below the footer panel. I would like to change this so that I have one line break above the footer panel, and one line break below the footer panel.

I can't figure out for the life of me, which template I need to edit to make this change. This code is not in the footer template. I don't see it in your product file. Where is the code located at responsible for this formatting?

Thanks for the help!
Jeff

Bump...


All times are GMT. The time now is 04:59 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.01370 seconds
  • Memory Usage 1,819KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete