Version: 1.00, by Cloud-Warrior
Developer Last Online: Apr 2010
Version: 3.0.3
Rating:
Released: 06-22-2004
Last Update: Never
Installs: 40
No support by the author.
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.
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:
PHP Code:
// 0.1 - 2004-06-23 - First version
// 0.2 - 2004-06-24 - Added missing trailing slash
// 0.3 - 2004-06-28 - Added missing TABLE_PREFIX to tables
// 0.4 - 2004-07-01 - Added functionality for enemies
// 1.0 - 2004-07-21 - No comment
// 1.1 - 2004-09-09 - Added mutual percentage, in and out counts, link and unlink options for own account
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
what the if condition is asking is "if you are not this user => do you want to add him/her to your userlist?" and NOT "if you're a buddy do you wanna add me?".
what????
ok hold up. I am looking at a user right now. I am his buddy he is mine.
it still says Add to Your buddy List
that isnt right. ok. put it this way look at your comment. "we want to change this to remove"
there isnt anything there right?
you're correct, but the comment is wrong
<!-- // If already on list, will want to change this to remove... -->
should read
<!-- // If i am not this user offer to add me -->
you could, or anyone could quite easily readd the original conditional but if i remember correctly i removed that due to a bug in the system where it wasn't removing users properly.
you're correct, but the comment is wrong
<!-- // If already on list, will want to change this to remove... -->
should read
<!-- // If i am not this user offer to add me -->
you could, or anyone could quite easily readd the original conditional but if i remember correctly i removed that due to a bug in the system where it wasn't removing users properly.
ummm so your sayin just leave it I guess? Ok the reason I asked was I would like that conditional to actually work
If I am a buddy already just disapear. any if cons I could use?
It shows constantly at the moment you really dont need a if statement.
A "regular member" should ONLY be able to see his/her own list. An Admin could see everyone's list. Would probably be a conditional, but I don't know where it'd go, or the syntax.