The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Word Links FREE (Turn words into links) by BOP5 Details »» | |||||||||||||||||||||||||||||||||||||
Word Links FREE (Turn words into links) by BOP5
Developer Last Online: Aug 2023
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:
The GOLD Version is available at Qapla.com It allows auto-linking words in:
Live Demo at Qapla.com. 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
Example... If someone types: "I bought it on Amazon." This mod can auto convert it to: "I bought it on Amazon." 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. ------------------------------------------------------ Please "Mark as Installed" if you use this. Donations always appreciated. :up: [s]Nominate MOTM if you LOVE it! [/s] Thank You! Download Now
Screenshots
Show Your Support
|
12 благодарности(ей) от: | ||
babyv0x, BCP Hung, CThiessen, dnk.it, eTiKeT?, m2006, mahsazn, markoroots, mohammadxxx, postcd, Taurus1, Trangalleiro |
Comments |
#172
|
|||
|
|||
Well it has been a week and this mod has been an absolute God send.
I am now linking to other parts of my forum and to external web-sites I run that sell products. Couldn't be easier to do. If there was a Mod of the Year this should be the one that wins. If you don't have this installed get it downloaded now. It really has been a massive help to me. |
#173
|
|||
|
|||
Donation Sent.
|
#174
|
||||
|
||||
Thank you for the donation Trevor- I got your email and am looking into if what you asked is possible. Will get back to you soon. :up:
|
#175
|
|||
|
|||
My pleasure and thank you for looking in to the seach issue for me.
|
#176
|
|||
|
|||
If this mod will works on cms too should be fantastic!
|
#177
|
||||
|
||||
Does this mod affects the already existing links or only text?
For example, if I have the word amazon, I understand that it will transform it into a link per my settings but if I already have something like this: "I bought it from amazon" the plugin will try to put a link on the amazon word that already has a link under it? |
#178
|
||||
|
||||
It doesn't currently work in the CMS.
Quote:
|
#179
|
||||
|
||||
Thanks for your reply
Is there any way that I can make it work instead of url-s to put directly the html code? Because I need to insert a tracking image too, something like this: Code:
<a href="http://domain.com/click.php?ad_client=md5&add_id=id&redirect=">Text</a><img src="http://domain.com/link_track.php?ad_client=md5&add_id=id" alt="" border="0" width="1" height="1" style="border:none !important; margin:0px !important;" /> |
#180
|
||||
|
||||
Does the image you have to put in change depending on the word/link that is made?
If not a fairly easy edit of the plugin code would do... If so it just isn't possible without some significant editing of the mod. |
#181
|
||||
|
||||
It changes but I managed to do it with this code:
Replaced Code:
$boplink = $bopspan1 . '<a href="'.trim($boplink).'"' . $bop_target_array[$bopi] . $bop_nofollow_array[$bopi] . ' >$1</a>' . $bopspan2; Code:
$boplink = $bopspan1 . $bopspan2; this should work, right? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|