What I mean is that you need to create some User Profile Fields. Like create one for users to choose whether to show the number of friends and then do a condition around the friends number. Say you create a profile field titled "Show Friends" and it has the Options "yes" or "no" and it ends up being field11. Then in the postbit, find the code that inputs the number of friends and around it put a condition, ie
HTML Code:
<if condition="$bbuserinfo[field10] == yes"><div>Friends: $friendsvariable</div></if>