Quote:
Originally Posted by BBR-APBT
What do you mean parsing the code in the message area?
You mean like the user name?
|
my apologies, i should have been more clear with my question
this is what i mean:
PHP Code:
$pmdm->set('message', "congratulations $vbulletin->userinfo['username'] you have made your 50th post, we're all so prod of you keep on posting");
that line gives me the following output:
HTML Code:
congratulations Array['username'] you have made your 50th post, we're all so prod of you keep on posting