Thanks, that worked beautifully! You ought to release the greeting thing by itself since it's a neat deal.
For others needing to get the greeting into the arcade (IbProArcade), the function.php file in the /arcade/functions directory is the one to change.
If you installed one or more of the Steel series of styles and also have some others, you can put the greeting on the remaining styles be looking for the following in the
navbar template:
Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
And replace it with:
Code:
<strong>$nzb_greeting</strong><br /><strong>$nzb_greeting2</strong><br />
Hope that helps...