Addons are custom features that you can add to your Vanilla forum. Addons are created by our community of developers and people like you!
These addons are for people who downloaded and set up their own Vanilla forum. Compare your downloaded version with the version requirements on the right.
If your Vanilla forum is hosted at VanillaForums.com, this addon may already be installed there.
UnsureThe community has said nothing.
1.1 | January 2018 |
1.0 | February 2015 |
You can add more links that you want to open in a new window by adding them in the tb.js file. Below are some examples of other links that could be opened in a new window. Or to be made to open in the same window.
$('#Menu li:first > a').attr('target', '_blank'); $('.MessageList a').attr('target', '_blank'); $('#Foot a').attr('target', '_blank'); $('.AptAdImg a').attr('target', '_blank'); $('.Attachment a').attr('target', '_blank'); $('.Meta a').attr('target', '_self');