The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 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 Why so? Please give me the right keyword for searching or link to MOD. Thanks for advance. Tired of searching --------------- Added [DATE]1239968975[/DATE] at [TIME]1239968975[/TIME] --------------- Seen and done this (from this post: Word Replacement) Code:
$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']); May be there is ready solution? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|