Version Notes
Inorder to display this extension, you have to call below given code on required template page.
CUE_socialIcons(); ?>
Download this release
Release Info
Developer | Nitin Khullar |
Extension | Social_Bookmarks_Icons_2_0 |
Version | 2.5.1 |
Comparing to | |
See all releases |
Code changes from version 2.5 to 2.5.1
app/code/community/CueBlocks/Network/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<CueBlocks_Network>
|
5 |
-
<version>
|
6 |
</CueBlocks_Network>
|
7 |
</modules>
|
8 |
<frontend>
|
@@ -15,16 +15,9 @@
|
|
15 |
</args>
|
16 |
</network>
|
17 |
</routers>
|
18 |
-
<layout>
|
19 |
-
<updates>
|
20 |
-
<network>
|
21 |
-
<file>network.xml</file>
|
22 |
-
</network>
|
23 |
-
</updates>
|
24 |
-
</layout>
|
25 |
</frontend>
|
26 |
<global>
|
27 |
-
|
28 |
<network>
|
29 |
<use>standard</use>
|
30 |
<args>
|
@@ -67,7 +60,7 @@
|
|
67 |
</connection>
|
68 |
</network_read>
|
69 |
</resources>
|
70 |
-
|
71 |
<network>
|
72 |
<class>CueBlocks_Network_Block</class>
|
73 |
</network>
|
@@ -78,9 +71,7 @@
|
|
78 |
</network>
|
79 |
</helpers>
|
80 |
</global>
|
81 |
-
|
82 |
-
|
83 |
-
<admin>
|
84 |
<routers>
|
85 |
<network>
|
86 |
<use>admin</use>
|
@@ -92,10 +83,10 @@
|
|
92 |
</routers>
|
93 |
</admin>
|
94 |
<adminhtml>
|
95 |
-
|
96 |
<!-- Adding Main menu in admin -->
|
97 |
<cueblocks module="network">
|
98 |
-
|
99 |
<sort_order>71</sort_order>
|
100 |
<children>
|
101 |
<itemsnetwork module="network">
|
2 |
<config>
|
3 |
<modules>
|
4 |
<CueBlocks_Network>
|
5 |
+
<version>2.5.1</version>
|
6 |
</CueBlocks_Network>
|
7 |
</modules>
|
8 |
<frontend>
|
15 |
</args>
|
16 |
</network>
|
17 |
</routers>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</frontend>
|
19 |
<global>
|
20 |
+
<routers>
|
21 |
<network>
|
22 |
<use>standard</use>
|
23 |
<args>
|
60 |
</connection>
|
61 |
</network_read>
|
62 |
</resources>
|
63 |
+
<blocks>
|
64 |
<network>
|
65 |
<class>CueBlocks_Network_Block</class>
|
66 |
</network>
|
71 |
</network>
|
72 |
</helpers>
|
73 |
</global>
|
74 |
+
<admin>
|
|
|
|
|
75 |
<routers>
|
76 |
<network>
|
77 |
<use>admin</use>
|
83 |
</routers>
|
84 |
</admin>
|
85 |
<adminhtml>
|
86 |
+
<menu>
|
87 |
<!-- Adding Main menu in admin -->
|
88 |
<cueblocks module="network">
|
89 |
+
<title>CueBlocks</title>
|
90 |
<sort_order>71</sort_order>
|
91 |
<children>
|
92 |
<itemsnetwork module="network">
|
app/design/adminhtml/default/default/layout/network.xml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
1 |
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<network_adminhtml_network_index>
|
4 |
+
<reference name="content">
|
5 |
+
<block type="network/adminhtml_network" name="network" />
|
6 |
+
</reference>
|
7 |
+
</network_adminhtml_network_index>
|
8 |
+
</layout>
|
app/design/frontend/default/default/layout/network.xml
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
*
|
5 |
-
* Package :- Social_Bookmarks_Icons_2_0-2.4.tgz
|
6 |
-
* Version :- 2.4
|
7 |
-
* Edition :- Community
|
8 |
-
* Developed By :- CueBlocks.com
|
9 |
-
*
|
10 |
-
*/
|
11 |
-
-->
|
12 |
-
<layout version="0.1.0">
|
13 |
-
|
14 |
-
<!--<default>
|
15 |
-
<reference name="head">
|
16 |
-
<action method="addItem"><type>skin_css</type><name>css/cb_sn.css</name><params/></action>
|
17 |
-
</reference>
|
18 |
-
|
19 |
-
<reference name="footer">
|
20 |
-
<action method="setTemplate"><template>network/footer.phtml</template></action>
|
21 |
-
</reference>
|
22 |
-
</default>
|
23 |
-
-->
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
</layout>
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Social_Bookmarks_Icons_2_0</name>
|
4 |
-
<version>2.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension allows you to share products / page on various Social Networking sites as choosen by you. The highlighting point of this extension is flexibility to call social icons anywhere you wish to display.</summary>
|
10 |
<description>This extension allows you to share products / page on various Social Networking sites as choosen by you. The highlighting point of this extension is flexibility to call social icons anywhere you wish to display.</description>
|
11 |
-
<notes>Inorder to display this extension, you have to call below given code on required template page.
|
12 |
-
|
13 |
<?php echo Mage::helper('network/data')->CUE_socialIcons(); ?></notes>
|
14 |
-
<authors><author><name>Nitin Khullar</name><user>
|
15 |
-
<date>
|
16 |
-
<time>
|
17 |
-
<contents><target name="
|
18 |
<compatible/>
|
19 |
-
<dependencies
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Social_Bookmarks_Icons_2_0</name>
|
4 |
+
<version>2.5.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension allows you to share products / page on various Social Networking sites as choosen by you. The highlighting point of this extension is flexibility to call social icons anywhere you wish to display.</summary>
|
10 |
<description>This extension allows you to share products / page on various Social Networking sites as choosen by you. The highlighting point of this extension is flexibility to call social icons anywhere you wish to display.</description>
|
11 |
+
<notes>Inorder to display this extension, you have to call below given code on required template page. 
|
12 |
+

