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 |
#312
|
||||
|
||||
In your Language Manager for your language, in settings, what is the HTML Character Set set to?
|
#313
|
|||
|
|||
Quote:
"I have located the words that cause problems" Quote:
ISO-8859-1 Thank you |
#314
|
||||
|
||||
Quote:
Also- Are links stored in a csv file or directly in the mod settings data boxes? |
#315
|
|||
|
|||
Hi.
I'm trying to move my forum to a new server with php 5.4 and I'm getting this error when the product is disabled (running 4.2.1) Code:
mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 576656709 bytes) ..... line 135 Thanks. |
#316
|
|||
|
|||
This is the line which causes the error:
Code:
$bop_message = preg_replace ($bop_find_array, $bop_replace_array, $bop_message, $boplim, $bopcount); |
#317
|
|||
|
|||
After removing all Greek words from Words/Phrases To Link everything works ok.
So this is a combination of non-English characters with php 5.4? |
#318
|
|||
|
|||
As of php 5.4 default encoding for htmlspecialchars is UTF-8.
So if your forum is in another encoding (like ISO-8859-1 which is mine) then you will have all the above problems. The solution is to use your encoding with htmlspecialchar: First Define your encoding: PHP Code:
PHP Code:
PHP Code:
|
#319
|
|||
|
|||
hi. thanks for this mod, it is exactly what i was looking for.
my forum is in utf8 and users type their posts in Hebrew. the mod works fine with english words but i cant make it work on hebrew words. the language is in ut8 and also the db. can you please advise what to do? |
#320
|
|||
|
|||
What really come in handy would be some sort of stats, that show how often a keyword has been turned into a link. Any chance that this could be added, Ozzy?
|
#321
|
||||
|
||||
Ummm, not sure, as this is BOP's mod not mine.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|