The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Friends and/or Buddies on Profile Details »» | |||||||||||||||||||||||||
WHAT's THIS
INSTALLATION Install with product manager. Set your preferences in the acp (vBulletin options) Add PHP Code:
Code:
<if condition="$show['signature']"> 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: HTML Code:
<if condition="$userinfo[fieldXX] == yes">$FNB_HTML</if> or HTML Code:
<if condition="$userinfo[fieldXX] != no">$FNB_HTML</if> Remember to replace XX with the number of the new profilefield! PLANNED FEATURES
LIVE DEMO(S) CREDITS 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
|
Comments |
#232
|
||||
|
||||
Quote:
|
#233
|
|||
|
|||
Quote:
Friends and/or Buddies on Profile |
#234
|
|||
|
|||
First off I want to say thank you for everyones work on this hack, we've been molding this and the myspace layout for our site and so far its perfect!
I do have one question and please excuse me if it were touched on earlier in this thread but in the 16 pages I went through there wasn't much about them. DONE 1.) I see in the examples how you are all using the user profiled field to select if you want your friends visible or not to the general public. My question is how do I craft an <if condition> that checks if someone is or isn't on someones buddy list? I want the if statement to basically check that if someone viewing another persons profile isn't on their buddy list than this would disallow them from viewing the friends (or whatever else I put within that if statement to not show them). I'm fairly good with the if conditions I just never actually tried checking buddy lists like that. This is similar to how you would show one thing to members but not guests.. only my situation is if someone is actively on someone elses buddy list. I believe VB has default options for this for private messaging and pager where you can optionally select if people aren't on your buddy list they cannot PM or Pager you. 2.) I tried this a few times in the plugin using some postbit snippets for online status and that is getting an online status under the persons name/avatar in the friends list. If you're on MySpace you know that in a friends list it will say (Online!) under their picture in your friends list. I'd like to try to get that going also. EDIT - I copied $post[onlinestatus] or $userinfo[onlinestatus] and it "kind of" works when its in the plugin code.. problem is its using the onlinestatus of the profile you're viewing, not the individual friends in the list. So its kind of there.. any other help someone can give? EDIT 2 - Only friends/buddies can view profile was figured out. Thank you so much for any help or direction you can point me to resolve a these little things. Other than that, well done guys you're doin great! |
#235
|
|||
|
|||
I installed the hack but it doesnt show avatars.
I am not sure if the avatar is saved in file system or not. I have attached a pic for that. But yes , path of avatars show up like images/avatars/somethign.gif , so i feel it must be file based , so how do i have that to database based? also the [+] and [-] doesnt show up to me. I have all options set up well in vb options (confirmed by seeing other people screeshot in this thread.) I browsed all 16 pages and I also tried searching this forum on how to do that but couldnt find help. please help. |
#236
|
|||
|
|||
Does anyone know how to remove friends from a member's profile?
|
#237
|
||||
|
||||
Delete the buddy?
|
#238
|
||||
|
||||
It works in my vb 3.6.7
|
#239
|
|||
|
|||
Hello I installed this and it is showing an incorrect number of buddies on the users profile page. It will say (for example) Friends (4) on the profile, but when in the user cp the buddy list shows the accurate number of users on the buddy list, in this instance 12. How do I correct this?
|
#240
|
|||
|
|||
Bump hoping for a response...
|
#241
|
||||
|
||||
Installed. I've just added border="1" to the avatars..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|