By Justin on Thursday, 23 October 2014
Posted in General Issues
Likes 0
Views 394
Votes 0
Not sure if this is a setting I've missed or a JFBConnect issue, but when a new user registers using their facebook account, there's no stream entry mentioning that they've done so, where as a when a user registers the standard way a message like "John Doe just registered on this site" will display in the stream.

Thanks
Hello Justin ,

Sorry for late reply to this,
I suspected that you disable that setting from your backend > Easysocial > Application > user - Users > login set to YES
If you would like only display this stream "register on this site" in your stream, then you have to modify on this file
-> JoomlaFolder\media\com_easysocial\apps\user\users\users.php

//LINE 141
if (!$params->get('stream_login', false)) {
//Replace with
//Mean when the "Login" option set to YES, it will not display login stream.
if ($params->get('stream_login', false)) {


Hope this help.
·
Thursday, 23 October 2014 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks!
·
Thursday, 23 October 2014 21:22
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Justin,

You're welcome.
·
Friday, 24 October 2014 00:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post