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 |
#232
|
|||
|
|||
great, thanks!
|
Благодарность от: | ||
BirdOPrey5 |
#233
|
||||
|
||||
Quote:
Does your mod parses even text inside noparse BBcode? |
#234
|
||||
|
||||
noparse won't work because this mod works on text AFTER it has already been parsed, because vBulletin stores post-parsed content in its cache.
|
#235
|
||||
|
||||
I'm having a little issue with whole word linking when the word is next to a dash (-) character. For example, with 120-300mm, "300mm" is being linked. Any ideas?
|
#236
|
|||
|
|||
i think it would be easy to use this mod to change bad words into images. what do you think? sound like in order to do that youd only change a few lines? i think i could do it though...shouldnt be 2 hard...
|
#237
|
||||
|
||||
Quote:
Not supported. |
#238
|
||||
|
||||
In this case nothing should be linked, but 120-300mm would link if I had that as a definition.
|
#239
|
|||
|
|||
Is there anyway to add additional options so I can use some wordlinks with one group of forums/usergroups included/excluded but have another set of wordlinks for a different set of forums/usergroups included/excluded?
I want to be able to show certain wordlinks to guests, but different wordlinks to members. |
#240
|
||||
|
||||
|
#241
|
||||
|
||||
Not sure why yet, but if you use the CSV file, the last line is ignored.
Workaround... put a dummy last line. Edit: I had a malformed line in the file with an extra , This code caused the problem (well sort of) Code:
$bop_find_array = array_filter($bop_find_array); $bop_find_array = array_values($bop_find_array); $bop_replace_array = array_filter($bop_replace_array); $bop_replace_array = array_values($bop_replace_array); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|