Topic-icon "Connect this site to your Social network?" showing on release v6.1.2

Active Subscriptions:

None
Hi,

I have the latest release 6.1.2 but I'm still getting the message displayed and a google login button when a user is already logged in with a social media account.

I checked out the code in the login.php file and the fix is already there?:

if(!empty($html))
{
$text = empty($text) ? "" : '<div class="pull-left intro">' . $text . '</div>';
$html = '<span class="sourcecoast login"><div class="row-fluid">' . $text . $html . '</div></span>';
}

Any suggestions?

Thanks,

Dale.
The topic has been locked.
Support Specialist
The "Connect this account" will show if the user hasn't connected with all networks. In your case, it sounds like you may have authenticated with Facebook, but there is no Google profile connected to your account... which is why that button is showing, but not Facebook's.

The previous bug was that the "Connect this account" text would *always* show, even if the user had connected with all available social networks.

If you don't want the option to connect more social networks to show, you should disable the "Show Connect Account Buttons" in the "Logout View Options" of the SCLogin module.

I hope that helps answer your question, but if you're still having issues, please let me know.

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

None
Hi,

I'm really sorry I wasted your time ... I had spotted my misunderstanding, and revisited the forum to say "don't worry, my error" ... but you beat me to it!

Thanks,
Dale.
The topic has been locked.
Support Specialist
You didn't waste my time at all. We have no problem helping clarify things and help our users.

If you have any other questions, just let me know!

Thanks,
Alex
The topic has been locked.