Quote:
Originally Posted by Psionic Vision
No. That's not what I wanted to know.
What I wanted to know is how do you differ between buddies and friends that are *in your profile*? 
|
By headings? See the supplied screenshots

There's a heading for the box and it shows friends or buddies. If you choosed to show buddies there will be no display for your "friends" like in the first screenshot. If you choose to show friends, your buddies will be optionally listed below like in the third screenshot.
Quote:
Originally Posted by oberheimhaven
where do I put code at??? In that new user field?
|
It's all about the
MEMBERINFO template. Put it in there, where you want it to show up. Put in these if your profile field is 34 by example:
HTML Code:
<if condition="$userinfo[field34] == yes">$FNB_HTML</if>
if you want your users to show it on their will or
HTML Code:
<if condition="$userinfo[field34] != no">$FNB_HTML</if>
if you want to show it by default, but let your users the choice to deactivate it.