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.2 |
Comparing to | |
See all releases |
Code changes from version 2.5.1 to 2.5.2
app/code/community/CueBlocks/Network/etc/adminhtml.xml
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
* @package CueBlocks_
|
4 |
+
* @company CueBlocks - http://www.cueblocks.com/
|
5 |
+
* @author Francesco Magazzu' <francesco.magazzu at cueblocks.com>
|
6 |
+
-->
|
7 |
+
<adminhtml>
|
8 |
+
<menu>
|
9 |
+
<!-- Adding Main menu in admin -->
|
10 |
+
<cueblocks module="network">
|
11 |
+
<title>CueBlocks</title>
|
12 |
+
<sort_order>71</sort_order>
|
13 |
+
<children>
|
14 |
+
<network module="network">
|
15 |
+
<title>Social Icons</title>
|
16 |
+
<children>
|
17 |
+
<itemsnetwork module="network">
|
18 |
+
<title>Manage Icons</title>
|
19 |
+
<sort_order>0</sort_order>
|
20 |
+
<action>network/adminhtml_network</action>
|
21 |
+
</itemsnetwork>
|
22 |
+
</children>
|
23 |
+
</network>
|
24 |
+
</children>
|
25 |
+
</cueblocks>
|
26 |
+
</menu>
|
27 |
+
<acl>
|
28 |
+
<resources>
|
29 |
+
<all>
|
30 |
+
<title>Allow Everything</title>
|
31 |
+
</all>
|
32 |
+
<admin>
|
33 |
+
<children>
|
34 |
+
<cueblocks module="network">
|
35 |
+
<title>CueBlocks Extension</title>
|
36 |
+
<children>
|
37 |
+
<network module="network">
|
38 |
+
<title>Social Bookmarks Icons</title>
|
39 |
+
<children>
|
40 |
+
<itemsnetwork module="network">
|
41 |
+
<title>Network - Manage Icons</title>
|
42 |
+
</itemsnetwork>
|
43 |
+
</children>
|
44 |
+
</network>
|
45 |
+
</children>
|
46 |
+
</cueblocks>
|
47 |
+
</children>
|
48 |
+
</admin>
|
49 |
+
</resources>
|
50 |
+
</acl>
|
51 |
+
</adminhtml>
|
app/code/community/CueBlocks/Network/etc/config.xml
CHANGED
@@ -82,37 +82,7 @@
|
|
82 |
</network>
|
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">
|
93 |
-
<title>Manage Icons</title>
|
94 |
-
<sort_order>0</sort_order>
|
95 |
-
<action>network/adminhtml_network</action>
|
96 |
-
</itemsnetwork>
|
97 |
-
</children>
|
98 |
-
|
99 |
-
</cueblocks>
|
100 |
-
</menu>
|
101 |
-
<acl>
|
102 |
-
<resources>
|
103 |
-
<all>
|
104 |
-
<title>Allow Everything</title>
|
105 |
-
</all>
|
106 |
-
<admin>
|
107 |
-
<children>
|
108 |
-
<network>
|
109 |
-
<title>network Module</title>
|
110 |
-
<sort_order>200</sort_order>
|
111 |
-
</network>
|
112 |
-
</children>
|
113 |
-
</admin>
|
114 |
-
</resources>
|
115 |
-
</acl>
|
116 |
<layout>
|
117 |
<updates>
|
118 |
<network>
|
82 |
</network>
|
83 |
</routers>
|
84 |
</admin>
|
85 |
+
<adminhtml> <!-- Leave it here: don't move in adminhtml.xml, in case debug-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
<layout>
|
87 |
<updates>
|
88 |
<network>
|
app/code/community/CueBlocks/Network/sql/network_setup/mysql4-install-0.1.0.php
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
<?php
|
2 |
-
|
|
|
3 |
$installer->startSetup();
|
4 |
$installer->run("
|
5 |
-
CREATE TABLE `cb_social_network` (
|
6 |
`tint_id` tinyint(1) NOT NULL AUTO_INCREMENT,
|
7 |
`vch_logo_image` varchar(200) NOT NULL,
|
8 |
`vch_icon_name` varchar(255) NOT NULL,
|
@@ -23,4 +24,5 @@ INSERT INTO `cb_social_network` (`tint_id`, `vch_logo_image`, `vch_icon_name`, `
|
|
23 |
(3, 'MySpace-icon.png', 'MySpace', 'http://www.myspace.com', '', '', 3, 1),
|
24 |
(4, 'Flickr-icon.png', 'Flickr', 'http://www.flickr.com', '', '', 4, 1);
|
25 |
");
|
26 |
-
$installer->endSetup();
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
$installer = $this;
|
4 |
$installer->startSetup();
|
5 |
$installer->run("
|
6 |
+
CREATE TABLE IF NOT EXISTS `cb_social_network` (
|
7 |
`tint_id` tinyint(1) NOT NULL AUTO_INCREMENT,
|
8 |
`vch_logo_image` varchar(200) NOT NULL,
|
9 |
`vch_icon_name` varchar(255) NOT NULL,
|
24 |
(3, 'MySpace-icon.png', 'MySpace', 'http://www.myspace.com', '', '', 3, 1),
|
25 |
(4, 'Flickr-icon.png', 'Flickr', 'http://www.flickr.com', '', '', 4, 1);
|
26 |
");
|
27 |
+
$installer->endSetup();
|
28 |
+
|
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.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -12,9 +12,9 @@
|
|
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-
|
16 |
-
<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="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Social_Bookmarks_Icons_2_0</name>
|
4 |
+
<version>2.5.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
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-31</date>
|
16 |
+
<time>11:56:02</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="adminhtml.xml" hash="6ebd0e0ccb988fd45d647d0a4d35adf0"/><file name="config.xml" hash="0e9af263db23173c91303df91fec4cf4"/></dir><dir name="sql"><dir name="network_setup"><file name="mysql4-install-0.1.0.php" hash="c9a7c84d0b3e267559695664ec8519d3"/></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>
|