How about setting up a group and then a promotion based on posts, then you can add a condition for that group, so it would look something like this (change
x to the group id):
Code:
<if condition="is_member_of($post, x)">
<!-- welcome message2 -->
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message2]</phrase>
</td>
</tr>
<!-- / welcome message2 -->
</if>