PDA

View Full Version : Profile Enhancements - Friends and/or Buddies on Profile


jj
12-16-2006, 10:00 PM
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 (https://vborg.vbsupport.ru/showthread.php?t=104872) 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 $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 <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:

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

<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!


TODO


Looking into avatar/profilepicture display/detection
Online status of friends/buddies
?SEO compatibility?


LIVE DEMO(S)


http://www.myrabbits.de/forum/member.php?u=35&styleid=1


CREDITS


Thx to Cloud-Warrior for inspiration and idea. If you want a seperate friends page, too, get the vBFriends extension (https://vborg.vbsupport.ru/showthread.php?t=101470) 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)

jj
12-17-2006, 10:42 AM
v2.0.2

[Fix] Fixed the german xml file on 2007-27-08

v2.0.2

[Fix] Add/remove buddy phrases switched

v2.0.1

[Fix] Error in pagination count and displayed entries mismatched
[Fix] Profile links by username should work now

v2.0.0

[Change] GLOBAL Phrases now in sperate phrasegroup
[Add] HTML code now in template system
[Add] Pagination

v1.0.5

[Fix] Prevent showing the "red X" in Internet Explorer, if no profile pic is set and you're using file based storage of the profile pics

v1.0.4

[Add] Option to set hight/width of avatar/profilepic
[Add] Option to use profilelinks with id or username
[Add] Option to show only friends/buddies with username if you limit them to a max number

v1.0.3

[New] It's a product now
[Add] Phrased
[Add] Setup options moved to ACP (vBulletin options)
[Fix] Little fix with added option from 1.0.2

v1.0.2

[Add] Option to remove "friends" from being shown in buddy-list and buddy-by-list

v1.0.1

[Add] Friends list/Buddy list will not show up, if no friends are available. Also the additional Buddylist/Added by list will not show up if both of the are empty (i.e. you added no buddy and were not added by anyone else to his buddylist)
[Add] Prefixes to add/remove buddies in the additional lists now editable in setup part (what is meant exactly? these: [+], [-] as the default)

v1.0.0

Initial release

FleaBag
12-17-2006, 11:54 AM
Thanks for the confirmation that it will work in 3.6.x... Shame that filesystem images won't work though. I guess I'll have to reluctantly move them back into database to use this beauty. A question: How are friends sorted?

jj
12-17-2006, 12:01 PM
Thanks for the confirmation that it will work in 3.6.x... Shame that filesystem images won't work though. I guess I'll have to reluctantly move them back into database to use this beauty. A question: How are friends sorted?

They are ordered by username. If you want to change it, you need to edit the plugin code under the hook "member_complete" on line 21 from
username"
to something like
RAND()"
ie. for randomization. Someone mentioned that in the 3.5.x Thread already.

The buddy-by ordering is located on line 44.

projectego
12-17-2006, 12:09 PM
Cool idea, thanks! :)

FleaBag
12-17-2006, 12:11 PM
The beauty of RAND. :)

Exactly how I'd like to do it, thanks for the info jj. :)

Veer
12-17-2006, 12:29 PM
Hi, I have installed your 3.5 Release in my vb 3.6.0
So is there any need to update or re-install it to this 3.6 release?

thanks.

jj
12-18-2006, 07:01 AM
Hi, I have installed your 3.5 Release in my vb 3.6.0
So is there any need to update or re-install it to this 3.6 release?

thanks.

No, as you can read under "EXTRA INFORMATION" it's absolutely the same version and code. I've just tested it myself with a 3.6.0 vb.

Veer
12-18-2006, 08:46 AM
okay, thanks :)

MaestroX
12-18-2006, 03:44 PM
Thanks for this, I hope people expand on improving the profiles in vB3.6 at the moment there arn't many mods out there.

p.s. The demo site has a really nice layout of the profile. Anychance you'll release a mod to do similar?

Thanks once again

jj
12-19-2006, 06:07 AM
Thanks for this, I hope people expand on improving the profiles in vB3.6 at the moment there arn't many mods out there.

