vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Programming Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=188)
-   -   [TIP] NAVBAR, Forum is not home (https://vborg.vbsupport.ru/showthread.php?t=86397)

PennylessZ28 02-24-2003 10:00 PM

[TIP] NAVBAR, Forum is not home
 
I am not sure if anyone else has thought about this. I am sure someone has done it.

But the forum home is not the home of my domain. Since I use vbindex I prefer to return users to the top most level.

So I changed the navbar template from

Quote:

< img src="vbtpank/vb_bullet.gif" border="0" align="middle" alt="$bbtitle : Powered by vBulletin version $templateversion" >
to

Quote:

<a href="../index.php">Home</a> | <a href="index.php?s=$session%5Bsessionhash%5D">Forum s</a> | $navbits
Plus I killed off that stupid icon and replaced the oversized " > " or " >> " with a nice and neat " | " Looks better in my opinion.

Just thought I'd share, enjoy have a nice week :cool:

___________________________

Eamples:

BEFORE
[v] vBulletinTemplates > vBulletin Template Mods > Template Modifications

AFTER
vBulletinTemplates | Forums | vBulletin Template Mods | Template Modifications

// changed unloading image to text --filburt1

imported_iggy123 03-10-2003 12:33 PM

excellent - though i have altered it a little, I had been wondering how you did this... thnx - would click install but can't find it anywhere

filburt1 03-10-2003 12:47 PM

It's nice but the pipes should still be greater-than-signs. Pipes indicate multiple unrelated options, greater-than-signs indicate the flow of nodes on a tree.

Tony G 03-11-2003 03:01 AM

I'd usually create a new button. Home for the HomePage and Forum or ForumHome for the forum index of course. ;)

Black Vivi 04-12-2003 04:51 AM

that looks terrible...
i do this for mine:
Quote:

<a href="./index.php">$bbtitle</a>
<br/>- <a href="./forumdisplay.php?VARS">FORUM</a>
<br/>- <a href="./showthread.php?VARS">THREAD</a>
looks a lot better;)

Tony G 04-12-2003 07:37 AM

I guess it doesn't matter, just as long as you have the two links. :)


All times are GMT. The time now is 12:07 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.01791 seconds
  • Memory Usage 1,722KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete