Hi,
What I am trying to do is remove the logout button from the jfblogin module and then just have the logout option from jomsocial.
However Im having an issue where if i logout via the jomsocial logout button on their toolbar it autoconnects the user again. I am not logged into facebook main site and it does this. I thought it was because i was loged into facebook and logged into my site with jfbconnect, however I am logged out of Facebook but logged into my site and when i click on the jomsocial logout icon it just reconnects me automatically and shows : Facebook API Error: An active access token must be used to query information about the current user. 2 times
I've tried to add the fb logout javascript code
input id="jfbcLogoutButton" class="button" type="submit" onclick="javascript:jfbc.login.logout_button_click()" value="Logout" name="Submit"
to the onclick event of the jomsocial logout icon but it doesnt seem to work.
a class="jsIr" onclick="document.communitylogout.submit();" title="Logout" href="javascript:void(0);">Logout
Ive tried this but no luck
www.sourcecoast.com/forums/jfbconnect/jf...fbc-login-and-logout
but the link doesnt work