mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
hybridAuth work - still some issues.
This commit is contained in:
@@ -53,10 +53,10 @@ class signup_shortcodes extends e_shortcode
|
||||
if(vartrue($pref['single_login_active']))
|
||||
{
|
||||
$text = "";
|
||||
$providers = array('facebook','twitter','google','yahoo');
|
||||
$providers = array('facebook','twitter','google','yahoo','blogger');
|
||||
foreach($providers as $p)
|
||||
{
|
||||
$text .= "<a href='".e_SELF."?provider={$p}'><img src='".e_HANDLER."hybridauth/icons/{$p}.png' alt='' /></a>";
|
||||
$text .= "<a href='".e_SELF."?provider={$p}'><img class='e-tip' title='Register using your {$p} account' src='".e_HANDLER."hybridauth/icons/{$p}.png' alt='' /></a>";
|
||||
}
|
||||
|
||||
$text .= "<hr />";
|
||||
|
@@ -210,6 +210,8 @@ City, State, Country
|
||||
<core name="sitetheme_pref"></core>
|
||||
<core name="siteurl">/</core>
|
||||
<core name="smiley_activate">1</core>
|
||||
<core name="social_login_active">0</core>
|
||||
<core name="social_login"><![CDATA[array()]]></core>
|
||||
<core name="ssl_enabled">0</core>
|
||||
<core name="subnews_attach"></core>
|
||||
<core name="subnews_class">0</core>
|
||||
|
Reference in New Issue
Block a user