It seems that I have no idea what I am doing. Can you help break it into simple, noobie steps?
I have opened /modules/mod_jfbclogin/tmpl/default.php file.
Line 171 was
echo $fbClient->getLoginButton($buttonSize); ?>
I changed it to
// echo $fbClient->getLoginButton($buttonSize); ?>
One line 172 I put the following
<?php <a href="javascript:void(0)" onclick="jfbc.login.login_custom();"><img src="
www.unitedwaypeel.org/pics/fkbook.gif" /> ?>
It seems that there is a syntax error in that line. I also received notification that "Dynamically-related files cannot be discovered because there is no site definition for this document."
I'm not surprised that when I saved thew new default.php file to my site, my site ceased to exist. D'oh! I put the original file back but I have no idea what I did wrong or how to fix it. Please help!
Is there anything that I have to do to my login module? I don't see anywhere to enter code!
Thanks for your patience!