vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - Friends and/or Buddies on Profile (https://vborg.vbsupport.ru/showthread.php?t=134181)

jj 05-08-2007 05:39 AM

Quote:

Originally Posted by rossco_2005 (Post 1243259)
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

Quote:

Originally Posted by Mrdby (Post 1246202)
3.6.6.?

Why not? :)

rossco_2005 05-13-2007 11:40 AM

Quote:

Originally Posted by jj (Post 1246404)
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

Quote:

Originally Posted by rossco_2005 (Post 1246751)
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

Quote:

Originally Posted by ragtek (Post 1246838)
somebody know how to use the hooks?

use the plugin member_complete
Add this code:
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

Quote:

Originally Posted by jj (Post 1140293)
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
PHP Code:

                    username

to something like
PHP Code:

                    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

Quote:

Originally Posted by StarBuG (Post 1260271)
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...

Quote:

Originally Posted by Snake (Post 1269340)
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.

Quote:

Originally Posted by ragtek (Post 1325328)
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...

Quote:

Originally Posted by y2krazy (Post 1325751)
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

Quote:

Originally Posted by ChU v2 (Post 1333044)
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

Quote:

Originally Posted by AKapadia (Post 1333800)
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

Quote:

Originally Posted by jj (Post 1332677)
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

Quote:

Originally Posted by Alfa1 (Post 1414788)
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.


All times are GMT. The time now is 08:29 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
  • Page Generation 0.01438 seconds
  • Memory Usage 1,817KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete