Topic-icon Login / logout questions

Active Subscriptions:

None
9 years 2 months ago #54095 by micbro
Hi,

Two questions:

1) Logging in via a social media site such as FB, functions properly, but then after a successful login, there are two popups on the screen that must be closed out manually with the 'x' - they both say the same thing -- your profile was successfully connected. I would like to remove both of these.

2) a logout button. I saw the information saying to create a new menu item, set it as an external link and make the link type say sclogout
This results in a 404 error, not a logout, for me at least.

Thanks!
The topic has been locked.
Active Subscriptions:

None
9 years 2 months ago #54100 by micbro
Replied by micbro on topic Login / logout questions
** Update -

Item #1 is resolved.

Item #2 is still an issue for me if you have guidance.
The topic has been locked.
Support Specialist
9 years 2 months ago #54104 by alzander
Replied by alzander on topic Login / logout questions
1) That's a language string that is used to show that. While I'm not sure why it's showing up 2 times (it should only happen 1 time), you can easily remove it altogether. To do so, edit the /language/en_gb/en_gb.com_jfbconnect.ini and find the "COM_JFBCONNECT_MAP_USER_SUCCESS" string. It should look like:
COM_JFBCONNECT_MAP_USER_SUCCESS="%s profile successfully connected."
Update that to:
COM_JFBCONNECT_MAP_USER_SUCCESS=""

2) That method works with our SCLogin module whenever you are using the User Menu option. You can see an example in the top right of our page where the drop-down has a Logout button that directly logs you out. If you're trying to use that menu item anywhere else, the logout button won't work. It's only our SCLogin module that can correctly detect the sclogout link and turn it into a direct logout link.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 2 months ago #54105 by micbro
Replied by micbro on topic Login / logout questions
Thank you Sir. I thought I had set the mod to use the user menu, but a double checked showed I hadn't.

All is right in the web world. Thanks for your help.
The topic has been locked.
Support Specialist
9 years 2 months ago #54110 by mel
Replied by mel on topic Login / logout questions
Glad you got the issue resolved. Let us know if you run into any further problems.

-Melissa
The topic has been locked.