p.s. The demo site has a really nice layout of the profile. Anychance you'll release a mod to do similar?

Thanks once again

There was a big thread regarding the pimping of the profile, but I couldn't find it now. If you are interested in the MEMBERINFO content, just send me a note, and I'll send you the code back.

napukjon
12-19-2006, 02:00 PM
Works fine, only problem i have is that the avatars arent showing when i have them to show

MaestroX
12-19-2006, 06:52 PM
There was a big thread regarding the pimping of the profile, but I couldn't find it now. If you are interested in the MEMBERINFO content, just send me a note, and I'll send you the code back.

Thankyou, pm sent :)

AK47 Nemesis
12-23-2006, 11:15 AM
Nice, but how do you make the avatars their normal height and width? Since they are pretty small now. If you could tell me, it would be awesome.

jj
12-26-2006, 03:20 PM
Nice, but how do you make the avatars their normal height and width? Since they are pretty small now. If you could tell me, it would be awesome.

Set width and height in the VBSettings in the ACP to 0. So they will scale to the original sizes.

adonfun
12-27-2006, 06:36 PM
Looks like a great mod.

Update mu (us) when its 3.6.4 ready :)

Brew
01-11-2007, 04:06 PM
Shame that filesystem images won't work though. I guess I'll have to reluctantly move them back into database to use this beauty.

Can you explain how to move image from the file system?

I've looked all over and can't seem to find the setting :(

Thank you!

edit: nm...I found it :)

Brew
01-11-2007, 04:14 PM
After moving image to the filesystem and also after moving the image back into the database the avatars still won't show :(

Any ideas what I should do?

Here's the profile:
http://www.tankkillers.com/forums/member.php?u=1

Thank you!

obmob
01-11-2007, 04:37 PM
Oh, i like the idea, and that member template... anywhere i can get the code for that template? :p

thanks

jj
01-11-2007, 05:38 PM
After moving image to the filesystem and also after moving the image back into the database the avatars still won't show :(

Any ideas what I should do?

Here's the profile:
http://www.tankkillers.com/forums/member.php?u=1

Thank you!

I am able to see the avatar of you on that link. Btw you're using 3.6.3 right? Seems like it works on 3.6.3, too :)

cfspinner
01-14-2007, 06:18 PM
Great hack. Installed. I get the buddy list with avatars, but the additional friends list that show who I am a friend of will not display no matter what setting I choose. Also, the only way I could get the buddy list to display was to set show friends to no. If I set it to yes, the buddy list won't display.

Also, which template do I edit so i can center the avatars?

StarBuG
01-14-2007, 08:09 PM
Hi

I tried your hack and it looks promising.

But a few changes would be great.

If a noavatar image is provided, it would be cool if all friends are shown with graphic.
Somewhat like myspace does.

It would also be cool to have an option "use default avatar size of users" (as alternate option to a fixed size like it is now)
Because if all avatars are resized to a predefined size most of them look really bad.

That would be great.

/me clicks install

Spin Doctor
01-21-2007, 11:05 AM
Avatars/profilepics will not show up, if stored in filesystem!

can someone dum this down for me?

Snake
01-21-2007, 12:09 PM
Thanks for the hack but I have a couple of questions.

Is this going to work just fine while I'm having my avatars as filesystem storage? Also is it possible to change the links to member's profile from "http://www.yourdomain.com/member.php?do=getinfo&username=Snake" to "http://www.yourdomain.com/member.php?u=1"?

MistaMarkael
01-27-2007, 03:25 AM
so the avitars will not show on 3.6.4?

MorrisMcD
01-27-2007, 06:41 AM
I have a user with a TM after his name.. The character, not just the letters TM..

Doesn't recognize it.. Is it possible to be able to add users by memberid as well or possibly fixing this?

