Quote:
Originally Posted by gator777
Works great! It's a small thing, but it shows as "[you]" when seen as a title in "Recent Threads" in VBAdvanced.
|
I know this is a long reply, but I needed the same thing and I did the following:
Add a new plugin at: vba_cmps_module_recethreadbits (vbacmps)
Plugin code:
PHP Code:
$thread['title'] = str_replace("[YOU]", $vbulletin->userinfo[username], $thread['title']);
$thread['title'] = str_replace("[you]", $vbulletin->userinfo[username], $thread['title']);