By Edward Santee on Saturday, 11 January 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 624
Votes 0
I would like to require all of the visitors to my site be register to read the blogs. I have that set in the configuration. When they click on a blog title they are correctly redirected to my site's Joomla registration / log in page.

However, I have Source Coast SCLogin installed on my system so people can log in / register with their Facebook, Google, Twitter or Linked In accounts and when a non registered user clicks on a blog title, they go to the Joomla log in page where there is no option to log in / register with any of the social media credentials.

How can I set it up so that the Source Coast SCLogin with the social media options is the login of choice?

Please don't make any modifications to my site. Please let me know what my options are.

Thanks.
Hello Edward,

I am really sorry for the delay of this reply as it is a weekend for us here. Edit the file /components/com_easysocial/views/entry/view.html.php and at line 51 locate the codes below:


if( $my->id <= 0 && $config->get( 'main_login_read' ) )
{
$mainframe->redirect( EasyBlogRouter::_( 'index.php?option=com_easyblog&view=entry&id=' . $blogId . '&layout=login' , false ) );
$mainframe->close();
}


You need to replace the URLs accordingly to Sourcecoast's url
·
Saturday, 11 January 2014 14:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post