58sniper
08-30-2004, 10:00 PM
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 (http://www.draig.de/LinkBar/index.en.html) 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
<meta name="description" content="$vboptions[description]" />
under that, put
<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 (http://www.vbulletintemplates.com/mods/showthread.php?t=6996).
Demo (http://www.efhs84.com/) (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
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
<meta name="description" content="$vboptions[description]" />
under that, put
<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 (http://www.vbulletintemplates.com/mods/showthread.php?t=6996).
Demo (http://www.efhs84.com/) (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