|
13 |
<?php echo Mage::helper('network/data')->CUE_socialIcons(); ?></notes>
|
14 |
+
<authors><author><name>Nitin Khullar</name><user>nitin</user><email>nitin.khullar@cueblocks.com</email></author></authors>
|
15 |
+
<date>2012-05-08</date>
|
16 |
+
<time>10:50:46</time>
|
17 |
+
<contents><target name="mageetc"><dir name="modules"><file name="CueBlocks_Network.xml" hash="70cbe86d9d9bac8b48817d3a8cdb2f3c"/></dir></target><target name="magecommunity"><dir name="CueBlocks"><dir name="Network"><dir name="Block"><dir name="Adminhtml"><dir name="Network"><dir name="Edit"><file name="Form.php" hash="0d9230d6f4caeb727c3484f595d022c7"/><dir name="Tab"><file name="Form.php" hash="92ddf3dc1f879609691141270e32eac9"/></dir><file name="Tabs.php" hash="f0a58cb81c3fcbe102cad9202b4a0985"/></dir><file name="Edit.php" hash="56b48d94a60436a933d335cd898a4492"/><file name="Grid.php" hash="50da5763bff70bd77736e0b8ad1a4b60"/></dir><file name="Network.php" hash="c480e0329c74e8f160dedecf1457df9d"/></dir></dir><dir name="Helper"><file name="Data.php" hash="d1d893d77e6333aeaa810549ad5d381b"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Network"><file name="Collection.php" hash="6d0dcb1633c7b972a3295f3747594a41"/></dir><file name="Network.php" hash="a0777e95233a9165a27debfa2eee6cb9"/></dir><file name="Network.php" hash="c29e16d20bc8fc4380137eac562562b8"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="NetworkController.php" hash="a7e22badeaf25cf297ef1d0a0f1a10f7"/></dir><file name="IndexController.php" hash="03c5f3adf1fda97b632b5228c11a4831"/></dir><dir name="etc"><file name="config.xml" hash="404d80823c358d8bec6d6ca37e9ef898"/></dir><dir name="sql"><dir name="network_setup"><file name="mysql4-install-0.1.0.php" hash="42b600526b16fb0d072bda00f8b275f6"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="network.xml" hash="fb3a914184c8dfbe14868f8cd2df85fe"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="cb_social_icons"><file name="Facebook-icon.png" hash="41747a3796dce5f963fb2148d098449d"/><file name="Flickr-icon.png" hash="5c0aaf62c1b84d8347a482d953308e5c"/><file name="MySpace-icon.png" hash="cfc71f32acec27d3416da402bbaf01a3"/><file name="Twitter-icon.png" hash="c3ab6c65a4f6979cfd8aa1944eadd2dd"/></dir></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|