NoDRaC
01-27-2007, 02:41 PM
show all button doesnt work with vbseo :(
http://www.arkasokak.net/uyeler/metluca/

Snake
02-16-2007, 08:10 PM
I just realized that the "Show All" link doesn't work on vBSEO so I was wondering if there's a little fix for this? :)

MistaMarkael
02-16-2007, 08:15 PM
so the avitars will not show on 3.6.4?

? ? ? ?

ragtek
02-18-2007, 02:08 PM
what are friends?
i don't know where they are from

jj
02-26-2007, 02:14 PM
so the avitars will not show on 3.6.4?

? ? ? ?

...I just made sure myself this is running just fine with 3.6.0...

So there will be no answer by me :)

jj
02-26-2007, 02:14 PM
what are friends?
i don't know where they are from

Read in the first post, thx.

jj
02-26-2007, 02:15 PM
I just realized that the "Show All" link doesn't work on vBSEO so I was wondering if there's a little fix for this? :)

Got no SEO, so I can't test/fix it.

jj
02-26-2007, 02:17 PM
Thanks for the hack but I have a couple of questions.

Is this going to work just fine while I'm having my avatars as filesystem storage? Also is it possible to change the links to member's profile from "http://www.yourdomain.com/member.php?do=getinfo&username=Snake" to "http://www.yourdomain.com/member.php?u=1"?

I have a user with a TM after his name.. The character, not just the letters TM..

Doesn't recognize it.. Is it possible to be able to add users by memberid as well or possibly fixing this?

This needs some editing in the Script. But I think its possible to go with the memberid. I will write that request down and implement it, when we updated to the latest vbulletin version (we're waiting for 3.6.5).

stonner
03-01-2007, 04:12 PM
Great Hack!

Is it possible to set that the admin is by default a friend of every new user?

Thank you!

ABeautifulBrown
03-11-2007, 12:57 PM
I have 3.6.5. I have the mod installed but I don't see the avatars. My images are stored in my database. Here's my profile

http://www.sofreshforums.com/member.php?u=1

Snake
03-13-2007, 06:16 PM
This needs some editing in the Script. But I think its possible to go with the memberid. I will write that request down and implement it, when we updated to the latest vbulletin version (we're waiting for 3.6.5).
It has been released finally. :D

Lars-Christian
03-14-2007, 02:02 PM
I thought I'd just confirm that this is running fine on 3.6.5 - As you can see here (http://bloggst.com/forums/member.php?find=lastposter&f=9).

darkblade25
03-15-2007, 06:49 AM
How can I get $FNB_HTML to display in the homepage of the UserCP. Can someone please either post or PM me.

ABeautifulBrown
03-21-2007, 12:56 AM
I have 3.6.5. I have the mod installed but I don't see the avatars. My images are stored in my database. Here's my profile

http://www.sofreshforums.com/member.php?u=1

anyone got any ideas? no clue what I'm doing wrong.

MistaMarkael
03-21-2007, 01:00 AM
go away...

ABeautifulBrown
03-21-2007, 12:02 PM
go away...

you're lucky I like you, Markael :P

jj
03-22-2007, 09:39 PM
I have 3.6.5. I have the mod installed but I don't see the avatars. My images are stored in my database. Here's my profile

http://www.sofreshforums.com/member.php?u=1

I cannot find this plugin there :)

It has been released finally. :D

:) We will order our update extension then ;)

I thought I'd just confirm that this is running fine on 3.6.5 - As you can see here (http://bloggst.com/forums/member.php?find=lastposter&f=9).

Thank you!

How can I get $FNB_HTML to display in the homepage of the UserCP. Can someone please either post or PM me.

That's not possible at the moment. Someone requested this already on the older thread (the one for 3.5.x).

jj
03-22-2007, 09:40 PM
go away...
:confused:

jj
03-22-2007, 09:41 PM
Great Hack!

Is it possible to set that the admin is by default a friend of every new user?

Thank you!

Oh my... nearly forgot to reply to you :)

No that isn't possible at the moment. I'll have a look into it.

