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 | Magento Core Team |
Extension | Social_Bookmarks_Icons_2_0 |
Version | 2.2 |
Comparing to | |
See all releases |
Code changes from version 2.1 to 2.2
- app/code/community/SN/Network/etc/config.xml +134 -0
- package.xml +4 -4
app/code/community/SN/Network/etc/config.xml
ADDED
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<SN_Network>
|
5 |
+
<version>0.1.0</version>
|
6 |
+
</SN_Network>
|
7 |
+
</modules>
|
8 |
+
<frontend>
|
9 |
+
<routers>
|
10 |
+
<network>
|
11 |
+
<use>standard</use>
|
12 |
+
<args>
|
13 |
+
<module>SN_Network</module>
|
14 |
+
<frontName>network</frontName>
|
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 |
+
<routers>
|
28 |
+
<network>
|
29 |
+
<use>standard</use>
|
30 |
+
<args>
|
31 |
+
<module>SN_Network</module>
|
32 |
+
<frontName>network/list</frontName>
|
33 |
+
</args>
|
34 |
+
</network>
|
35 |
+
</routers>
|
36 |
+
<models>
|
37 |
+
<network>
|
38 |
+
<class>SN_Network_Model</class>
|
39 |
+
<resourceModel>network_mysql4</resourceModel>
|
40 |
+
</network>
|
41 |
+
<network_mysql4>
|
42 |
+
<class>SN_Network_Model_Mysql4</class>
|
43 |
+
<entities>
|
44 |
+
<network>
|
45 |
+
<table>cb_social_network</table>
|
46 |
+
</network>
|
47 |
+
</entities>
|
48 |
+
</network_mysql4>
|
49 |
+
</models>
|
50 |
+
<resources>
|
51 |
+
<network_setup>
|
52 |
+
<setup>
|
53 |
+
<module>SN_Network</module>
|
54 |
+
</setup>
|
55 |
+
<connection>
|
56 |
+
<use>core_setup</use>
|
57 |
+
</connection>
|
58 |
+
</network_setup>
|
59 |
+
<network_write>
|
60 |
+
<connection>
|
61 |
+
<use>core_write</use>
|
62 |
+
</connection>
|
63 |
+
</network_write>
|
64 |
+
<network_read>
|
65 |
+
<connection>
|
66 |
+
<use>core_read</use>
|
67 |
+
</connection>
|
68 |
+
</network_read>
|
69 |
+
</resources>
|
70 |
+
<blocks>
|
71 |
+
<network>
|
72 |
+
<class>SN_Network_Block</class>
|
73 |
+
</network>
|
74 |
+
</blocks>
|
75 |
+
<helpers>
|
76 |
+
<network>
|
77 |
+
<class>SN_Network_Helper</class>
|
78 |
+
</network>
|
79 |
+
</helpers>
|
80 |
+
</global>
|
81 |
+
|
82 |
+
|
83 |
+
<admin>
|
84 |
+
<routers>
|
85 |
+
<network>
|
86 |
+
<use>admin</use>
|
87 |
+
<args>
|
88 |
+
<module>SN_Network</module>
|
89 |
+
<frontName>network</frontName>
|
90 |
+
</args>
|
91 |
+
</network>
|
92 |
+
</routers>
|
93 |
+
</admin>
|
94 |
+
<adminhtml>
|
95 |
+
<menu>
|
96 |
+
<!-- Adding Main menu in admin -->
|
97 |
+
<network module="network">
|
98 |
+
<title>Social Icons</title>
|
99 |
+
<sort_order>71</sort_order>
|
100 |
+
<!-- Adding Sub menu in Admin-->
|
101 |
+
<children>
|
102 |
+
<items module="network">
|
103 |
+
<title>Manage Icons</title>
|
104 |
+
<sort_order>0</sort_order>
|
105 |
+
<action>network/adminhtml_network</action>
|
106 |
+
</items>
|
107 |
+
</children>
|
108 |
+
|
109 |
+
</network>
|
110 |
+
</menu>
|
111 |
+
<acl>
|
112 |
+
<resources>
|
113 |
+
<all>
|
114 |
+
<title>Allow Everything</title>
|
115 |
+
</all>
|
116 |
+
<admin>
|
117 |
+
<children>
|
118 |
+
<network>
|
119 |
+
<title>network Module</title>
|
120 |
+
<sort_order>200</sort_order>
|
121 |
+
</network>
|
122 |
+
</children>
|
123 |
+
</admin>
|
124 |
+
</resources>
|
125 |
+
</acl>
|
126 |
+
<layout>
|
127 |
+
<updates>
|
128 |
+
<network>
|
129 |
+
<file>network.xml</file>
|
130 |
+
</network>
|
131 |
+
</updates>
|
132 |
+
</layout>
|
133 |
+
</adminhtml>
|
134 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Social_Bookmarks_Icons_2_0</name>
|
4 |
-
<version>2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -11,9 +11,9 @@
|
|
11 |
<notes>inorder to display this extension, you have to call below given code on required template page.
|
12 |
<?php echo Mage::helper('network/data')->CUE_socialIcons(); ?></notes>
|
13 |
<authors><author><name>Nitin Khullar</name><user>auto-converted</user><email>nitin.khullar@cueblocks.com</email></author></authors>
|
14 |
-
<date>2010-12-
|
15 |
-
<time>
|
16 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="network.xml" hash="e53c67d4623cc024606160bd965b4fc7"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="network.xml" hash="9179e5afe72fe71ff551d5e5c7a82cc2"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="cb_sn.css" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><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><target name="mageetc"><dir name="modules"><file name="SN_Network.xml" hash="9b16689b5e618318cc8840734902bade"/></dir><dir name="."><file name="config.xml" hash="1461338d8c3bbeb24ce149c63cdf53f9"/></dir></target><target name="magecommunity"><dir name="SN"><dir name="Network"><dir name="Block"><dir name="Adminhtml"><dir name="Network"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="0a67d686b31f6a4dd38459d87b71f21a"/></dir><file name="Form.php" hash="263e0e54e8baed7a8262a9e062e383f4"/><file name="Tabs.php" hash="6147b0ce9918dff8ae383bcd527c1ea8"/></dir><file name="Edit.php" hash="fb73ad94cf3f5d6f6481f071f0b38e5e"/><file name="Grid.php" hash="65cd59b428235f0e731d7b6e60c63076"/></dir><file name="Network.php" hash="e926f1af478443690ad84f21cad854d3"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="NetworkController.php" hash="5229a1f162dfaa2fecc1c35a6274dbab"/></dir><file name="IndexController.php" hash="860a00351789c1184a302b72cab84ef6"/></dir><dir name="Helper"><file name="Data.php" hash="9f55b04ad0fa8d4863183285576d1475"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Network"><file name="Collection.php" hash="229f02538c42f210cce82446829c19ab"/></dir><file name="Network.php" hash="882808ada9e5b11fc1abf12802414413"/></dir><file name="Network.php" hash="8d64e7727e81bf7814a71bef61f76b7e"/></dir><dir name="sql"><dir name="network_setup"><file name="mysql4-install-0.1.0.php" hash="42b600526b16fb0d072bda00f8b275f6"/></dir></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Social_Bookmarks_Icons_2_0</name>
|
4 |
+
<version>2.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
11 |
<notes>inorder to display this extension, you have to call below given code on required template page.
|
12 |
<?php echo Mage::helper('network/data')->CUE_socialIcons(); ?></notes>
|
13 |
<authors><author><name>Nitin Khullar</name><user>auto-converted</user><email>nitin.khullar@cueblocks.com</email></author></authors>
|
14 |
+
<date>2010-12-20</date>
|
15 |
+
<time>06:47:33</time>
|
16 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="network.xml" hash="e53c67d4623cc024606160bd965b4fc7"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="network.xml" hash="9179e5afe72fe71ff551d5e5c7a82cc2"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="cb_sn.css" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><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><target name="mageetc"><dir name="modules"><file name="SN_Network.xml" hash="9b16689b5e618318cc8840734902bade"/></dir><dir name="."><file name="config.xml" hash="1461338d8c3bbeb24ce149c63cdf53f9"/></dir></target><target name="magecommunity"><dir name="SN"><dir name="Network"><dir name="Block"><dir name="Adminhtml"><dir name="Network"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="0a67d686b31f6a4dd38459d87b71f21a"/></dir><file name="Form.php" hash="263e0e54e8baed7a8262a9e062e383f4"/><file name="Tabs.php" hash="6147b0ce9918dff8ae383bcd527c1ea8"/></dir><file name="Edit.php" hash="fb73ad94cf3f5d6f6481f071f0b38e5e"/><file name="Grid.php" hash="65cd59b428235f0e731d7b6e60c63076"/></dir><file name="Network.php" hash="e926f1af478443690ad84f21cad854d3"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="NetworkController.php" hash="5229a1f162dfaa2fecc1c35a6274dbab"/></dir><file name="IndexController.php" hash="860a00351789c1184a302b72cab84ef6"/></dir><dir name="etc"><file name="config.xml" hash="ef4e5ce0f2d068a10eb04d7889cb27be"/></dir><dir name="Helper"><file name="Data.php" hash="9f55b04ad0fa8d4863183285576d1475"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Network"><file name="Collection.php" hash="229f02538c42f210cce82446829c19ab"/></dir><file name="Network.php" hash="882808ada9e5b11fc1abf12802414413"/></dir><file name="Network.php" hash="8d64e7727e81bf7814a71bef61f76b7e"/></dir><dir name="sql"><dir name="network_setup"><file name="mysql4-install-0.1.0.php" hash="42b600526b16fb0d072bda00f8b275f6"/></dir></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|