vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Mini navbar at bottom of thread (https://vborg.vbsupport.ru/showthread.php?t=60824)

jamesglewisf 07-21-2004 07:05 PM

Quote:

Originally Posted by AN-net
no offense but this is easily done by using the nav bar bits alrdy in the templates but cool hack though;)

How can this be done in the templates. I tried but did not succeed. I'm kind of a novice on 3.0.

weitalia 10-06-2004 04:13 PM

Fantastic amazing hack man ;) very useful thanx so much!!!
I just change in the the navbar_bottom template the very last 4 rows of code:
Code:

                        </tr>
                        </table>                       
</tr>
</table>

with
Code:

                        </tr>
                        </table>
        <td class="alt2" width="20%">
        $forumjump
        </td>
</tr>
</table>

Great job mister!!

;)

tony adams 10-15-2004 07:47 PM

excellent, never mind it there are other ways this does just what my members want

thanks

Cryo 10-22-2004 12:27 PM

Awesome, this is EXACTLY what I was looking for. I prefer the template approach too. ;)

[high]* Cryo clicks install![/high]

Erwin 10-23-2004 12:39 AM

For just template mods,

In SHOWTHREAD and FORUMDISPLAY templates,

Find:
HTML Code:

$forumjump
ABOVE, ADD:

HTML Code:

<span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]
Just as good. ;)

CSS59 05-03-2005 01:53 AM

In the FORUMHOME
I would like to move the "Navigation Bar" (including the log in boxes) from the top ---> to the bottom combined with "Whats Going On?"

I want it to be included in the "Whats Going On" on the top of "Currently Active Users"

How Can I do that? The navbar line is all the way at the bottom of the code, but I dont know how to include it with the "whats going on?" Any ideas?

fly 05-06-2005 06:29 PM

Quote:

Originally Posted by Erwin
For just template mods,

In SHOWTHREAD and FORUMDISPLAY templates,

Find:
HTML Code:

$forumjump
ABOVE, ADD:

HTML Code:

<span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]
Just as good. ;)

Any ideas why this only shows up for me in IE and not Firefox? Anyone got this installed on their site that I can look at from FF, to see if its just my site?

edit: And yes, the normal one works fine...

Borgs8472 07-17-2005 06:41 PM

I added this to my vbadvanced portal too.

portal index.php (whatever you've call it)

find
Code:

print_portal_output($home);
under add:

Code:

eval('$navbar_bottom = "' . fetch_template('navbar_bottom') . '";');
Done!

yoyoyoyo 07-17-2005 07:00 PM

Quote:

Originally Posted by flypaper
Any ideas why this only shows up for me in IE and not Firefox? Anyone got this installed on their site that I can look at from FF, to see if its just my site?

edit: And yes, the normal one works fine...

same here... very odd.

MorrisMcD 07-24-2005 03:31 AM

Excellent and simple hack...

:install:

This makes me wonder how easy it might be to have a 'New Posts' link below as well.. Could this be easily implemented into this same hack? As the admin, I pretty much read everything and scrolling up everytime to click new posts could be simplified with somethin like that.


All times are GMT. The time now is 06:24 AM.

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.01047 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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