akulion
03-24-2007, 05:02 AM
wow i really like ur profile look

is that a mod for making it look like this?

Can u tell me whic one?

thanks

jj
03-25-2007, 01:10 AM
It's no mod. It's just a reworked template. I've sent you the code.

Regards
Jens

mescalin
03-27-2007, 01:51 PM
i liked the mod thanks...

but i need to know if i can resize avatars or profile pic with constant proportions cuz some pics gets ugly when resized.. how can i do that?

jj
03-29-2007, 05:54 AM
Only set width OR height to a specific value :)

mescalin
03-29-2007, 07:35 PM
ups..:) thank you for the hint..

mescalin
04-08-2007, 10:03 AM
I have a question again :)

Im using profilepics not avatars, but it does not show noavatar.gif even if i change clear.gif to noavatar.gif. I think it only shows that for only missing avatars. Is there a way to set it to show it when there is no profilepic?

jaymullah
04-10-2007, 10:52 PM
I am missing the whole section with Friends listing. All I get is the Buddylist, and Buddy of part. I have played around with the Friends/Buddies in Profile options in Admin area, tried installing and reinstalling this mod. I have checked that I use the database to store my avatars.

Any ideas here? I see a few others had this problem too but no answers yet. I would love to get the friends/avatars bit showing.

jj
04-11-2007, 05:42 PM
I am missing the whole section with Friends listing. All I get is the Buddylist, and Buddy of part. I have played around with the Friends/Buddies in Profile options in Admin area, tried installing and reinstalling this mod. I have checked that I use the database to store my avatars.

Any ideas here? I see a few others had this problem too but no answers yet. I would love to get the friends/avatars bit showing. Sample profile:

http://www.sureshotters.com/member.php?u=1

Make sure you are on the others Buddylists, too. Then it'll show up :)

jj
04-11-2007, 05:43 PM
I have a question again :)

Im using profilepics not avatars, but it does not show noavatar.gif even if i change clear.gif to noavatar.gif. I think it only shows that for only missing avatars. Is there a way to set it to show it when there is no profilepic?

I've explained that this is not possible in the other thread for the 3.5.x version. But I will check if that is now possible in the 3.6.x vb.

jaymullah
04-12-2007, 12:53 AM
Make sure you are on the others Buddylists, too. Then it'll show up

*smacks his forhead*
I thought I was on my test accounts buddylist, I wasn't.........that fixed it right up :) Thanks for your reply and excellent mod!

mescalin
04-19-2007, 08:21 PM
yes i know im asking too many questions but its a fatal mod for me :)

as i said before im using profile pics not avatars, n now i realised that if a user changes his/her profile pic, the pic in the friend lists remains same and showing old profie pic.. is there a fix for that?

jj
04-20-2007, 08:13 PM
yes i know im asking too many questions but its a fatal mod for me :)

as i said before im using profile pics not avatars, n now i realised that if a user changes his/her profile pic, the pic in the friend lists remains same and showing old profie pic.. is there a fix for that?

not yet :) I'm currently updating our forum to 3.6.5 :)

jj
04-20-2007, 08:44 PM
As I'm done with installing the 3.6.5 version of our vb, I raised the supported version number to 3.6.5 because it's still working :)

foulplay
04-23-2007, 08:47 AM
My only suggestion to improve this hack would be to add a pagination to the buddy list so, that when someone has 2000 friends it doesn't take forever to load a profile. Also, online status for each buddy would be great.

jj
04-25-2007, 08:08 PM
My only suggestion to improve this hack would be to add a pagination to the buddy list so, that when someone has 2000 friends it doesn't take forever to load a profile. Also, online status for each buddy would be great.

Yes, these are great additions and I'm going to implement them ;)

elmati
04-29-2007, 04:45 AM
installed!

thx a lot :)

tamborinegal
04-30-2007, 04:14 AM
My only suggestion to improve this hack would be to add a pagination to the buddy list so, that when someone has 2000 friends it doesn't take forever to load a profile. Also, online status for each buddy would be great.

