The JFBCFan module and Tag will show friends that have connected to your site through Facebook if a URL is not specified. I can see where using the current page would be a good default too, and we can look into adding that as an option in the future as well.
However, for now, if you're using the JFBCFan module, the changes to do what you're looking for should be pretty easy. Both are in the /modules/mod_jfbcfriends/tmpl/default.php file. At the top, you'll see an if block that checks if $fbUserId == null. This is where we see if a Facebook user is logged in. Simply put // before the echo statement after that. It will essentially make the module output nothing if no user is logged in. However, if you have a title for the module, that will still display. There's nothing we can do about that, as that's how Joomla works.
Then, down on line 22, you'll see where we set the URL parameter. Simply update that line to:
That will use the current URL.
Finally, regarding our support, no problem for the quick responses, it's what we do. Thank you for your subscription! Also, please consider leaving a rating and review on the Joomla Extension Directory for JFBConnect, or our support:
extensions.joomla.org/extensions/social-...ook-integration/7215
Hope that helps, but if you need anything else, just let us know.
Alex