× Joomla Facebook Connect support forum

Topic-icon Logout Session Control

Active Subscriptions:

None
15 years 17 hours ago #1002 by twinj
Replied by twinj on topic Logout Session Control
Now that I have uninstalled my login mod and redit that everything seems fine... I would also like to report a bug on the new acount or login screen that is part of the ne version. If you do not enter in a password you can still register or proceed to the next step in the facebook connect process.

I no longer have teh issue first reported... which is strange and my database is again storing new users. I installed the login mod from the jfbconnect pack rather than the one downloaded from cms...

Maybe there is a slight difference in those.

I will do further tests to make sure. :D

- sometimes the login redirects do not work and i get an invalid address error. address it tries to go to is 'http:///'
- The Logout redirect also goes to a page that does not have all the native joomla settings aplies from modules and so on. Eg. If I start at my frontpage it is as normal - I login then logout I have it set to redirect to the home frontpage and it is without modules and teh articels are in a different order (backwards)

I like the new way of logging in it is great! It is what I originally wanted too,
The topic has been locked.
Active Subscriptions:

None
14 years 10 months ago #1561 by nealb
Replied by nealb on topic Logout Session Control
Hey there...

I am still having problems logging out.
After clicking log-out, the page refreshes, but there is no log-out and the message "Done, but with errors on the page" is at the bottom of the browser. (This is the javascript error, I believe?)...Also, it does not got to the log-out redirect page as it's supposed to.
If I click log-out again, same thing...but if I refresh the page or navigate to another and then click log-out again, it will log out and redirect.

Hope that's helpful info. Any ideas on a solution?

~Neal
The topic has been locked.
Support Specialist
14 years 10 months ago #1566 by alzander
Replied by alzander on topic Logout Session Control
Nealb:
If you can report your logout errors or post your website so we can check, that'd be helpful. Facebook updated their JS API over the weekend, and it caused logout errors for everyone that uses FB Connect, not just JFBConnect.
<!-- m --><a class="postlink" href="www.cmsmarket.com/forum/index.php?f=38&t=337&rb_v=viewtopic">www.cmsmarket.com/forum/index.ph ... =viewtopic

twinj:
We'll definitely investigate the 'no password' issue. Do you have JomSocial or Community Builder integration enabled?
The topic has been locked.
Active Subscriptions:

None
14 years 9 months ago #1655 by razorfinn
Replied by razorfinn on topic Logout Session Control

When I logout of Facebook connect using the Module the page will redirect to home page and then automatically log me back in using my facebook credentials. The session should be fully over. Strange thing is it does not update the new login back to JomSocial. I am using all latest versions of the component.

Ya i'm having this same problem. another thing is that I tried using facebook connect with an existing account on my website and it didn't replace my avatar. i am using community builder and i checked the option to replace avatars, but apparently it didn't work?? please help :)
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #1847 by theflipcenter
Hi I am having many issues

1. I am having problems logging out. When i hit the logout button nothing happens, not even a page refresh

2. I tried logging into another login module and now it have the name of the 2nd login name with the avatar of the first login

3. My website opens in the the popup screen instead of redirecting back to the original screen after logging in.
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #1849 by nealb
Replied by nealb on topic Logout Session Control
My problems ended up being caused by my template. The issue was that my template was not calling MooTools. As soon as I edited my template's index file to call MooTools, everything worked great.

Add this right before the closing head tag:
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/mootools.js"></script>

You would also need to download the latest MooTools.js file and put it in the js directory. (<!-- w --><a class="postlink" href="www.mootools.net">www.mootools.net)

I hope that helps.

~Neal
<!-- w --><a class="postlink" href="www.DailyDevos.org">www.DailyDevos.org
The topic has been locked.
Support Specialist
14 years 8 months ago #1861 by alzander
Replied by alzander on topic Logout Session Control
Thanks for posting your solution. Generally, you shouldn't need to include your own version of mootools as Joomla has one built in that we try to call. However, there are many templates that will intentionally remove mootools from the scripts added in the header which causes ire to many developers... <!-- s:evil: --><img src="{SMILIES_PATH}/icon_evil.gif" alt=":evil:" title="Evil or Very Mad" /><!-- s:evil: -->
The topic has been locked.