Yes, these are great additions and I'm going to implement them ;)

Hi jj,

I love the sound of the hack, but I'm a little wary of installing it until the pagination system is working as I know what my members are like. They'll be adding lots of buddies to their profiles... Any idea when you might implement the paginated buddy list?

Thanks

Clancy

jj
05-02-2007, 07:50 PM
Hi tamborinegal and all the others,

currently I am working on the next version of my product. As you can see the demo link (http://www.myrabbits.de/forum/member.php?u=35&styleid=1) now shows a pagination and you can browse to the second page of my friends there. Actually the script needs some more tweaking/enhancements.

Best of it: It does not interfere with another pagination on the same page (like our user guestbook) - of course you can only browse through one of them.

I cannot promise, but I will try to get everything done till sunday evening (remember I'm in germany) :)

regards
jj

Stilgar
05-02-2007, 09:58 PM
This is very good news, jj.

Thank you for all your work on this great hack.

tamborinegal
05-03-2007, 05:53 AM
That looks great jj. Thank so much for all your work.

I was a little disappointed to read today that Antivirus has decided not to port his AutoPM after addBuddy over to vB3.6. I don't suppose there is any way it could be combined with your hack is there jj? I know that's asking a lot, but I thought I'd ask anyway. Hopefully someone will take over where Antivirus left off. The two hacks together would be just perfect.

Thanks again,

Clancy

moondragon13
05-03-2007, 06:15 PM
jj,

Awesome hack, I am installing and can't wait for the other version with paging.

Question, on your demo link you also have:

1. Profile commenting (did you use the hack here on this site?)
2. What is the "Favoriten" box? Is that just a list of links? Is this a hack or vBulletin thing?

jj
05-03-2007, 07:09 PM
1. Profile commenting (did you use the hack here on this site?)

It's this one:
http://www.my-vb.de/board/hacks-addons-fuer-vbulletin-3-6-x/45-gaestebuch.html

2. What is the "Favoriten" box? Is that just a list of links? Is this a hack or vBulletin thing?

It's just a profilefield which is set up as a textfield. I've got a simple plugin to activate bbcode parsing on all profilefields shown in our profiles.

jj
05-04-2007, 12:51 PM
I was a little disappointed to read today that Antivirus has decided not to port his AutoPM after addBuddy over to vB3.6. I don't suppose there is any way it could be combined with your hack is there jj? I know that's asking a lot, but I thought I'd ask anyway. Hopefully someone will take over where Antivirus left off. The two hacks together would be just perfect.

Well I wrote a pm to Antivirus, lets see what we can do here...



Some progress on the new version: I started to get the html code the plugin into templates and it seems to work fine. I will have to look into the template caching thingy ;)

Just another thought: Maybe we can find some SEO users here, to get this work with SEO too? And maybe I can get an admin account on a test system with SEO from them, to play around with my product?

jj
05-04-2007, 09:05 PM
Just updated the files here. Have fun and good night ;)

rossco_2005
05-05-2007, 06:24 PM
Something seems to be wrong.

All teh headings are missing...
for example instead of it saying "rossco is a buddy of: (6)" it just says "(6)"

tamborinegal
05-06-2007, 01:51 AM
Well I wrote a pm to Antivirus, lets see what we can do here...



Cool. Thanks jj. It would be so great have the two incorporated.

I just have a couple of problems. The first one is the pagination system and the buddy (or friends) count. I'm finding that if there are enough friends or buddies to split into two or more pages the count is right and so are the avatars that show up. The problem is that when a member has less than the amount of buddies (or friends) to show up on two or more pages, one of the buddies (or friends doesn't appear). For example, if a member has two buddies, the count will say 2 buddies, but it will only show one of them... then if another buddy is added the count will change accordingly but the buddy just added won't show up until another buddy is added. This is no longer a problem when there are more buddies added and it splits into two pages... any idea why that would be happening?

Hope the above makes sense. It seems to be a pagination problem.

...and also I have noticed that when the "Links to the profiles of friends/buddies by ID?" is set to no, the link is incorrect and doesn't go to the buddies profile.

Thanks again for all your work jj.

Cheers

Clancy

jj
05-06-2007, 07:41 AM
Something seems to be wrong.

All teh headings are missing...
for example instead of it saying "rossco is a buddy of: (6)" it just says "(6)"

Hm. Which vb Version you are using?

Anyone else with this problem? I've tested a lot to get this work.

I just have a couple of problems. The first one is the pagination system and the buddy (or friends) count. I'm finding that if there are enough friends or buddies to split into two or more pages the count is right and so are the avatars that show up. The problem is that when a member has less than the amount of buddies (or friends) to show up on two or more pages, one of the buddies (or friends doesn't appear). For example, if a member has two buddies, the count will say 2 buddies, but it will only show one of them... then if another buddy is added the count will change accordingly but the buddy just added won't show up until another buddy is added. This is no longer a problem when there are more buddies added and it splits into two pages... any idea why that would be happening?

Hope the above makes sense. It seems to be a pagination problem.

...and also I have noticed that when the "Links to the profiles of friends/buddies by ID?" is set to no, the link is incorrect and doesn't go to the buddies profile.



Hopefully fixed.

rossco_2005
05-06-2007, 12:54 PM
Using 3.6.5.
Not sure why the phrases are fcked like that.

shokmuzik.com
05-06-2007, 01:06 PM
I had the older version working without problems. Updated, installed overwrote the german product but doesnt show up in memberinfo only in admincp. Deleted product and installed again, but no difference.

rossco_2005
05-06-2007, 01:12 PM
Fixed. Sorry, it was another plugin affecting your init_startup plugin.
Wierd.

Managed to find a real bug though...the remove buddy/add buddy phrases are backwards. :P

shokmuzik.com
05-06-2007, 03:41 PM
Fixed. Installed the english version and it worked, installed the german product over the english one and it worked, too.

jj
05-07-2007, 06:27 AM
Fixed. Installed the english version and it worked, installed the german product over the english one and it worked, too.

Weird. I had no problems with the german version on my test board and on our board itself.

jj
05-07-2007, 04:47 PM
Fixed. Sorry, it was another plugin affecting your init_startup plugin.
Wierd.

Managed to find a real bug though...the remove buddy/add buddy phrases are backwards. :P

Fixed, and thanks for the info with your problem :) (maybe click install now? =])

rossco_2005
05-07-2007, 09:20 PM
Fixed, and thanks for the info with your problem :) (maybe click install now? =])
Sorry, I noticed more bugs...

First, you are already grabbing all buddies' avatar info from the DB in one query, but then for each friend you are fetching the avatr info again meaning each friend adds another query to the page...
I'd provide more info/a fix to you for this but your code is sorta all over the place and the var names are not constant, so it's too confusing for me to trace it...
Anyway, it works great so if you're not going to fix that I'll keep this installed anyway, until I can find my own fix. :)

tamborinegal
05-07-2007, 11:52 PM
I just have a couple of problems. The first one is the pagination system and the buddy (or friends) count. I'm finding that if there are enough friends or buddies to split into two or more pages the count is right and so are the avatars that show up. The problem is that when a member has less than the amount of buddies (or friends) to show up on two or more pages, one of the buddies (or friends doesn't appear). For example, if a member has two buddies, the count will say 2 buddies, but it will only show one of them... then if another buddy is added the count will change accordingly but the buddy just added won't show up until another buddy is added. This is no longer a problem when there are more buddies added and it splits into two pages... any idea why that would be happening?

...and also I have noticed that when the "Links to the profiles of friends/buddies by ID?" is set to no, the link is incorrect and doesn't go to the buddies profile.





Hopefully fixed.

Works perfectly now. Thanks jj!

Clancy

jj
05-08-2007, 05:39 AM
First, you are already grabbing all buddies' avatar info from the DB in one query, but then for each friend you are fetching the avatr info again meaning each friend adds another query to the page...

Look into my todo list :) it's just not finished yet.

sinistergaming
05-09-2007, 04:35 AM
it took a minute messing with yes and no with the picture and avatars and who can view what but it works great and does just fine thanks !!!!

Lars-Christian
05-10-2007, 10:20 AM
Installed the upgrade. Works great. Now all we need is a AutoPM plugin that actually works, too, and all is well :)

Mrdby
05-12-2007, 01:00 PM
3.6.6.?

jj
05-12-2007, 07:22 PM
3.6.6.?

Why not? :)

rossco_2005
05-13-2007, 11:40 AM
Why not? :)

3.6.6 you can even take away the template edit and use the new template hook. :)
I'm going to look into that later today for my forum.;) :up:

ragtek
05-13-2007, 02:18 PM
3.6.6 you can even take away the template edit and use the new template hook. :)
I'm going to look into that later today for my forum.;) :up:

somebody know how to use the hooks?

rossco_2005
05-19-2007, 12:53 PM
somebody know how to use the hooks?
use the plugin member_complete
Add this code:
$template_hook[memberinfo_pos3] .= $FNB_HTML;
unset($FNB_HTML);

Change the template hook to whatever one you want to use. ;)

You then remove $FNB_HTML from memberinfo template which you added when you originally installed (unless you have't installed yet).
You can also change the hook name to any other in memberinfo to move the friends list around.

tamborinegal
05-27-2007, 01:04 AM
They are ordered by username. If you want to change it, you need to edit the plugin code under the hook "member_complete" on line 21 from
username"
to something like
RAND()"
ie. for randomization. Someone mentioned that in the 3.5.x Thread already.

The buddy-by ordering is located on line 44.
Hi jj,

Just wondering how to sort randomly instead of by username. The plugin has changed since the above was posted. Can you tell me where I can change the code to make the friends sort randomly?

Also, any update on the AutoPM after add Buddy. Are you still planning on adding this in at any stage?

Thanks again,

Clancy

StarBuG
06-03-2007, 12:11 PM
Hi

I have just updated from 1.0.1 to 2.0.2 and the list is not showing up anymore.
I used the german version and yes, I have put $FNB_HTML into the MEMBERINFO template.

Any ideas why it is not working?

EDIT: the english version works so there must be a problem with the german version ;)

Snake
06-15-2007, 10:21 PM
Okay, I've just upgraded the hack but I would like to have the "Show All" feature back instead of the page jumping. How do I do that?

Snake
06-18-2007, 07:33 PM
Bump! Anyone?

ragtek
08-25-2007, 09:44 AM
hi

take pls the german version out!
its not working because the plugins are "huddle?"
like cache templates should member_complete...

y2krazy
08-25-2007, 10:43 PM
Installed on 3.6.8, but not working. The Friends block is not showing up at all when viewing a member's profile page, even after I add someone to my buddylist.

Any ideas?

jj
08-27-2007, 06:22 PM
Hi

I have just updated from 1.0.1 to 2.0.2 and the list is not showing up anymore.
I used the german version and yes, I have put $FNB_HTML into the MEMBERINFO template.

Any ideas why it is not working?

EDIT: the english version works so there must be a problem with the german version ;)

Fixed the german xml file now...

Okay, I've just upgraded the hack but I would like to have the "Show All" feature back instead of the page jumping. How do I do that?

Will be optionally back in the next version.

hi

take pls the german version out!
its not working because the plugins are "huddle?"
like cache templates should member_complete...

Fixed the german xml file now...

Installed on 3.6.8, but not working. The Friends block is not showing up at all when viewing a member's profile page, even after I add someone to my buddylist.

Any ideas?

Did you add the $FNB_HTML to your MEMBERINFO template? Btw the friend block only shows up, if you're in each others lists...


