vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Board name in status bar (https://vborg.vbsupport.ru/showthread.php?t=53698)

xs1 06-01-2003 07:28 PM

Board name in status bar
 
is there any hack where i can have my board name or custom name in internet explorer status bar for all forumhome,showthread,forumdisplay?

Xenon 06-01-2003 07:34 PM

all you have to do is to edit the templates :)

edit: but as i remember it's standart isn't it?

xs1 06-01-2003 07:55 PM

lol :D which template i have edit and wat code i have to add ?! iam a n00bBie ! :D plzzzzzzzzzzz

:)

Xenon 06-01-2003 08:15 PM

you have to edit every template which has the <title> tag in it
but as said it's standart in vb, at least in all i saw.

as you can see on our board, it clearly says
vBulletin.org Forum -

Gary King 06-01-2003 09:01 PM

Quote:

Today at 05:15 PM Xenon said this in Post #4
you have to edit every template which has the <title> tag in it
but as said it's standart in vb, at least in all i saw.

as you can see on our board, it clearly says
vBulletin.org Forum -

I believe he/she means in the IE status bar (as he/she had stated), meaning at the bottom. Am I correct?

Open headinclude template.

Find:

PHP Code:

function showwin(name,size
{
attrbts size ",resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes"
window.open(name"Photos"attrbts);


After it, add:

PHP Code:

window.status="$bbtitle"

This will place your forum's title in the status bar on every page.

xs1 06-01-2003 09:13 PM

yes ure correct Gary W

but the codes u asked to find was not there ! :(

Gary King 06-01-2003 09:24 PM

My mistake, the code I posted was part of a hack I installed.

Find:
PHP Code:

<meta http-equiv="MSThemeCompatible" content="Yes"

After it, add:
PHP Code:

<script LANGUAGE="Javascript">
window.status="$bbtitle";
</
script



All times are GMT. The time now is 12:28 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.01048 seconds
  • Memory Usage 1,729KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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