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 |
#12
|
|||
|
|||
Third notice (just saw the update):
Why not using the class attribut instead of adding a span? Instead of: Code:
<span class="boplink"><a href="'.trim($boplink).'"' . $boptarg . $bopnofollow . ' >' . $bop_find_array[$bopi] .'</a></span> Code:
<a class="boplink" href="'.trim($boplink).'"' . $boptarg . $bopnofollow . ' >' . $bop_find_array[$bopi] .'</a> |
#13
|
||||
|
||||
Quote:
2) I can probably get it to match the case of the word it was linking, keeping the original case format. It would still be case insensitive when finding words. Actually I can make that an option too. Quote:
|
#14
|
|||
|
|||
1) Is the limitation per post or page? Tried it with several posts on one page. Not with the same word mulitple in one post.
2) The solution with the original case format would propably be the best. 3) Normally it should work. Will try it later on. |
#15
|
||||
|
||||
1) per post
2) Will post when I update the mod 3) I thought so too but it didn't. This site suggested spans were needed: http://www.echoecho.com/csslinks.htm |
#16
|
||||
|
||||
great mod, I know it's one that's been asked for years
|
Благодарность от: | ||
mohammadxxx |
#17
|
|||
|
|||
not working on my 4.1.3
|
#18
|
||||
|
||||
I'm going to need more info then that to help... What isn't working?
Did it install? Did you set "enable" to Yes? Can you paste here a list of the keywords and URL's you are using? What actually happens- nothing? Bad links? Error code? Link to a post if possible? |
#19
|
||||
|
||||
Updated to 0.93
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. |
#20
|
|||
|
|||
Quote:
How many times of each keyword shall be replaced per page?2) Thank you, will try it out. 3) Can't test it, it seems that your new version isn't working anymore? Can't get it working on vB 4.1.2. It doesn't replaces the keywords with the links? |
#21
|
||||
|
||||
Very weird... I just re-uploaded the exact code I just tested on a 4.1.2 forum. Please try again. Also I uploaded the older version just in case.
Please let me know. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|