Richard - You can easily add those statistics, simply modify the welcome_headers template and/or the phrase you want the message to apply to.
Phrases are called like this: <phrase 1="$bbuserinfo[username]" 2="$vboptions[bbtitle]">$vbphrase[welcome_postmoreoften]</phrase>
To add another variable such as the post count, you would just assign it a value, in this case 3="$bbuserinfo[posts]"
Giving you <phrase 1="$bbuserinfo[username]" 2="$vboptions[bbtitle]" 3="$bbuserinfo[posts]">$vbphrase[welcome_postmoreoften]</phrase>
You can then add it to the phrase with the variable declaration {3}
|