Version: 1.00, by reismarktq2
Developer Last Online: Jun 2012
Version: 3.5.3
Rating:
Released: 02-20-2006
Last Update: 02-20-2006
Installs: 14
Uses Plugins Template Edits
Additional Files
No support by the author.
Dynamic Bookmark Links
This hack will dynamically create a link on each page of your forums that will allow your users to bookmark the page they are currently on. The Javascript function that calls the browser's bookmark tool works with Internet Explorer and with any browser in the Mozilla family (Firefox, Netscape, and the Mozilla suite). I have not tested this hack with Opera or any other alternative browser, or with any version of vBulletin other than the most current (3.5.3 at the time of this writing). I can't imagine it not working with any version of the 3.5 series, however.
Installation
This hack requires:
1 product import
1 file upload
3 template edits
Product Import
Import 'product-dynamic_bookmarks.xml' using vBulletin's Product Management tool. (Expand the Plugin System submenu, select 'Manage Products', then select 'Add/Import Product' at the bottom and use the 'Import Product' dialog.
The product XML adds one plug-in at the 'navbits' location to facilitate the creation of the URL and page title for the bookmark, and adds one global phrase.
I will not be guaranteeing support for this hack, but I will try my best to handle all problems that may arise for you whenever I am online. This hack may only be distributed on vBulletin.org and may not be ported, translated, or otherwise modified and then made available publicily without my consent.
Please don't forget to click after installing this product!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Installed image is showing in firefox but when i click the image nothing happens
Actually i have just tried it in IE and again nothing happens when the image is clicked!
Installed image is showing in firefox but when i click the image nothing happens
Actually i have just tried it in IE and again nothing happens when the image is clicked!
Did you install the product XML? It's necessary for all the links to work except for forumhome.
It looks like the Javascript is clashing with something you've already got on your boards. This is the error I'm getting when I try it on your boards on IE:
The only thing I can think of is in headinclude, to replace this:
Code:
window.sidebar.addPanel(title, url, "")
with this:
Code:
window.sidebar.addPanel(title, url, "");
(The only difference between the two lines is the semi-colon at the end. I noticed this before posting the hack, but this was how the DynamicDrive function was originally written, and it didn't cause any problems on my boards that way.)