Yeah need to input the user id you wish to view. For example:
http://www.sitename.org/buddies.php?u=1
That should bring up the information, works like the member.php where it will load up a persons profile or vBFriends if you used that before. Forgot to meantion that lol. Now remember that you will need to setup how you would like to access this. If you would like to have it viewable from a persons profile add the following code whereever you would like the link to show:
PHP Code:
<a href="buddies.php?$session[sessionurl]u=$userinfo[userid]">View Buddies</a>
Let me know if that works for yeah.