× Joomla Facebook Connect support forum

Topic-icon trouble installing please help

Active Subscriptions:

None
15 years 2 months ago #8251 by mario3252
Help you guys I cant get the log in module to appear on my sites log in page my site is here www.cagebook.com just got the module today followed all the steps still wont work any help please
The topic has been locked.
Support Specialist
15 years 2 months ago #8254 by alzander
I'm assuming you're not trying to use the JFBCLogin module and want to use the {} tag. If that's the case, please look at the other thread you posted in which I just responded to. If you're looking for something else, feel free to reply here.
www.sourcecoast.com/forums/topic?id=1704#p8253

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
15 years 2 months ago #8260 by mario3252
Hello I am trying to use the module but its not appearing on my site for my users to use to the log in ? The log in is activated and so are the plugins.
The topic has been locked.
Active Subscriptions:

None
15 years 2 months ago #8263 by mario3252
here is the code that i found on my site i tried but it still now working right

<a href="<?php echo CRoute::_( 'index.php?option=com_community&view=register&task=activation' ); ?>" class="login-forgot-username">
<span><?php echo JText::_('CC RESEND ACTIVATION CODE'); ?></span>
</a> )
</form>
<?php
if( $config->get('fbconnectkey') && $config->get('fbconnectsecret') )
{
?>
<script type="text/javascript" src="static.ak.connect.facebook.com/js/api_li...FeatureLoader.js.php">
<script type="text/javascript">
window.addEvent('domready', function()
{
FB_RequireFeatures(["XFBML"], function() {
FB.Facebook.init( "<?php echo $config->get('fbconnectkey');?>" , "<?php echo CRoute::_('index.php?option=com_community&view=connect&task=receiver&tmpl=component');?>");
});
});

function FBLogin()
{
FB.Facebook.get_sessionState().waitUntilReady(
function() {
joms.connect.update();
});
}
</script>
<div style="text-align: center;">
<div class="white">
<fb:login-button size="large" background="white" length="long" onlogin="FBLogin();"></fb:login-button>
</div>
</div>
<?php
}
?>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
The topic has been locked.
Support Specialist
15 years 2 months ago #8271 by alzander
Try adding the { JFBCLogin} string as below. I think it should do what you want, and in roughly the right location, but can be moved:
<a href="<?php echo CRoute::_( 'index.php?option=com_community&view=register&task=activation' ); ?>" class="login-forgot-username">
<span><?php echo JText::_('CC RESEND ACTIVATION CODE'); ?></span>
</a> )
</form>
{ JFBCLogin}

Let us know how that goes. The remainder of the code can remain how it is. Hopefully, that will set you up!
The topic has been locked.
Active Subscriptions:

None
15 years 2 months ago #8273 by mario3252
tried that did not work either
The topic has been locked.
Support Specialist
15 years 2 months ago #8297 by alzander
Ahh.. I see the code there, and see the problem. There shouldn't be a space in the { and the JFBCLogin. Sorry about that, we have to put the space in our forums so it doesn't accidentally get replaced here.

Hope that helps. This should do it for you, but if you run into anything else, just let us know!
The topic has been locked.
Active Subscriptions:

None
15 years 2 months ago #8337 by mario3252
I finally got the tag there but when you click on it nothing really happens users cant log in to my site with the facebook connect? I am I missing something I followed the configuration here.
The topic has been locked.
Support Specialist
15 years 2 months ago #8341 by alzander
Yup, something's definitely funky there. I'm seeing a 404 error when I try to use the login button.

Can you Private Message me a super administrator's login credentials and we'll get in to debug the problem and get you fixed up. To PM, click the arrow under my name (<----) and hit the mail icon.

Sorry for the troubles!
The topic has been locked.
Support Specialist
15 years 2 months ago #8342 by alzander
Ahhh. I did just find a possible problem. You have jConnector also installed on your site. That extension uses the old (2 years ago) Facebook Connect library which is incompatible with Facebook's newer library, which we use.

I don't know if that's the problem, since it's not on your home page, but if it's being loaded elsewhere, that might be the issue. I saw it:
www.cagebook.com/index.php?option=com_co...cle&id=141&Itemid=24

Try to disable that, and see if there's an improvement.. if not, PM us!
The topic has been locked.