![]() |
Quote:
The list on the left is the buddys you have on your list.. the list on the right is the list of members that have YOU on their list.. but you don't have them.. Click the add button [+] next to the members to add them to your list.. once you are on eachother's list.. you will see the avatars! Sandra |
Quote:
I'm not sure where to go and edit the code for this area. Do I go into plugin manager, or should I go into replacement variable area or somewhere else? |
It's hit or miss on if the avatar shows up.
What is up with that? |
Quote:
Go to Admin CP >> Plugin System >> Plugin Manager >> Click on [edit] Friends and/or Buddies in Profile >> then . . . . (cut & paste into note pad the Plugin PHP Code, and use the find feature) You need to find this line: Code:
$FNB_HTML .= "<td class=\"tcat\" colspan=\"2\">".($vbulletin->options['fnb_show_friends'] ? $vbphrase['fnb_friends'] : $vbphrase['fnb_buddies']).( ($vbulletin->options['fnb_show_counts']) ? " (".count($FNB_choice).")" : "" )."</td>"; Code:
$FNB_HTML .= "<td class=\"tcat\" colspan=\"2\">"."<a href=\"".$vbulletin->options['bburl']."/member.php?u=".$userinfo['userid']."&showall=1\">".($vbulletin->options['fnb_show_friends'] ? $vbphrase['fnb_friends'] : $vbphrase['fnb_buddies'])."</a>".( ($vbulletin->options['fnb_show_counts']) ? " (".count($FNB_choice).")" : "" )."</td>"; :banana: :banana: :banana: P.S. Here's an example of how you can click on "Friends(xx)" so it's linkable. Nothing very exciting, just a link. |
Thanks for this, it works like a charm.
Also I wanted to share something with everyone else. I for one wanted the lists to be randomized instead of the usernames be in alphabet order. So all I did was to change PHP Code:
PHP Code:
|
I have problem with "Show All".
When users clicks "Show All" it opens; http://www.domain.com/members/admin.html My Seo using "members/[user_name].html" and rewrites "/member.php?u=".$userinfo['userid']" so i have problem with this line "href=\"".$vbulletin->options['bburl']."/member.php?u=".$userinfo['userid']."&showall=1\">" how do i fix it? Thanks... |
Can somebody help?:(
|
Will this work with vb 3.6?
|
Quote:
Working on my site running vb 3.6. |
Is there a way to automatically add new members to my buddy list when they sign up?
|
All times are GMT. The time now is 10:20 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:
|