The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
During the development of my gaming site I was in the need of a hack that would display the buddies list publicly and I found one that I thought would work well for my needs called vBFriends. However I also found that it was in need of additional features to work more for what I needed it for so I modified this hack. Now with the permission of Cloud-Warrior (John Breslin) I?ve decided to release this little hack to anyone else who might find this useful called vBBuddies.
vBBuddies is similar to vBFriends however instead of showing all the members links (linked from, linked to, etc), vBBuddies simply displays all the members buddies only. Buddies that are of course linked back to the member. So for example a member named ?Bob? added a member named ?John? to his buddy list but ?John? didn?t add ?Bob? to his list. Now if that is the case, when looking at either ?Bobs? or ?Johns? public buddy lists you won?t see their names on there. However if both members add each others names to their buddy lists it will then classify that they are true buddies and put them on the list. Hope that makes sense. That?s pretty well what this little hack does. In addition to the change above, I?ve noticed that there were two main features lacking from vBFriends that members have noted as well I needed done which was more optimized queries, templates and the option for multi paged system. So I?ve added those to this hack, I just hope that I was able to lower the queries down, think at this moment its at 10 total. Anyway enjoy the hack, hope someone else can find this useful. There are 8 screenshots included for you to see what this little hack can do. :nervous: Now this isn't the greatest coded hack so I'm sure there are bugs. Please do let me know if there are problems with it and I'll try to find the problem if I have then time to do so. Also if you like the hack make sure hit the install button! Enjoy guys! ![]() vBBuddies Information Current Version Number: 1.0.3 vBulletin Test Version(s): 3.0.7 + Queries to run: 1 File Edits: 8 New Phrases: 28 New Templates: 6 Template Edits: 4 Last Edited: June 12, 2005 Edited By: Lucas Pawelczyk Install Time: 30 minutes Difficulty: Moderate Current Features
Donations Welcome lucas@gamitopia.com Addons Addon # 1 (Usercp basic addon): https://vborg.vbsupport.ru/showpost....8&postcount=53 Addon # 2 (Profile advanced addon): https://vborg.vbsupport.ru/showpost....1&postcount=73 Show Your Support
|
Comments |
#92
|
||||
|
||||
![]()
Edit the phrase 'buddies_autopmrequest' in your admincp to whatever you would like it to say when the pm is sent.
|
#93
|
||||
|
||||
![]()
Doh, I should have known that...
I have found an error message, actually. When viewing certain member profiles I seem to get this message: Quote:
Code:
// ##################################### Start Buddies List ################################## // =========================================================================================== // Check and see what information is to be shown for each member listed . (Edit by: Lucas) // =========================================================================================== $show['display_birthday'] = bitwise($vboptions['buddieslist_profiledisplayoptions'], 1); $show['display_age'] = bitwise($vboptions['buddieslist_profiledisplayoptions'], 2); $show['display_joindate'] = bitwise($vboptions['buddieslist_profiledisplayoptions'], 4); $show['display_postcount'] = bitwise($vboptions['buddieslist_profiledisplayoptions'], 8); $show['display_usertitle'] = bitwise($vboptions['buddieslist_profiledisplayoptions'], 16); $show['display_lastvisit'] = bitwise($vboptions['buddieslist_profiledisplayoptions'], 32); $show['display_avatar'] = bitwise($vboptions['buddieslist_profiledisplayoptions'], 64); $show['display_onlinestatus'] = bitwise($vboptions['buddieslist_profiledisplayoptions'], 128); // =========================================================================================== // Start main buddy list. (Edit by: Lucas) // =========================================================================================== |
#94
|
||||
|
||||
![]()
What users groups do those members belong to? Can you post me more information about the member having problems?
|
#95
|
||||
|
||||
![]()
Both the ones that give me errors, and the ones that don't give me errors are in the Registered Members group.
|
#96
|
||||
|
||||
![]()
Try this for me, cut this out:
PHP Code:
PHP Code:
|
#97
|
||||
|
||||
![]()
Same error. So far it has only happened on two user accounts, but I've only tried about eight of them.
Obviously, the error line has moved down to 565 now. |
#98
|
||||
|
||||
![]()
I didn't think that would work lol. Anyway try doing this instead, find:
PHP Code:
PHP Code:
Update: Zip file has been updated. |
#99
|
|||
|
|||
![]() Quote:
curious indeed. (example here.) |
#100
|
||||
|
||||
![]()
No it doesn't, that fixes the problem when members don't have buddies by adding a table that says they have no buddies at this time, just a typo that I made.
I can't see the link since I don't have permisssion too. With members that don't have a avatar they are give a defualt one, now remember that you will need to upload one to /images/misc/ to have it work. |
#101
|
||||
|
||||
![]() Quote:
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|