Topic-icon Hide/Checked probably not work in CommunityBuilder

Active Subscriptions:

None
Hide/Checked option in SCLogin, probably not work in CommunityBuilder, i think, please check your settings in this module, because people on my site many times logout now.
this is problem in lates version SCLogin.

I think you mixed up something in the settings when doing module. please check.
The topic has been locked.
Support Specialist
10 years 3 months ago #44914 by alzander
Can you try editing the /modules/mod_sclogin/helper.php file. Around line 410, you'll see:
return 'checked="checked"';
Try updating that to:
return 'checked="checked" value="yes"';

Let me know if that helps get you fixed up.

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

None
10 years 3 months ago #44940 by alechu

alzander wrote: Can you try editing the /modules/mod_sclogin/helper.php file. Around line 410, you'll see:

return 'checked="checked"';
Try updating that to:
return 'checked="checked" value="yes"';

Let me know if that helps get you fixed up.

Thanks,
Alex

i think this is code is work right! Because users on my site was log-out every 15 minutes, but now users not log-out! you can add this code in next version of this module?
The topic has been locked.
Support Specialist
10 years 3 months ago #44948 by alzander
Glad to hear that works for you. We tested and it seems to do the trick for us as well. This change will be in the next release of JFBConnect/SCLogin.

Thanks,
Alex
The topic has been locked.