Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Friends and/or Buddies on Profile Details »»
Friends and/or Buddies on Profile
Version: 1.0.5, by jj jj is offline
Developer Last Online: Mar 2022 Show Printable Version Email this Page

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:

HTML Code:
<if condition="$userinfo[fieldXX] == yes">$FNB_HTML</if>
(if user wishes to show up)
or

HTML Code:
<if condition="$userinfo[fieldXX] != no">$FNB_HTML</if>
(show by default, user can deactivate it)

Remember to replace XX with the number of the new profilefield!


PLANNED FEATURES

  • Using Templates


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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 01-16-2006, 10:45 AM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

What is the difference between a friend and a buddy?
Reply With Quote
  #13  
Old 01-16-2006, 10:47 AM
jj's Avatar
jj jj is offline
 
Join Date: Sep 2005
Location: Viernheim, Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by agiacosa
Hi,

What is the difference between a friend and a buddy?
If you're on each others buddylist you're friends, i.e. person A adds person B to his buddylist and person B adds person A to his buddylist, too.
Reply With Quote
  #14  
Old 01-16-2006, 10:57 AM
maroceve maroceve is offline
 
Join Date: Oct 2005
Location: Casablanca, Morocco
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks a lot ok now im trying to figure why i can't see the avatars

"Avatars/profilepics will not show up, if stored in filesystem!"

hmm so do i need to do something to fix that ? maybe i have em in the filesystem
Reply With Quote
  #15  
Old 01-16-2006, 02:53 PM
The Chief's Avatar
The Chief The Chief is offline
 
Join Date: Aug 2005
Location: Montreal
Posts: 1,037
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gamebgs
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
are you going to consider this Jacob?
Reply With Quote
  #16  
Old 01-16-2006, 04:32 PM
jj's Avatar
jj jj is offline
 
Join Date: Sep 2005
Location: Viernheim, Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gamebgs
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.
Reply With Quote
  #17  
Old 01-16-2006, 05:28 PM
subnet_rx subnet_rx is offline
 
Join Date: Mar 2005
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it user-selectable whether to show the vBFriends list or is that admin only?
Reply With Quote
  #18  
Old 01-16-2006, 06:04 PM
The Chief's Avatar
The Chief The Chief is offline
 
Join Date: Aug 2005
Location: Montreal
Posts: 1,037
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by j.jacobsen
You mean linkin to Cloud-Warriors vBFriends extra php? Not sure what you meant exactly.



Possible. I will look into it.



Answered that question already in the vBFriends thread. This would require the storage of your preferences in the database.
well more or less click on View all friends and then a different page opens up with all the friends that you can browse through, like 8 per page...

Just upon a different page with the profile pics like it is now with the buddies except on a different page with all your friends...

and thanks for looking up into it

and for the last one, I meant saying the second one (repeat it)
thanks!!
Reply With Quote
  #19  
Old 01-16-2006, 07:21 PM
jj's Avatar
jj jj is offline
 
Join Date: Sep 2005
Location: Viernheim, Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by subnet_rx
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
    PHP Code:
    $FNB_HTML 
    , add this
    HTML Code:
    <if condition="$userinfo[fieldXX] == Yes">$FNB_HTML</if>
    replace XX with the number the new profilefield got.
Reply With Quote
  #20  
Old 01-18-2006, 04:25 AM
TunerChic.Com TunerChic.Com is offline
 
Join Date: Oct 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fixed ... Clicks Install
Reply With Quote
  #21  
Old 01-18-2006, 05:03 AM
TunerChic.Com TunerChic.Com is offline
 
Join Date: Oct 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fixed this one too ... thanks!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:45 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04624 seconds
  • Memory Usage 2,327KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_html
  • (2)bbcode_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete