Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
vBFriends - View your social network and surf to others in vBulletin 3 Details »»
vBFriends - View your social network and surf to others in vBulletin 3
Mod Version: 1.00, by Cloud-Warrior (Coder) Cloud-Warrior is offline
Developer Last Online: Apr 2010 I like it Show Printable Version Email this Page

This modification is in the archives.
vB Version: 3.0.3 Rating: (4 votes - 5.00 average) Installs: 40
Released: 23 Jun 2004 Last Update: Never Downloads: 18
Not Supported  

As with vBFOAF, I've just released this mod. (There are no modications needed really, so it's more of an add-on.)

Please note that your buddy list becomes public (to other registered users) with vBFriends, so you will have to notify people of the small change in policy.

Put the attached file in your vbulletin folder, and call with the u=1 parameter, e.g.

http://www.vbulletin.ie/forums/friends.php?u=1

You can surf your social network (similar to orkut), and view connections you have made to others and that others have made to you (similar to FOAF, or as illustrated with plink.org).

Screenshot attached.

The code contains some hardcoded HTML to avoid the use of templates (for now), but it uses standard vB3 CSS classes such as tcat, thead, smallfont, alt1 and alt2 - so should be fine with most styles.

Changelog:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Download Now

Only licensed members can download files, Click Here for more information.

Screenshots

Click image for larger version

Name:	friends.gif
Views:	2607
Size:	74.7 KB
ID:	19349

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
vBFriends - View your social network and surf to others in vBulletin 3.5 Cloud-Warrior vBulletin 3.5 Add-ons 160 08 Jan 2008 19:14

  #76  
Old 06 Dec 2004, 03:53
Lee Wilde's Avatar
Lee Wilde Lee Wilde is offline
 
Join Date: Apr 2004
Real name: Lee Wilde
One of my members has added EVERY other member as a friend. 400+ users at present, so it would have taken him a while. What an idiot. Our site is for business professionals, so what he has done looks particularly ridiculous.

Where do I go/what do I do to delete all his linked "friends"?
Reply With Quote
  #77  
Old 06 Dec 2004, 16:58
Cloud-Warrior's Avatar
Cloud-Warrior Cloud-Warrior is offline
 
Join Date: Feb 2002
You'll have to clear his buddy list with an SQL statement.

update usertextfield set buddylist="" where userid=HIS_USERID_HERE;
Reply With Quote
  #78  
Old 06 Dec 2004, 23:21
Lee Wilde's Avatar
Lee Wilde Lee Wilde is offline
 
Join Date: Apr 2004
Real name: Lee Wilde
Thank you VERY much! Worked like a charm. Really appreciated.
Reply With Quote
  #79  
Old 14 Dec 2004, 01:47
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Mutual

Well I installed this but I found a bug! Yeah! I actually did something here!

well if there is no users in your (top) Friends % Mutual list the tables messes up. The HTML isnt what I am used to so I have no idea how to fix that.

in other words is linked to and is linked from get fat and just ruin the look.

file attached. any help in this area would be nice.
Attached Images
File Type: jpg mess.jpg (20.1 KB, 44 views)

Last edited by T3MEDIA : 14 Dec 2004 at 01:49.
Reply With Quote
  #80  
Old 15 Dec 2004, 11:25
Cloud-Warrior's Avatar
Cloud-Warrior Cloud-Warrior is offline
 
Join Date: Feb 2002
Sorry I can't see the problem with the HTML here, maybe it's something obvious but what's wrong in the screenshot?

Thanks,

John.
--
__________________
Dr. John Breslin
http://www.johnbreslin.com/
Sites: boards.ie | boards.jp
Hacks: news2vb | vBFOAF | vBFriends
Reply With Quote
  #81  
Old 15 Dec 2004, 14:37
Benj's Avatar
Benj Benj is offline
 
Join Date: May 2006
are there any plans to update this hack in any way shape or form ?
Reply With Quote
  #82  
Old 15 Dec 2004, 14:46
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Real name: sabe
something i was both wondering and hoping, especially in regards to caching the queries via a function, i like this hack and i have something similar planned but i honestly think that it would just seem more of an add-on.

the features i was looking for was;
adding a friend requires their acceptance
and then you go click ona link to display all the friends instead of the admin set amount.

ofcourse that would make obselete the "is linked too" and "is linked from" columns and queries
__________________
UNDER CONSTRUCTION: Confessionary Hack

Make me a Hack of The Month author: GRPS: Groups Commune
make my hacks, they'll make you famous

unless it's a security concern, please do not pm/im me for support unless you're willing to pay.
Reply With Quote
  #83  
Old 15 Dec 2004, 15:56
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Originally Posted by Cloud-Warrior
Sorry I can't see the problem with the HTML here, maybe it's something obvious but what's wrong in the screenshot?

Thanks,

John.
--
Oh I am sorry see the is linked to and from? Its fatter than the others. It only happens when there isnt anyone mutually linked.

When there are avatars uptop it works or I should say looks perfect. I also would like it so it doesnt link to other peoples buddies profiles. just shows who I am linked to and who linked to me. and who reciprocated. Thats it. I would rather if you click on a name in the list it just goes to thier profile page.


If you can show me how to do that that would be awsome!

Last edited by T3MEDIA : 15 Dec 2004 at 16:01.
Reply With Quote
  #84  
Old 15 Dec 2004, 16:28
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Real name: sabe
here yo go t3media

i basicallly cleaned up the code so i could take a proper look at it, i was gonna make it template based too but decided to leave it, but alas here it is, i couldn't work out a way to get the info via a cache in my spare hour, hopefully someone else will
Attached Files
File Type: php friends.php (7.5 KB, 26 views)
__________________
UNDER CONSTRUCTION: Confessionary Hack

Make me a Hack of The Month author: GRPS: Groups Commune
make my hacks, they'll make you famous

unless it's a security concern, please do not pm/im me for support unless you're willing to pay.
Reply With Quote
  #85  
Old 15 Dec 2004, 16:36
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Originally Posted by sabret00the
here yo go t3media

i basicallly cleaned up the code so i could take a proper look at it, i was gonna make it template based too but decided to leave it, but alas here it is, i couldn't work out a way to get the info via a cache in my spare hour, hopefully someone else will
Oh you hucked it up. I would like to make a donation for that. (it wont be big) but I mean that is exactly what I wanted. for saber and Cloud-Warrior.

The only thing I ask is what ever you did to fix the tables can you do it as well when there isnt anyone listed? If there are no buddys at all the tables go fat as well. That is about it!!!

Thank you very much. please both users PM me a paypal to send to.

Last edited by T3MEDIA : 15 Dec 2004 at 16:43.
Reply With Quote
  #86  
Old 15 Dec 2004, 16:53
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Real name: sabe
thank you but i couldn't accept i barely done anything
__________________
UNDER CONSTRUCTION: Confessionary Hack

Make me a Hack of The Month author: GRPS: Groups Commune
make my hacks, they'll make you famous

unless it's a security concern, please do not pm/im me for support unless you're willing to pay.
Reply With Quote
  #87  
Old 15 Dec 2004, 17:25
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Originally Posted by sabret00the
thank you but i couldn't accept i barely done anything
ohh now the link adds people to the ignore list lol.
that was actually funny.

can these incy wincy things be fix in my mini mod?

Oh if there are no buddies at all... the bottom tables go fat as well.
Reply With Quote
  #88  
Old 15 Dec 2004, 18:11
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Real name: sabe
what link add's em to your iggy list?
__________________
UNDER CONSTRUCTION: Confessionary Hack

Make me a Hack of The Month author: GRPS: Groups Commune
make my hacks, they'll make you famous

unless it's a security concern, please do not pm/im me for support unless you're willing to pay.
Reply With Quote
  #89  
Old 15 Dec 2004, 19:30
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Real name: sabe
minor update, now most of it is handles via vB

adding the template and the updated file here

name the template: vbfriends_main

updated the php file
Attached Files
File Type: txt vbfriends_main.txt (1.8 KB, 34 views)
File Type: php friends.php (5.7 KB, 31 views)
__________________
UNDER CONSTRUCTION: Confessionary Hack

Make me a Hack of The Month author: GRPS: Groups Commune
make my hacks, they'll make you famous

unless it's a security concern, please do not pm/im me for support unless you're willing to pay.

Last edited by sabret00the : 15 Dec 2004 at 19:37.
Reply With Quote
  #90  
Old 15 Dec 2004, 19:35
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Originally Posted by sabret00the
what link add's em to your iggy list?
ya know... like if you have people on the link to side (far right) it says link next to thier name.

if I hit it now. they will be added to my ingore list not the add buddy list. it has to be something small. they are going to the oposite thing. Same thing if I try to unlink.

something small you changed in the code.

here is a new pic of fat tables with out any data.
Attached Images
File Type: jpg newmess.jpg (8.3 KB, 56 views)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

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


New To Site? Need Help?

All times are GMT. The time now is 13:57.

Layout Options | Width: Wide Color: