![]() |
What do you mean by branch off hack? I mean vBBuddies dosn't use vBFriends, this is a hack on its own. With the row of random users, if you mean having the profile buddies list be random, it already is. But I think you mean having random users displayed on your search form? If thats the case it wouldn't be related to vBBuddies since it displays the buddies a user has not all members on the site. Is that what your looking for? Random users on the search form?
|
Quote:
yeah that is what I meant. |
I really don't see the point of randomly showing users on the search form, I mean there is already a main list where it shows all the users. Perhaps a better ideea would be to show like 3-6 random members at the top of the memberslist page but not sure how that would be performance wise.
|
Quote:
|
Quote:
3-6 is good how can you do that I would dump the HTML into my template. (or a new hack or something) becuase this is the best I seen right now. |
Okay well if this is for the search or the top of the memberslist I can do a listing of a few random members like 3-9 maybe but if theres more then that I still don't see the point.
|
There is a small problem in addon # 2 I just noticed. Find the following in the member.php file:
PHP Code:
PHP Code:
|
Hello
Here is the German Translation. The only thing you have to do is, import the XML File in your AdminPanel. |
Thanks for posting it! ;)
|
Got off work a little early and installed. Works wonderfully.
I just have one more small request. Where can I edit what is sent to the member via PM when they are added to the buddylist? I'd like to add a link that says something like, "Approve this buddy list request" or "Add this member to your buddylist". |
Edit the phrase 'buddies_autopmrequest' in your admincp to whatever you would like it to say when the pm is sent.
|
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 ################################## |
What users groups do those members belong to? Can you post me more information about the member having problems?
|
Both the ones that give me errors, and the ones that don't give me errors are in the Registered Members group.
|
Try this for me, cut this out:
PHP Code:
PHP Code:
|
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. |
I didn't think that would work lol. Anyway try doing this instead, find:
PHP Code:
PHP Code:
Update: Zip file has been updated. |
Quote:
curious indeed. (example here.) |
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. |
Quote:
|
Quote:
I fixed my bug. I have no idea why it started BUT if someone else gets it (the profile's avatar gets a x if they have no avatar selected.) I did this.... in MEMBERINFO template under: <if condition="$show['avatar']"> I added: <if condition="$userinfo[avatarurl] != ''"> Then of course you have to close the if statement... the next imediate </if> I added a next </if> |
KTBleeding: Your welcome just hope fixed everything lol :nervous:
T3MEDIA: Hmm I wondering why your avatar wasn't working and if anyone else seems to have this issue? As for the random members, I'll see if I can find some time for this (which one? search or memberslist?), a bit busy working on my site, heh keep side tracking to support the hack. But need the bugs out of it so I can use it for my site lol :D |
Quote:
If I added you a response came. then you added me... then your response came. so I couldnt figure out how to do a if statment so I reverted back. BTW it uses BB code so I made it a bit neater. |
Quote:
|
Yes see I did wanted to get the pm system to work so you can get "Approved" or what not and added to the list automatically but I couldn't figure out a way to get it to work without to much editing to the whole vbulletin buddy system, to much work for me to spend so much time on, need to the rest of my site you know hehe. So I just many it send a "added" to pm instead, short cut lol.
|
Quote:
|
SS9267547 your the man added your usercp addon (screen shot below) edited it a bit.... Theres only one minor thing (i dont like :devious: But could live with if its to much work :lick: ) lol If Benj adds john to his buddy list john get a PM (ye?) if john then adds benj Benj gets the same Pm .. is there a way to turn this off or maybe change it to
Quote:
lol Only a little thing like just i think it would be a worthwhile feature :D |
another bummy question lol sorry i added the hack over at https://vborg.vbsupport.ru/showthread.php?t=78477 automattically add referer to buddy list i tested it out by signing up and puttting Benj as the referer! Although the hack worked (w00t) it didnt send benj a Pm saying the new user had added him to his buddy list down can i make so it does ??
|
w00t 3 posts in a row :D I just upgraded from 1.0.1 to 1.0.2 thing is now options.php in the admincp folder shows up as a white page... Ive tried reuploading options.php doesnt work ! any ideas ? lol
Quote:
|
Quote:
|
i did what template controls this page ??????? at the moment ive got the unhacked version of option.php the vbuddies table shows up with all the options but the options arent savable !
|
Quote:
I am hoping that the guy that did it for my request will make it one sided so that way this hack can make it work seamless. If it works one way. Auto add referrer as your buddy. the referrer will get a notice you added them... then they can opt to add you or not. |
Quote:
but is it possible to only show the buddies in the profile without installing the whole hack? |
This hack is awesome BTW. One thing that I have noticed that is an issue. I have added a link in the default e-mail to ask that user back if you accept the buddy request. That way you can easily add a buddy a la myspace.
Problem with that is. When the user clicks the add back button it sends an e-mail back to the originator and that keeps going on and on forever. Is there anyway that we can set something up so that it does a check to see if the user is added on the buddylist (one way) and if so not to send the PM?? Let me know. Chris |
Can you only view your buddies in the UCP? Or does it show up on the forumhome page as well? I am really looking for a buddy list feature where I can have the buddies listed in a verticle box on the forum home page, kind of like the buddy list on vBportal.
Anyone know? |
benj: Yeah I want to change the buddy PM system to do that however I found it that it would be to much work at this time since I have to many projects to do on my site as it is. Maybe in the future when ever I figure out how to do it lol.
With the problem in the options.php make sure you edit correctly as well make ssure you do not use dreamweaver to edit that file with. The file won't work then. As for amykhar's hack benj, check out addon release # 3. It will help you install the PM feature for the hack. altsounds: Yes that is an issue with the hack, I'm just not sure where to start with it since I would most likly have to change how the whole buddy system works in vB so it would be able to check users and whatnot without going around in circles. The way how things are set up was just a quick solution, perhaps in time I'll change it. D|ver: Yeah you can, just follow the steps for the profile changes. You'll need to edit out some parts of it tho so it dosn't check the forums vBBuddies settings. Now if you just want a simple list of buddies I think there are a few hacks out there that already do that. Wasim: This hack shows the buddies publicly (or not, up to you) in ones profile. As for showing a buddies list on forumhome I think there is something like that out there. |
Here you go benj. This addon will hopfully send a pm for amykhar's hack:
https://vborg.vbsupport.ru/showthread.php?t=78477 Addon Features
I've included one screenshot of the addon. Enjoy. ;) |
SS9267547 cheers man :D
thanks for creating this hack good luck with your project :D |
This is a brilliant hack. Any chance we can get a User CP addon much like the profile add on so that when you go to your Control Panel you will see a list of your buddies in random that you can control from the options as a seperate entity.
Let me know how hard this would be to achieve. Thanks again. This is an amazing hack!! |
I played around with the original vbulletin buddies system and there is no checking going on at all thats what the problem is with the looping. Someone that is already your buddy you can add them again and again and it won't give any errors.
Could the writer of the script help us all out here with this?? Your obviously an excellent coder and could do a much better job than all of us. If you need it I can donate you some money to get this all working as I think it is VERY important because users will get pissed off with the forum ASAP if they keep getting pms back from people they have asked to be added as a buddy too FOREVER!!!! Let me know whether anyone could do this. As I said, $$ in it for whoever wants to take it on. Thanks Chris |
All times are GMT. The time now is 08:32 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|