I can't look into the plugin at the moment, due to the fact that I'm "offline". I have to wait until my new provider will hook me up with some internet connection, but I'll update as soon as get the connection and the time.

jj

y2krazy
08-28-2007, 01:44 AM
The update was only for the German version?

jj
08-28-2007, 05:36 AM
Yes. Just a fix. The german xml was missing a section.

AKapadia
09-02-2007, 08:37 PM
hey I install this but I was wondering can you tell me how can i make it so when there is friends in the buddy list I can say some text for example if there is no friends than i say you don't have any friends yet introduce your self in the community and make friends or something like that please.!

thanks

jj
09-05-2007, 06:08 AM
Hey that's a good idea, I will add that :)

ChU v2
09-05-2007, 06:02 PM
Installed, but on the profile page, there is no images for avatars or profile pics, it just displays the username.

ChU v2
09-06-2007, 07:00 PM
*Bump
Any ideas?

AKapadia
09-06-2007, 07:24 PM
Installed, but on the profile page, there is no images for avatars or profile pics, it just displays the username.


Does user has the avatar and check ur setting in Vbulletin Options!

ChU v2
09-07-2007, 04:03 PM
Does user has the avatar and check ur setting in Vbulletin Options!

Ah ok, I had to set the height and width of the avatar to 0. Thanks, great mod!

AKapadia
09-07-2007, 08:13 PM
Hey that's a good idea, I will add that :)

Thanks hope to see it before i release my site to public :)

Cubevisions
09-24-2007, 09:37 AM
Hope that you can finish the next version soon. Great great work.

chickadee
10-02-2007, 05:19 AM
Fantastic mod!

Is it possible to show some sort of if conditional that would show a link to add the user to your buddylist if they're not on it already? And if they are on your buddylist, the link would show an option to remove from friends or to ignore?
Thanks!!

trackpads
10-02-2007, 05:23 PM
I love this hack

rabbits slayer
10-19-2007, 01:06 AM
Hi, eveytime I click on a member on a buddylist...it'll direct me to an incorrect link.

Example:

linkk would take me to something like

http://mysite.com/forum.php/member.php?u=23

instead of

http://mysite.com/member.php?u=23 (correct link)

Pls help. Thanks.

Edit: Nevermind. Fixed. :)

military-space
10-19-2007, 02:32 AM
works like a dream...thank-you! I have tried another hack that was just too cumbersome and difficult to install and this one was a breeze!

YHB
10-20-2007, 04:49 PM
Installed...this is great, Thanks!

oaddah
10-23-2007, 01:53 PM
<font color="Red">Thank you my friend.

Installation was successfully

It is something beautiful </font>

CoryNickerson
10-29-2007, 08:11 PM
Installed. I need some kind of notificiation though. I tried that one linked above but doesnt work on 3.6.x

Are there any other mods that work like this for 3.6.x?

Mazinger
11-14-2007, 02:04 PM
Can I have a conditional to show that user have no buddies/friends?

Alfa1
01-03-2008, 05:50 PM
Is there a migration tool to vb 3.7's friends system? Friends and buddies do not get automatically transferred.

jj
01-17-2008, 09:11 PM
Is there a migration tool to vb 3.7's friends system? Friends and buddies do not get automatically transferred.

Hi,

as there is a "accept/deny" feature in the new vb 3.7 friends system I think there should not be a converter to do this automatically.

Just go to the page in your acp there and klick on the checkboxes and request the authentications.

Regards
Jens

T3G4Life
04-26-2008, 05:51 PM
Does not work with VBSEO

puregraf
11-24-2008, 01:39 AM
hey the link to add someone to be your friend, or add them as friend disapeared when i upgraded my vbulletin, can you please tell me how to fix this?

thanks

Shaliza
01-16-2009, 02:18 PM
Does this work on 3.8?

mknjhill
05-28-2009, 05:07 PM
uninstalled, it worked on SOME profiles but most of my members got database error wen they went to there profiles.