Log in

View Full Version : Word -> Link replacement plugin - is there one?


Andrewsha
04-17-2009, 10:36 AM
Hello!

I've searched this forum for a few hours before write this post.

I need plugin that replace words in ONLY in POSTs

Already read this: Replacement Variables (http://www.vbulletin.com/docs/html/main/replacements_intro)

but it's not good for me, because it's replace the word EVERYWHERE.

This one looks IDEAL but "This modification cannot be downloaded"
Text Replacement Links 1.1 (https://vborg.vbsupport.ru/showthread.php?s=&threadid=71191)

Why so?

Please give me the right keyword for searching or link to MOD.

Thanks for advance.
Tired of searching

--------------- Added 1239968975 at 1239968975 ---------------

Seen and done this (from this post: Word Replacement (https://vborg.vbsupport.ru/showthread.php?t=93758)))

$word = array(
'google',
'Macys'
);

$link = array(
'<a href="http://google.com">google</a>',
'<a href="http://www.macys.com">Macys</a>'
);


$this->post['message'] = str_replace($word, $link, $this->post['message']);


But it's not convinient because I want moderators to run replacement Database.

May be there is ready solution?