The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to do find and replace in thread title
Hello,
I use this plugin to find and replace words in postbit Code:
$word = array ('112211221122', '333355555333'); $link = array ('1111111111111', '2222222222222'); $this->post['message'] = str_replace($word, $link, $this->post['message']); Can I change this part $post['message'] To $thread['threadtitel'] Or what ? Thanks in advanced |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|