Thank You for voting this June 2011 Mod of the Month!!!
The purpose of this mod is to automatically turn keywords or phrases you specify into links. You set a list of keywords and a list of URLs to link them to and let the mod do the rest.
This is the FREE Version. It allows you to auto-link words in:
There are many options as you can see in the screenshot. You can choose to include the "nofollow" attribute, choose to open links in a new tab, choose to match whole words only or not, specify specific forums, enable in social groups and visitor messages, and disable completely for selected usergroups or styles.
Version: 2.0
New in 0.91: Limit the number of links created per keyword per post.
New in 0.92: Use CSS to customize the look of links created by this mod.
New in 0.93: Linked words now retain the same case as they were originally typed. Also a new option to specify whether linked words are case sensitive or not.
New in 0.935: Fixed conflict with VBSEO and possibly other mods. Upgrade if you are having problems.
New in 0.94: Made the "Custom CSS" an option to prevent unnecessary HTML if not needed.
New in 0.95: Enable or disable in PMs.
New in 0.96: Should fix conflicts with AME3 mod, restores same case change in 0.93.
New in 1.0: Additional code to prevent unintended linking. No new features.
New in 1.1: Set approximate number of max links per page.
New in 1.2: Fixed bug when Ampersands (&) were used in keywords.
New in 1.3: Added optional notice on posts with links and associated phrase.
New in 1.5: Two new features: 1) You can now use a csv data file for your links (and advanced features) if you prefer and 2) You can use a custom user profile field to allow users to disable the mod individually if you choose.
New in 1.5a: Updated German language file thanks to Igel1.
New in 1.6: Fixed bug if keyword was part of thread title and thread title was a link in the post. (VB4 Only)
New in 1.7: Added field to extend the regex easily through the mod settings. Included fix for bold/font color links.
New in 2.0: Rewritten more efficient code. Added option to disable by styleid. Added GOLD version.
And you would presumably put your Amazon affiliate code, if you had one, in the link.
NOTE: This mod does not alter the actual posts or the database. Disabling or uninstalling the mod will remove all links.
There is a VB3 and VB4 version of this mod, please download the correct version.
Full instructions in zip file.
Notice: Since the following words are used in HTML tags I would avoid them as keywords:
style, div, class, pre, href, img, html, meta, name, rel, nofollow, and link.
I would also avoid any single letter or two letter keywords since they could easily be used accidentally in places you weren't intending.
I imagine it has to do with regular expressions and character encoding- unfortunately I don't know how to fix the issue. The issue has been mentioned in comments on php.net but there's no easy fix.
These should all be links to amazon, but some are coming up with the links defined in this mod. The phrases are defined in a file. Maybe it has something to do with the dots and dashes?
Error when use this mod Add Alt Text to Linked Images by BOP5 (VB 4.1.10+)
If in alt images has a word link, this mod will error
Please fix it
Ex: In alt images is "i love vbulletin", i settings vbulletin is word link in admincp, it will display error "i love
HTML Code:
<a href="http://vbulletin.org">vbulletin</a>
in alter images
I forced uninstall this mod
Can you fix it!
Error when use this mod Add Alt Text to Linked Images by BOP5 (VB 4.1.10+)
If in alt images has a word link, this mod will error
Please fix it
Ex: In alt images is "i love vbulletin", i settings vbulletin is word link in admincp, it will display error "i love
HTML Code:
<a href="http://vbulletin.org">vbulletin</a>
in alter images
I forced uninstall this mod
Can you fix it!
This is interesting- In the Settings for the Alt Text to Linked Images mod find the setting-
Image Resizer Code
And add this code-
Code:
onload="NcodeImageResizer.createOn(this);"
Even if you're not using an image resizer just want to see if this stops the problem or not.
Hello. This error only appears if the option setting:
Match Whole Words Only?
If "Yes" will link whole words only. Example: If "Jeep" is a keyword, "Jeeps" will not be linked. If "No" it will match partial words. Using the same example you'd see "<a href="http://www.jeep.com" target="_blank">Jeep</a>s."