Version: 1.0.5, by jj
Developer Last Online: Mar 2022
Version: 3.5.5
Rating:
Released: 01-13-2006
Last Update: 03-12-2006
Installs: 270
Uses Plugins Template Edits
No support by the author.
WHAT's THIS
This product adds a public friends and/or buddy list in the profile.
What are friends? Friends means you are on each others buddylists. It is no seperate addition/addon. It's all based on vb's buddy system.
Need more info? Look at the attached screenshots, or the live demo(s).
Avatars/profilepics will not show up, if stored in filesystem!
Need some kind of informing the users, which have been added to a buddy list? Look at the AutoPM after addBuddy Plugin by Antivirus
The product adds 2 queries to the profile page
INSTALLATION
Install with product manager.
Set your preferences in the acp (vBulletin options)
Add
PHP Code:
$FNB_HTML
somewhere in your MEMBERINFO template. Whereever you'd like to show up the friends or buddies. If you're not sure what to do, search for
Code:
<if condition="$show['signature']">
in your MEMBERINFO template and add it before that line.
OPTIONAL (User selectable)
If you want to have this user-selectable you need to add a custom profile field. Create the new field as a radiobutton, give it a name and description of your choice, the options yes and no and use the following code instead of only $FNB_HTML:
Thx to Cloud-Warrior for inspiration and idea. If you want a seperate friends page, too, get the vBFriends extension by Cloud-Warrior.
vwturbo (for the idea of gettin profilepics instead of avatars), gamebgs (limitting shown friends/buddies to a max number), D|ver (hiding the information who you got in your buddy list and whohas added you to his buddy list), yayvb (show a "no avatar" picture if no avatar is available), ThorstenA (see changelog version 1.0.2)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
here are some requests I would like to have, and maybe other members would like...
First, when you click on Show All that it opens up a new page showing all the user's friends, so it will be alot easier to browse, like they are listed now but just on it's own page...with that I/we won't even need to have the friend's list anymore as it won't even be needed... just don't know if this is possible..
Second, is it possible when you limit the friend's shown that you can limit these users on the top 8 to the one's that have a profile picture. The one's that don't then they won't be on top, if you know what i mean..
I would rather if you would be able to choose your top 8 like on myspace, but I think that that can be a pain in the arse to build, so I will limit myself to the <if condition something for the profile pictures...
Thanks so much for this and you can count on me to keep you up-to-date on your products
First, when you click on Show All that it opens up a new page showing all the user's friends, so it will be alot easier to browse, like they are listed now but just on it's own page...with that I/we won't even need to have the friend's list anymore as it won't even be needed... just don't know if this is possible..
You mean linkin to Cloud-Warriors vBFriends extra php? Not sure what you meant exactly.
Quote:
Originally Posted by gamebgs
Second, is it possible when you limit the friend's shown that you can limit these users on the top 8 to the one's that have a profile picture. The one's that don't then they won't be on top, if you know what i mean..
Possible. I will look into it.
Quote:
Originally Posted by gamebgs
I would rather if you would be able to choose your top 8 like on myspace, but I think that that can be a pain in the arse to build, so I will limit myself to the <if condition something for the profile pictures...
Answered that question already in the vBFriends thread. This would require the storage of your preferences in the database.
Is it user-selectable whether to show the vBFriends list or is that admin only?
Why don't people read?
Quote:
Originally Posted by j.jacobsen
If you want to have this user-selectable you need to add a custom profile field. Set it up as radiobutton, give it a name, the options yes and no and use the following code instead of only adding