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 |
#322
|
|||
|
|||
After upgrading to php 5.4 the mod doesn't work any more.
I get this at the beginning of each post (or cms article). I am using the Gold version of the mod. Any advice to fix this? Quote:
|
#323
|
|||
|
|||
Ermmmm....*gnarf*.. I should read before I write. All credits to BirdofPrey
|
#324
|
|||
|
|||
Hi,
please how can i add an ěščřž???? characters (ISO-8859-2) into word replacement wordlinks file? I tried as it is, html entities and unicode converted text. but none works to show replacement only text without diacritics is ok.. please how to fix it? Thank you |
#325
|
|||
|
|||
Quote:
Warning: htmlspecialchars() [function.htmlspecialchars]: charset `ISO-8859-2' not supported, assuming iso-8859-1 in [path]/includes/functions_bop_wordlinks.php on line 123 iso-8859-1 dont show-up links for me |
#326
|
|||
|
|||
The solution given by nektar worked fine for me.
In functions_bop_wordlinks.php file, I did that (around line 121): Code:
// $bopfind = preg_quote (htmlspecialchars($bopfind)); define('CHARSET', 'ISO-8859-1'); define('REPLACE_FLAGS', ENT_COMPAT | ENT_XHTML); $bopfind = preg_quote (htmlspecialchars($bopfind,REPLACE_FLAGS, CHARSET)); |
#327
|
|||
|
|||
I have rebuld the cpanel and restore the complete data of the site. And now the process is complete but now i recived this message when i Enable Word Links FREE by BOP5 VB4
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 207502281 bytes) in /home/public_html/includes/class_postbit.php(340) : eval()'d code on line 117" |
#328
|
||||
|
||||
How many words do you have setup? If itis hundreds (or more) it may be too much for your server to handle.
If you only have a few it could be something too short it's being matched too often or maybe you have an unbalanced number of keywords vs links? Try removing all your keywords and links and replacing with just one keyword/link and see if you get the same error. |
#329
|
|||
|
|||
I Use sample_wordlinks_data.csv and one Words/Phrases To Link and one link still i have problem
And i also try remove all Words and link still i have problem |
#330
|
|||
|
|||
Quote:
|
#331
|
|||
|
|||
Sorry for i have posting wrong section, but i use Vb4
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|