thank you for replying, Simon Lloyd, i already tried it :
Quote:
$this->registry->userinfo['field1'] = str_replace($word, $link, $this->registry->userinfo['field1']);
|
but get this error message
Quote:
Fatal error: Using $this when not in object context in /home/username/public_html/profile.php(851) : eval()'d code on line 12
|
i already tried this too
Quote:
$vbulletin->registry->userinfo['field1'] = str_replace($word, $link, $vbulletin->registry->userinfo['field1']);
|
but nothing changed, from example, aaa still cant be bbb
please help guys, make this plugin working, or using regex function patern to search and replace in the profile fields