Bookmark Us on Navbar or footer
This modification is in the archives.
Bookmark Us! (Add to Favorites) on Navbar or footer. Brought to you by the http://haste-network.net/ - Free MMORPG Network Please mark as "" if you use this modification, thanks ! Q: What this does? A: It adds a "Bookmark Us" link in your navbar or your footer. This code is a free source from DynamicDrive.com. Users are NOT allowed to remove the copyrights. How to install: In the header template place this at the end of the template: HTML Code:
<script type="text/javascript"> /*********************************************** * Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ /* Modified to support Opera */ function bookmarksite(title,url){ if (window.sidebar) // firefox window.sidebar.addPanel(title, url, ""); else if(window.opera && window.print){ // opera var elem = document.createElement('a'); elem.setAttribute('href',url); elem.setAttribute('title',title); elem.setAttribute('rel','sidebar'); elem.click(); } else if(document.all)// ie window.external.AddFavorite(url, title); } </script> PHP Code:
<if condition="$show['registerbutton']">
PHP Code:
<td class="vbmenu_control"><a href="javascript:bookmarksite('$vboptions[bbtitle]', '$vboptions[bburl]')">Bookmark Us!</a></td>
PHP Code:
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
PHP Code:
<a href="javascript:bookmarksite('$vboptions[bbtitle]', '$vboptions[bburl]')">Bookmark Us!</a> -
Added Installation Instructions file on 19th of May. Please mark as "" if you use this modification, thanks ! Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
Additional Navbar In Footer | vBulletin 3.6 Add-ons |