1
0
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:
CaMer0n
2012-06-14 04:11:52 +00:00
parent 3b9d9a31c3
commit 3b2d8333b6
5 changed files with 106 additions and 14 deletions

View File

@@ -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 />";

View File

@@ -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>