|
|||
|
|||
Isn't it the same as with your login module parameters?
and btw, still wondering how you fixed your problem you posted here. I don't understand what you meant by "old" tables. |
|
|||
Something like this should do it:
<div id="facebook_connect"> <fb:login-button onlogin="update_user_box();"></fb:login-button> </div> <script type="text/javascript"> function update_user_box() { var user_box = document.getElementById("facebook_connect"); user_box.innerHTML = "<span>" +"<fb rofile-pic uid='loggedinuser' facebook-logo='true'></fb rofile-pic>"+"Welcome, <fb:name uid='loggedinuser' useyou='false'></fb:name>." +" You are logged in with Facebook" +"<br>"; FB.XFBML.Host.parseDomTree(); } </script> It would be necessary to integrate the code above in mod_jconnector/tmpl/default.php |
|
|||
|
|||
Try to add this:
<?php if(!$has_permission){ ?> <fb rompt-permission perms="email">Would you like to receive emails from our application?</fb rompt-permission><?}?> To the code above to keep the email question I am just guessing, I could not even get the default.php to work on my site... I just read joomlapolis is working on this integration (of course they had said that a while back) |





rofile-pic uid='loggedinuser' facebook-logo='true'></fb
Linear Mode
