Quote:
Originally Posted by D|ver
but is it possible to hide those information who you got in your buddy list and whohas added you to his buddy list?
so only the friends are shown?
that would be great 
|
Here we go

This is a complete rewrite of the plugin. Please remove the old one before installing the new one. Replace
in your
MEMBERINFO template with
Also take a look at the extended setup part of the plugin code.
PHP Code:
// Setup
/////////////////////////////
$FNB_setup = array(
'friends' => "Freunde",
'buddies' => "Buddies",
'has_these_users_on_his_list' => "Buddy-Liste",
'is_on_these_buddy_lists' => $userinfo['username']." ist auf den Buddy-Listen von",
'columns_to_show' => 5,
// set these to TRUE or FALSE
// if you set show_friends to false you will get buddies shown up instead of friends and extended info is removed even
// you set show_ext_info to true
// if you set show_ext_info to false the additional buddy-list and where the user is buddy on others lists gets hidden
// if you set fetch_avatar true you will get avatar picture, else you get profile picture if present
'show_friends' => true,
'show_ext_info' => true,
'show_counts' => true,
'fetch_avatar' => true
);
You can now additionally choose which list is shown, i.e. the friendslist or the buddylist with avatars or profilepics - as you like. If you choose the buddylist to be shown the extra information on who's on your buddylist and on whom's you are will be hidden. Even if
show_ext_info is set true.
If you use file-based storage of profile pics, the profile-pics will
NOT show up.
If you choose the friendslist to be shown, you can decide if you want to show the extra buddy info to be hidden or not with the
show_ext_info array key.
Current xml:
#102