You could make an additional usergroup so that when they purchase their paid subscription, they get moved into that usergroup and then you could use a conditional like this one...
HTML Code:
<if condition="!is_member_of($vbulletin->userinfo, 1, 2, 3)">
YOUR CODE YOU DON'T WANT YOUR SUBSCRIBERS TO VIEW HERE
</if>