Ah, OK. Well, I think what you will want to do is just put a condition around that phrase in the FORUMDISPLAY template. Something like...
HTML Code:
<vb:if condition="$show['guest']">
- if not registered show: please register or login
<vb:elseif condition="!is_member_of($bbuserinfo, x)">
- if registered but not VIP show: please upgrade to VIP
<vb:else />
- if VIP show: content
</vb:if>