this is a simple feature... use this example:
PHP Code:
$message = construct_phrase($vbphrase['welcome_postmoreoften'], $bbuserinfo['username']);
this have to be used where you create the phrase to be sent to the user.
also.. the more you add variables to the function construct_phrase, the more {1}, {2} etc... you have. the scheme is:
PHP Code:
$result = construct_phrase($vbphrase['thephrase'], {1}, {2}, {3});
..good luck! - btw, good hack to release when you know how to deal with it!