vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Enable Opera's navigation toolbar options (https://vborg.vbsupport.ru/showthread.php?t=89717)

58sniper 08-30-2004 10:00 PM

Enable Opera's navigation toolbar options
 
For those who may not know, Opera has a "Navigation" toolbar that is based off of the <link> HTML tag. There is also a third party Link Navigation Bar for IE as well.

This mod enables some of the many options on the Navigation toolbar, including Home, Index, Search, Help, and Author.

In the AdminCP>Styles & Templates>Style Manager>All Style Options>headinclude

find
Code:

<meta name="description" content="$vboptions[description]" />
under that, put
Code:

<link rel="index" href="$vboptions[bburl]/" title="$vboptions[bbtitle]" />
<link rel="search" href="$vboptions[bburl]/search.php?$session[sessionurl]" title="$vbphrase[advanced_search]" />
<link rel="help" href="$vboptions[bburl]/faq.php?$session[sessionurl]" title="FAQ" />
<link rel="start" href="$vboptions[bburl]/" title="Forum Home" />
<link rev="made" href="$vboptions[contactuslink]" title="$vboptions[webmasteremail]" />
<link rel="author" href="$vboptions[contactuslink]" title="$vboptions[webmasteremail]" />

To enable the "newsfeed" option, use my RSS Autodiscovery mod.

Demo (depending on the version of Opera that you have installed, you may need to turn the Navigation bar on by going to View>Toolbars>Navigation Toolbar

KW802 09-15-2004 12:30 PM

Installed :cool:

I'm running vBadvanced CMPS so I added one additional tag....
Code:

<link rel="home" href="$vboptions[homeurl]" title="$vboptions[hometitle]" />
.... so that "Home" points to my main portal page and "Index" points to the forums home page.

Thanks for the code, 58sniper.


All times are GMT. The time now is 10:04 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.01154 seconds
  • Memory Usage 1,713KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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