Topic-icon "Facebook profile successfully connected." message

Active Subscriptions:

None
Hi, i've searched the forum and the solutions I found don't work for me, eg, this thread says i have to go to "/components/com_jfbconnect/controller.php", but I can't find the piece of code. Maybe it's somewhere else since that is an old thread.

Thanks
The topic has been locked.
Support Specialist
12 years 3 weeks ago #44008 by alzander
Alain,
Can you explain what you're actually trying to do? Do you need to change the text, hide that message from displaying, or are you having issues during the login process in general?

Let me know more about what you need help with and we'll gladly do what we can to get you going.

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

None
12 years 3 weeks ago #44015 by alaher
Hi Alex, i'd like to hide the text message!

Thanks
The topic has been locked.
Support Specialist
12 years 3 weeks ago #44029 by alzander
Hmm.. I just tested doing a language string override, hoping that would help. Unfortunately, even if you make the string blank, an empty 'system message' box will still show. That would have been ideal, but not possible.

What you'll need to do is modify the /components/com_jfbconnect/models/loginregister.php file. In there at line 108 and 265, you'll see the following line:
$app->enqueueMessage(JText::sprintf('COM_JFBCONNECT_MAP_USER_SUCCESS', $provider->name));
Delete it and the message won't appear on new registrations.

I hope that helps get you going, but if not, just let us know.

Thanks,
Alex
The topic has been locked.