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.
You're using a very old version of the plugin, seems to be the first one I ever did. You should switch do the actual product/plugin which will give you some setup options in your acp. I really don't see your "heavy modification" there. Should be no problem for you to edit the current plugin to your needs.
You can't set the number of friends per row by resolutions. There's a setting in the acp options to limit the number, which is being used for any resolution.
All I really did was chop out a lot of code and change the html to my preference. :P
Anyway, switched and working pretty well (though I now hate working with phrases :P)
Is there a function to display the counts of friends for the linked users as in Cloud-Warrior's hack that I'm missing? That was actually my prime reason for asking here for help in the first case, is that it broke from the original plugin.
I've implemented a URL rewrite rule so my users can have domain.com/profiles/username (instead of it being /forums/username). This works fine except the user's avatar and photo doesn't show up because it's using a relative URL domain.com/users/image.php?u=2&dateline=1142257186 instead of a specific URL of domain.com/forums/image.php?u=2&dateline=1142257186
How do I set the avatar and photo URLs to be specific and always use domain.com/forums/ in the URL?
I am using this hack and so far workds great. the question I have is that I choose to display the profile pic instead of the avatar. No doing so if the member does NOT have a profile pic it show nothing but the members name... NOW if I revert and choose to use the avator and the members does not have an avatar then it will show an image saying members does not have an avatar.
So my question is HOW can I have it so that if a member does not have a profile pic it will display an defualt image as it does for the avatars?
I am using this hack and so far workds great. the question I have is that I choose to display the profile pic instead of the avatar. No doing so if the member does NOT have a profile pic it show nothing but the members name... NOW if I revert and choose to use the avator and the members does not have an avatar then it will show an image saying members does not have an avatar.
So my question is HOW can I have it so that if a member does not have a profile pic it will display an defualt image as it does for the avatars?
First of all: Press install ^^
Second: If you read thru the thread you would find out, that it is not possible to show an alternative if a member does not have a profile picture.
I've implemented a URL rewrite rule so my users can have domain.com/profiles/username (instead of it being /forums/username). This works fine except the user's avatar and photo doesn't show up because it's using a relative URL domain.com/users/image.php?u=2&dateline=1142257186 instead of a specific URL of domain.com/forums/image.php?u=2&dateline=1142257186
How do I set the avatar and photo URLs to be specific and always use domain.com/forums/ in the URL?
Thats because I only use the vb way, and do not set the url on my own. Can't help you with that.
First of all: Press install ^^
Second: If you read thru the thread you would find out, that it is not possible to show an alternative if a member does not have a profile picture.
Sorry I clicked install must of forgot.
No need to be so worked up over nothing.. Why cant a default inage be displayed rather then a blank, It works for avatars?
If you look through this thread Code Red (I think) has posted his version of the MEMBERINFO template which shows a default image if the user doesn't have a photo in their profile.