Eric,
Can you take us through what you've done, and possibly post any code that you've added. From the topic you linked to, specifically,
this post
, you should have code in the /modules/mod_jfbclogin/tmpl/default.php or /templates/<your_template>/html/mod_jfbclogin/default.php file that looks like the following (including your image):
// echo $fbClient->getLoginButton($buttonSize);
?>
<a href="javascript:void(0)" onclick="jfbc.login.login_custom();"><img src="http://dev.cokepot.com/login_pic/fb.png" /></a>
<ul>
<?php
$usersConfig = &JComponentHelper::getParams('com_users');The first line already exists in the file and is now commented out. The 2nd line was originally on the first line, but needed a carriage return to go to the next line (so it wasn't commented out). The 3rd line is the money line, where the new Login With Facebook button appears.
Hope that helps get you started, but again, if not, please post what you've done or a URL that we can look at to see if something's off.
Thanks!
Alex