Quote:
Originally Posted by j.jacobsen
Here we go with a little enhancement. I added a setup part into the code, so you don't need to search the text in the hard coded html. I also removed the foe part because I don't think someone wants to show these in his profile. You can choose if you want to use avatares or profilepics for the friends part (see attached images). The plugin still only shows friends. If you want to have the buddies only you have to edit it again to your needs.
Maybe I should start a new thread for this in the vB 3.5 plugin forum if I get permission from you, Cloud-Warrior, since it's basically your code a bit optimized
Heres the setup part of it
Code:
// Setup
///////////////////////////////////////////////////////////
$FFsetup = Array(
// these are the texts which are displayed
'friends' => "Freunde",
'has_these_users_on_his_list' => "Buddy-Liste",
'is_on_these_buddy_lists' => $userinfo['username']." ist auf den Buddy-Listen von",
// set these to TRUE or FALSE
// if you set fetch_avatar true you will get avatar picture, else you get profile picture if present
'show_counts' => false,
'fetch_avatar' => true
);
// End of setup
///////////////////////////////////////////////////////////
You see i commented a bit.
I hope it works for you, as it works for me. I'm using 3.5.3
EDIT: For those who haven't used it before I need to mention it again: Place
in the MEMBERINFO template wherever you want to display this.
cheers
Jens
|
great addon

i will use this
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