Version Notes
Stable Version 1.2.0
Download this release
Release Info
Developer | Soclever Social |
Extension | soclever_login |
Version | 1.2.0 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.2.0
- app/code/local/Soclever/Socialloginsc/Block/Scslfooter.php +13 -0
- app/code/local/Soclever/Socialloginsc/Model/Info.php +4 -3
- app/design/frontend/base/default/layout/socialloginsc.xml +6 -0
- app/design/frontend/base/default/template/socialloginsc/{sociallogin_fb.phtml → socialloginsc_fb.phtml} +0 -0
- app/design/frontend/base/default/template/socialloginsc/socialloginsc_footer.phtml +14 -0
- app/design/frontend/base/default/template/socialloginsc/{sociallogin_head.phtml → socialloginsc_head.phtml} +0 -0
- app/design/frontend/base/default/template/socialloginsc/{sociallogin_trackpixel.phtml → socialloginsc_trackpixel.phtml} +0 -0
- package.xml +5 -5
app/code/local/Soclever/Socialloginsc/Block/Scslfooter.php
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Soclever_Socialloginsc_Block_Scslfooter extends Mage_Core_Block_Template
|
3 |
+
{
|
4 |
+
protected function _construct(){
|
5 |
+
parent::_construct();
|
6 |
+
|
7 |
+
}
|
8 |
+
public function _prepareLayout(){
|
9 |
+
return parent::_prepareLayout();
|
10 |
+
}
|
11 |
+
}
|
12 |
+
|
13 |
+
?>
|
app/code/local/Soclever/Socialloginsc/Model/Info.php
CHANGED
@@ -48,7 +48,7 @@ class Soclever_Socialloginsc_Model_Info extends Mage_Adminhtml_Block_Abstract im
|
|
48 |
<h4 class="ss_admin_fieldset_title"><strong><?php echo $this->__('Extension Information!') ?></strong></h4>
|
49 |
|
50 |
<div style="margin:5px 0">
|
51 |
-
<strong>Version: </strong>1.
|
52 |
<strong>Author:</strong>Soclever Social<br/>
|
53 |
<strong>Website:</strong> <a href="https://www.socleversocial.com" target="_blank">www.socleversocial.com</a>
|
54 |
<br/>
|
@@ -79,10 +79,11 @@ class Soclever_Socialloginsc_Model_Info extends Mage_Adminhtml_Block_Abstract im
|
|
79 |
<li><a target="_blank" href="http://developers.socleversocial.com/magento-social-login-extension/">Extension Installation and Configuration</a></li>
|
80 |
<li><a target="_blank" href="http://developers.socleversocial.com/how-to-get-api-key-and-secret/">How to get SoClever API Key & Secret</a></li>
|
81 |
<li><a target="_blank" href="http://developers.socleversocial.com/category/social-network-set-up/">How to create Social Network Apps</a></li>
|
82 |
-
<li><a target="_blank" href="
|
83 |
</ul>
|
84 |
<ul style="float:left; margin-right:43px">
|
85 |
-
<li><a target="_blank" href="http://developers.socleversocial.com/">
|
|
|
86 |
<li><a target="_blank" href="https://www.socleversocial.com/about-us/">About SoCleverSocial</a></li>
|
87 |
<li><a target="_blank" href="http://developers.socleversocial.com/category/cms-plugins/">Social Plugins</a></li>
|
88 |
</ul>
|
48 |
<h4 class="ss_admin_fieldset_title"><strong><?php echo $this->__('Extension Information!') ?></strong></h4>
|
49 |
|
50 |
<div style="margin:5px 0">
|
51 |
+
<strong>Version: </strong>1.2.0 <br/>
|
52 |
<strong>Author:</strong>Soclever Social<br/>
|
53 |
<strong>Website:</strong> <a href="https://www.socleversocial.com" target="_blank">www.socleversocial.com</a>
|
54 |
<br/>
|
79 |
<li><a target="_blank" href="http://developers.socleversocial.com/magento-social-login-extension/">Extension Installation and Configuration</a></li>
|
80 |
<li><a target="_blank" href="http://developers.socleversocial.com/how-to-get-api-key-and-secret/">How to get SoClever API Key & Secret</a></li>
|
81 |
<li><a target="_blank" href="http://developers.socleversocial.com/category/social-network-set-up/">How to create Social Network Apps</a></li>
|
82 |
+
<li><a target="_blank" href="http://developers.socleversocial.com/how-to-modify-pop-up-for-twitter-login-on-magento/">How to modify pop up for Twitter Login on magento?</a></li>
|
83 |
</ul>
|
84 |
<ul style="float:left; margin-right:43px">
|
85 |
+
<li><a target="_blank" href="http://developers.socleversocial.com/how-to-change-position-of-login-buttons-on-magento-login-page/">How to change position of Login buttons on Magento Login page?</a></li>
|
86 |
+
<li><a target="_blank" href="http://developers.socleversocial.com/how-to-add-facebook-login-button-on-magento-header/">How to add Facebook login button on Magento Header?</a></li>
|
87 |
<li><a target="_blank" href="https://www.socleversocial.com/about-us/">About SoCleverSocial</a></li>
|
88 |
<li><a target="_blank" href="http://developers.socleversocial.com/category/cms-plugins/">Social Plugins</a></li>
|
89 |
</ul>
|
app/design/frontend/base/default/layout/socialloginsc.xml
CHANGED
@@ -6,6 +6,12 @@
|
|
6 |
<block type="socialloginsc/scslheadfb" name="socialloginsc_headfb" template="socialloginsc/socialloginsc_fb.phtml" />
|
7 |
</reference>
|
8 |
</default>
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
<checkout_onepage_index>
|
10 |
<reference name="checkout.onepage.login.before">
|
11 |
<block type="socialloginsc/scslshow" before="-" name="socialloginsc_show">
|
6 |
<block type="socialloginsc/scslheadfb" name="socialloginsc_headfb" template="socialloginsc/socialloginsc_fb.phtml" />
|
7 |
</reference>
|
8 |
</default>
|
9 |
+
<default>
|
10 |
+
<reference name="before_body_end">
|
11 |
+
<block type="socialloginsc/scslfooter" name="socialloginsc_footer" template="socialloginsc/socialloginsc_footer.phtml" />
|
12 |
+
</reference>
|
13 |
+
</default>
|
14 |
+
|
15 |
<checkout_onepage_index>
|
16 |
<reference name="checkout.onepage.login.before">
|
17 |
<block type="socialloginsc/scslshow" before="-" name="socialloginsc_show">
|
app/design/frontend/base/default/template/socialloginsc/{sociallogin_fb.phtml → socialloginsc_fb.phtml}
RENAMED
File without changes
|
app/design/frontend/base/default/template/socialloginsc/socialloginsc_footer.phtml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if(Mage::getStoreConfig('advanced/modules_disable_output/Soclever_Socialsharesc')=='1' || !Mage::getStoreConfig('socialsharesc_options/apisettings/scss_footer_added'))
|
4 |
+
{
|
5 |
+
|
6 |
+
Mage::getModel('core/config')->saveConfig('socialloginsc_options/apisettings/scsl_footer_added',"1");
|
7 |
+
$footer_code='<script type="text/javascript">var sid=\''.Mage::getStoreConfig('socialloginsc_options/apisettings/scsl_siteid').'\';(function()
|
8 |
+
{ var u=((\'https:\'==document.location.protocol)?\'http://\':\'http://\')+\'s3.socleversocial.com/\'; var su=u;var s=document.createElement(\'script\'); s.type=\'text/javascript\'; s.defer=true; s.async=true; s.src=su+\'scs.js\'; var p=document.getElementsByTagName(\'script\')[0]; p.parentNode.insertBefore(s,p); }
|
9 |
+
)();
|
10 |
+
</script>'.PHP_EOL;
|
11 |
+
|
12 |
+
echo $footer_code;
|
13 |
+
}
|
14 |
+
?>
|
app/design/frontend/base/default/template/socialloginsc/{sociallogin_head.phtml → socialloginsc_head.phtml}
RENAMED
File without changes
|
app/design/frontend/base/default/template/socialloginsc/{sociallogin_trackpixel.phtml → socialloginsc_trackpixel.phtml}
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>soclever_login</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -28,11 +28,11 @@
|
|
28 |
Send personalised message to your visitors by using our birthday reports. </p>
|
29 |
<p><strong>Dynamic JavaScript</strong><br />
|
30 |
Our asynchronous javascript loads faster without interfearing with the display or behaviour of the page. Dynamic JavaScript makes it easy to choose/sort social netork buttons for display.</p></description>
|
31 |
-
<notes>Stable Version 1.
|
32 |
<authors><author><name>Soclever Social</name><user>Socleversocial</user><email>hemang@socleversocial.com</email></author></authors>
|
33 |
-
<date>2015-
|
34 |
-
<time>
|
35 |
-
<contents><target name="magelocal"><dir name="Soclever"><dir name="Socialloginsc"><dir name="Block"><file name="Help.php" hash="f1b78eeb8572b294f147100852341b66"/><file name="Scslhead.php" hash="f160bb1f3bf06ac3d5529bccbf3eaeb1"/><file name="Scslhead.php" hash="f160bb1f3bf06ac3d5529bccbf3eaeb1"/><file name="Scslshow.php" hash="c24f579bd6899fda1b4dfbb745c96f4b"/></dir><dir name="controllers"><file name="IndexController.php" hash="ab66bc3566eb0db768f4373d5191d67e"/><file name="openid.php" hash="421d5936957b8ddda543b679d1876f04"/><file name="http.php" hash="1fe6b6ac5002ed03f3bb5e7f623b8682"/><file name="oauth_client.php" hash="c8b0e317336ba0dce0fee2e384987785"/></dir><dir name="etc"><file name="config.xml" hash="cb074a4803cd4bc99dc8cf6f9496c165"/><file name="system.xml" hash="e3c312194adbf4c6bc23045840812cbe"/></dir><dir name="Helper"><file name="Data.php" hash="ffe3beab121640dedd47db758a93fdaf"/></dir><dir name="Model"><file name="Providers.php" hash="c5398c99a67640139432b902c4ee54e5"/><file name="Info.php" hash="
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
38 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>soclever_login</name>
|
4 |
+
<version>1.2.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
28 |
Send personalised message to your visitors by using our birthday reports. </p>
|
29 |
<p><strong>Dynamic JavaScript</strong><br />
|
30 |
Our asynchronous javascript loads faster without interfearing with the display or behaviour of the page. Dynamic JavaScript makes it easy to choose/sort social netork buttons for display.</p></description>
|
31 |
+
<notes>Stable Version 1.2.0</notes>
|
32 |
<authors><author><name>Soclever Social</name><user>Socleversocial</user><email>hemang@socleversocial.com</email></author></authors>
|
33 |
+
<date>2015-04-14</date>
|
34 |
+
<time>04:59:27</time>
|
35 |
+
<contents><target name="magelocal"><dir name="Soclever"><dir name="Socialloginsc"><dir name="Block"><file name="Help.php" hash="f1b78eeb8572b294f147100852341b66"/><file name="Scslhead.php" hash="f160bb1f3bf06ac3d5529bccbf3eaeb1"/><file name="Scslhead.php" hash="f160bb1f3bf06ac3d5529bccbf3eaeb1"/><file name="Scslshow.php" hash="c24f579bd6899fda1b4dfbb745c96f4b"/><file name="Scslfooter.php" hash="be0ebf4b090e0843e8d4c2039babed03"/></dir><dir name="controllers"><file name="IndexController.php" hash="ab66bc3566eb0db768f4373d5191d67e"/><file name="openid.php" hash="421d5936957b8ddda543b679d1876f04"/><file name="http.php" hash="1fe6b6ac5002ed03f3bb5e7f623b8682"/><file name="oauth_client.php" hash="c8b0e317336ba0dce0fee2e384987785"/></dir><dir name="etc"><file name="config.xml" hash="cb074a4803cd4bc99dc8cf6f9496c165"/><file name="system.xml" hash="e3c312194adbf4c6bc23045840812cbe"/></dir><dir name="Helper"><file name="Data.php" hash="ffe3beab121640dedd47db758a93fdaf"/></dir><dir name="Model"><file name="Providers.php" hash="c5398c99a67640139432b902c4ee54e5"/><file name="Info.php" hash="8045d3938a2a8f929f4c61b9b6e2f631"/><file name="Observer.php" hash="6e0bf76cda07e33fd7b0fc59480d6c8a"/></dir></dir><dir name="Sociallogin"><dir name="Block"><file name="Scsltrackpixel.php" hash=""/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="socialloginsc.xml" hash="49234a63b798f35e405ddfa9f603ba4c"/></dir><dir name="template"><dir name="socialloginsc"><file name="scsl_buttons.phtml" hash="8de79bcfad3686c5685636ade252d3b2"/><file name="sociallogin_head.phtml" hash=""/><file name="sociallogin_fb.phtml" hash=""/><file name="sociallogin_trackpixel.phtml" hash=""/><file name="socialloginsc_fb.phtml" hash="718d8596a14d123d83afb0d5d6d6fd96"/><file name="socialloginsc_footer.phtml" hash="355972e94eae985a1ffe8c6e0e9e30d1"/><file name="socialloginsc_head.phtml" hash="8176f3c9c6bfe49db0d51e5f448167be"/><file name="socialloginsc_trackpixel.phtml" hash="4ec45f934b23b5e1961e409530d51672"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="soclever_socialloginsc.xml" hash="4bc33a8062ab5eabf3f3edf1e474c400"/></dir></target></contents>
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
38 |
</package>
|