ecommerceoffice_megamenusidebar - Version 1.0.3

Version Notes

1.0.3

Download this release

Release Info

Developer Magento Core Team
Extension ecommerceoffice_megamenusidebar
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/code/community/Ip/Megamenusidebar/sql/CopyOfmysql4-install-1.0.0.php ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Created on Aug 16, 2011
4
+ * Author Ivan Proskuryakov - volgodark@gmail.com
5
+ * Copyright Proskuryakov Ivan. Ip.com © 2011. All Rights Reserved.
6
+ * Single Use, Limited Licence and Single Use No Resale Licence ["Single Use"]
7
+ */
8
+ ?>
9
+ <?php
10
+ $installer = $this;
11
+ $installer->startSetup();
12
+ $installer->run("
13
+
14
+ CREATE TABLE IF NOT EXISTS {$this->getTable('ip_megamenusidebar_category')} (
15
+ `category_id` smallint(6) NOT NULL AUTO_INCREMENT,
16
+ `catalog_id` int(11) NOT NULL,
17
+ `title` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
18
+ `url` text NOT NULL,
19
+ `column` tinyint(4) NOT NULL DEFAULT '2',
20
+ `position` tinyint(4) NOT NULL DEFAULT '0',
21
+ `align_category` varchar(10) NOT NULL DEFAULT 'left',
22
+ `align_content` varchar(10) NOT NULL DEFAULT 'right',
23
+ `content_top` text CHARACTER SET utf8 COLLATE utf8_bin,
24
+ `content_bottom` text CHARACTER SET utf8 COLLATE utf8_bin,
25
+ `from_time` datetime DEFAULT NULL,
26
+ `to_time` datetime DEFAULT NULL,
27
+ `is_active` tinyint(1) NOT NULL DEFAULT '1',
28
+ PRIMARY KEY (`category_id`)
29
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
30
+
31
+ INSERT INTO {$this->getTable('ip_megamenusidebar_category')} (`category_id`, `catalog_id`, `title`, `url`, `column`, `position`, `align_category`, `align_content`, `content_top`, `content_bottom`, `from_time`, `to_time`, `is_active`) VALUES
32
+ (2, 13, 'Electronics', '#', 3, 5, 'left', 'left', 0x3c703e3c7374726f6e673e3220636f6c756d6e732063617465676f7279206c61796f75743c2f7374726f6e673e3c2f703e0d0a3c703e596f752063616e20636f6d706c6574656c79206368616e6765206d656e75206f7220796f752063616e206c656176652069742061732069732c2074686973206d656e7520646f6573206e6f74206769766520796f7520616e792074726f75626c652e20416c6c207061727473206f66204d6567614d656e752061726520636f6d706c6574656c79206368616e676561626c6520696e207468652061646d696e6973747261746976652073656374696f6e2c20796f752063616e20616c736f206368616e6765206e616d6573206f662075726c206c696e6b732e2054686973206d656e75206973207265616c6c7920636f6e76696e69656e742e3c2f703e, '', '2009-11-06 10:46:36', '2011-03-12 02:45:00', 1),
33
+ (5, 10, 'Furniture', '#', 2, 2, 'left', 'left', '', 0x3c703e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c2f703e0d0a3c703e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e4d6567616d656e75322d2667743b4974656d732d2667743b4974656d4e616d652d2667743b436f6e74656e7420466f6f7465723c2f7370616e3e3c2f703e0d0a3c703e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c2f703e, '2011-02-27 16:47:02', NULL, 1),
34
+ (6, 18, 'Apparel', '#', 1, 12, 'left', 'left', '', 0x3c703e4353533320616e642043726f73732042726f7773657220537570706f72742e3c2f703e, '2001-03-12 16:52:09', '2016-03-31 16:52:09', 1),
35
+ (7, 3, 'Root', '#', 3, 1, 'left', 'left', 0x3c703e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c2f703e0d0a3c703e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e546f206368616e6765206974656d2068656164657220676f20746f204d6567616d656e75322d2667743b4974656d732d2667743b4974656d4e616d652d2667743b436f6e74656e7420546f703c6272202f3e3c2f7370616e3e3c2f703e0d0a3c703e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a20736d616c6c3b223e2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d3c2f7370616e3e3c2f703e, '', '2011-03-13 23:18:23', NULL, 1);
36
+
37
+
38
+ -- --------------------------------------------------------
39
+
40
+
41
+ CREATE TABLE IF NOT EXISTS {$this->getTable('ip_megamenusidebar_category_store')} (
42
+ `category_id` smallint(6) unsigned DEFAULT NULL,
43
+ `store_id` smallint(6) unsigned DEFAULT NULL
44
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
45
+
46
+ INSERT INTO {$this->getTable('ip_megamenusidebar_category_store')} (`category_id`, `store_id`) VALUES
47
+ (6, 0),
48
+ (2, 0),
49
+ (5, 0),
50
+ (7, 0);
51
+
52
+
53
+ -- --------------------------------------------------------
54
+
55
+
56
+ CREATE TABLE IF NOT EXISTS {$this->getTable('ip_megamenusidebar_item')} (
57
+ `item_id` smallint(6) NOT NULL AUTO_INCREMENT,
58
+ `title` varchar(255) NOT NULL,
59
+ `url` text NOT NULL,
60
+ `column` tinyint(4) NOT NULL DEFAULT '2',
61
+ `align_item` varchar(10) NOT NULL DEFAULT 'left',
62
+ `align_content` varchar(10) NOT NULL DEFAULT 'right',
63
+ `position` tinyint(10) NOT NULL DEFAULT '0',
64
+ `content` text NOT NULL,
65
+ `from_time` datetime DEFAULT NULL,
66
+ `to_time` datetime DEFAULT NULL,
67
+ `is_active` tinyint(1) NOT NULL DEFAULT '1',
68
+ `columnsize` tinyint(4) NOT NULL,
69
+ PRIMARY KEY (`item_id`)
70
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;
71
+
72
+
73
+ INSERT INTO {$this->getTable('ip_megamenusidebar_item')} (`item_id`, `title`, `url`, `column`, `align_item`, `align_content`, `position`, `content`, `from_time`, `to_time`, `is_active`, `columnsize`) VALUES
74
+ (5, 'Lists', '#', 4, 'right', 'right', 1, '<h4>Paragraphs with Borders</h4>\r\n<p class=\"dark\">Nulla quis metus a dolor feugiat porta. Phasellus sapien magna, gravida congue fermentum vel, gravida sit amet sapien. Quisque elit est, ullamcorper ac hendrerit eget, porta id enim. Phasellus in velit velit.</p>\r\n<p class=\"brown\">Praesent a dolor sem. Sed scelerisque, tellus id pulvinar tristique, erat eros rutrum mi, id adipiscing arcu sem vel est. Ut ac turpis ipsum. Mauris leo nulla, vestibulum id bibendum nec, auctor eu quam.</p>\r\n<p class=\"yellow\">Nulla quis metus a dolor feugiat porta. Phasellus sapien magna, gravida congue fermentum vel, gravida sit amet sapien. Quisque elit est, ullamcorper ac hendrerit eget, porta id enim. Phasellus in velit velit.</p>\r\n<p class=\"red\">Curabitur vulputate, massa sit amet mollis sodales, arcu quam scelerisque augue, ac elementum velit mauris ac tellus. Nunc dapibus mollis ante a sollicitudin. Nullam adipiscing ante.</p>\r\n<p class=\"blue\">Quisque varius, erat nec fermentum aliquam, erat urna venenatis orci, in semper lorem ante at dolor. Quisque scelerisque mattis magna ut lobortis. Cras porttitor scelerisque ligula eget condimentum.</p>\r\n<p class=\"green\">Vestibulum sed elit ut arcu. Donec leo dui, mollis ut volutpat et, suscipit a mauris. Etiam molestie, purus id dapibus volutpat, nunc nisl ornare odio, sit amet ornare. Maecenas rutrum venenatis diam ac luctus.</p>', '2011-03-09 12:00:00', '2011-03-12 12:00:00', 1, 0),
75
+ (9, 'Video', '#', 3, 'right', 'right', 9, '<b>Welcome to Magento</b>\r\n<iframe width=\"450\" height=\"320\" frameborder=\"0\" allowfullscreen=\"\" src=\"http://www.youtube.com/embed/BBvsB5PcitQ\" title=\"YouTube video player\"></iframe>', '2011-03-14 01:52:21', '2016-07-14 01:52:21', 1, 0),
76
+ (10, 'Forms', '#', 3, 'left', 'left', 1, '<form id=\"contactForm\" action=\"http://magento1420.dev/contacts/index/post/\" method=\"post\">\r\n<h2 class=\"legend\">Contact Information</h2>\r\n<ul class=\"form-list\">\r\n<li>\r\n<div class=\"field\"><label class=\"required\" for=\"name\"><em>*</em>Name</label>\r\n<div class=\"input-box\"><input id=\"name\" class=\"input-text\" title=\"Email\" name=\"name\" type=\"text\" value=\"John Doe\" /></div>\r\n</div>\r\n</li>\r\n<li>\r\n<div class=\"field\"><label class=\"required\" for=\"email\"><em>*</em>Email</label>\r\n<div class=\"input-box\"><input id=\"email\" class=\"input-text\" title=\"Email\" name=\"email\" type=\"text\" value=\"sample@mail.com\" /></div>\r\n</div>\r\n</li>\r\n<li>\r\n<div class=\"field\"><label class=\"required\" for=\"name\"><em>*</em>Telephone</label>\r\n<div class=\"input-box\"><input id=\"telephone\" class=\"input-text\" title=\"Telephone\" name=\"telephone\" type=\"text\" value=\"+1 0000 0000\" /></div>\r\n</div>\r\n</li>\r\n<li class=\"wide\"> <label class=\"required\" for=\"comment\"><em>*</em>Comment</label>\r\n<div class=\"input-box\"><textarea id=\"comment\" class=\"required-entry input-text\" title=\"Comment\" cols=\"5\" rows=\"3\" name=\"comment\">Write message here ... </textarea></div>\r\n</li>\r\n</ul>\r\n<div class=\"buttons-set\">\r\n<p class=\"required\">* Required Fields0</p>\r\n<input id=\"hideit\" style=\"display: none !important;\" name=\"hideit\" type=\"text\" /> <button class=\"button\" title=\"Submit\"><span><span>Submit</span></span></button></div>\r\n</form>', '2011-03-14 09:16:00', '2015-03-14 02:16:45', 0, 0),
77
+ (12, 'Tables', '#', 4, 'right', 'right', 1, '<h4>This is a dark table</h4>\r\n<table id=\"table_dark\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<th>Title 1</th><th>Title 2</th><th>Title 3</th><th>Title 4</th>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>This is a light table</h4>\r\n<table id=\"table_light\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<th>Title 1</th><th>Title 2</th><th>Title 3</th><th>Title 4</th>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n</tbody>\r\n</table>', '2011-03-26 21:01:46', NULL, 1, 0);
78
+
79
+
80
+ -- --------------------------------------------------------
81
+
82
+ CREATE TABLE IF NOT EXISTS {$this->getTable('ip_megamenusidebar_item_store')} (
83
+ `item_id` smallint(6) unsigned DEFAULT NULL,
84
+ `store_id` smallint(6) unsigned DEFAULT NULL
85
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
86
+
87
+ INSERT INTO {$this->getTable('ip_megamenusidebar_item_store')} (`item_id`, `store_id`) VALUES
88
+ (10, 0),
89
+ (5, 0),
90
+ (12, 0),
91
+ (9, 0);
92
+
93
+ ");
94
+
95
+ $installer->endSetup();
96
+ ?>
app/code/community/Ip/Megamenusidebar/sql/megamenusidebar_setup/mysql4-install-1.0.0.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * Created on Aug 16, 2011
4
  * Author Ivan Proskuryakov - volgodark@gmail.com
5
- * Copyright Proskuryakov Ivan. Ip.com © 2011. All Rights Reserved.
6
  * Single Use, Limited Licence and Single Use No Resale Licence ["Single Use"]
7
  */
8
  ?>
@@ -68,13 +68,9 @@ CREATE TABLE IF NOT EXISTS {$this->getTable('ip_megamenusidebar_item')} (
68
  PRIMARY KEY (`item_id`)
69
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;
70
 
71
-
72
  INSERT INTO {$this->getTable('ip_megamenusidebar_item')} (`item_id`, `title`, `url`, `column`, `align_item`, `align_content`, `position`, `content`, `from_time`, `to_time`, `is_active`, `columnsize`) VALUES
73
- (5, 'Lists', '#', 4, 'right', 'right', 1, '<h4>Paragraphs with Borders</h4>\r\n<p class=\"dark\">Nulla quis metus a dolor feugiat porta. Phasellus sapien magna, gravida congue fermentum vel, gravida sit amet sapien. Quisque elit est, ullamcorper ac hendrerit eget, porta id enim. Phasellus in velit velit.</p>\r\n<p class=\"brown\">Praesent a dolor sem. Sed scelerisque, tellus id pulvinar tristique, erat eros rutrum mi, id adipiscing arcu sem vel est. Ut ac turpis ipsum. Mauris leo nulla, vestibulum id bibendum nec, auctor eu quam.</p>\r\n<p class=\"yellow\">Nulla quis metus a dolor feugiat porta. Phasellus sapien magna, gravida congue fermentum vel, gravida sit amet sapien. Quisque elit est, ullamcorper ac hendrerit eget, porta id enim. Phasellus in velit velit.</p>\r\n<p class=\"red\">Curabitur vulputate, massa sit amet mollis sodales, arcu quam scelerisque augue, ac elementum velit mauris ac tellus. Nunc dapibus mollis ante a sollicitudin. Nullam adipiscing ante.</p>\r\n<p class=\"blue\">Quisque varius, erat nec fermentum aliquam, erat urna venenatis orci, in semper lorem ante at dolor. Quisque scelerisque mattis magna ut lobortis. Cras porttitor scelerisque ligula eget condimentum.</p>\r\n<p class=\"green\">Vestibulum sed elit ut arcu. Donec leo dui, mollis ut volutpat et, suscipit a mauris. Etiam molestie, purus id dapibus volutpat, nunc nisl ornare odio, sit amet ornare. Maecenas rutrum venenatis diam ac luctus.</p>', '2011-03-09 12:00:00', '2011-03-12 12:00:00', 1, 0),
74
- (9, 'Video', '#', 3, 'right', 'right', 9, '<b>Welcome to Magento</b>\r\n<iframe width=\"450\" height=\"320\" frameborder=\"0\" allowfullscreen=\"\" src=\"http://www.youtube.com/embed/BBvsB5PcitQ\" title=\"YouTube video player\"></iframe>', '2011-03-14 01:52:21', '2016-07-14 01:52:21', 1, 0),
75
- (10, 'Forms', '#', 3, 'left', 'left', 1, '<form id=\"contactForm\" action=\"http://magento1420.dev/contacts/index/post/\" method=\"post\">\r\n<h2 class=\"legend\">Contact Information</h2>\r\n<ul class=\"form-list\">\r\n<li>\r\n<div class=\"field\"><label class=\"required\" for=\"name\"><em>*</em>Name</label>\r\n<div class=\"input-box\"><input id=\"name\" class=\"input-text\" title=\"Email\" name=\"name\" type=\"text\" value=\"John Doe\" /></div>\r\n</div>\r\n</li>\r\n<li>\r\n<div class=\"field\"><label class=\"required\" for=\"email\"><em>*</em>Email</label>\r\n<div class=\"input-box\"><input id=\"email\" class=\"input-text\" title=\"Email\" name=\"email\" type=\"text\" value=\"sample@mail.com\" /></div>\r\n</div>\r\n</li>\r\n<li>\r\n<div class=\"field\"><label class=\"required\" for=\"name\"><em>*</em>Telephone</label>\r\n<div class=\"input-box\"><input id=\"telephone\" class=\"input-text\" title=\"Telephone\" name=\"telephone\" type=\"text\" value=\"+1 0000 0000\" /></div>\r\n</div>\r\n</li>\r\n<li class=\"wide\"> <label class=\"required\" for=\"comment\"><em>*</em>Comment</label>\r\n<div class=\"input-box\"><textarea id=\"comment\" class=\"required-entry input-text\" title=\"Comment\" cols=\"5\" rows=\"3\" name=\"comment\">Write message here ... </textarea></div>\r\n</li>\r\n</ul>\r\n<div class=\"buttons-set\">\r\n<p class=\"required\">* Required Fields0</p>\r\n<input id=\"hideit\" style=\"display: none !important;\" name=\"hideit\" type=\"text\" /> <button class=\"button\" title=\"Submit\"><span><span>Submit</span></span></button></div>\r\n</form>', '2011-03-14 09:16:00', '2015-03-14 02:16:45', 0, 0),
76
- (12, 'Tables', '#', 4, 'right', 'right', 1, '<h4>This is a dark table</h4>\r\n<table id=\"table_dark\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<th>Title 1</th><th>Title 2</th><th>Title 3</th><th>Title 4</th>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>This is a light table</h4>\r\n<table id=\"table_light\" cellspacing=\"0\">\r\n<tbody>\r\n<tr>\r\n<th>Title 1</th><th>Title 2</th><th>Title 3</th><th>Title 4</th>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n<tr>\r\n<td>Cell 1</td>\r\n<td>Cell 2</td>\r\n<td>Cell 3</td>\r\n<td>Cell 4</td>\r\n</tr>\r\n</tbody>\r\n</table>', '2011-03-26 21:01:46', NULL, 1, 0);
77
-
78
 
79
  -- --------------------------------------------------------
80
 
@@ -84,10 +80,9 @@ CREATE TABLE IF NOT EXISTS {$this->getTable('ip_megamenusidebar_item_store')} (
84
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
85
 
86
  INSERT INTO {$this->getTable('ip_megamenusidebar_item_store')} (`item_id`, `store_id`) VALUES
87
- (10, 0),
88
- (5, 0),
89
- (12, 0),
90
- (9, 0);
91
  ");
92
 
93
  $installer->endSetup();
2
  /*
3
  * Created on Aug 16, 2011
4
  * Author Ivan Proskuryakov - volgodark@gmail.com
5
+ * Copyright Proskuryakov Ivan. Ip.com © 2011. All Rights Reserved.
6
  * Single Use, Limited Licence and Single Use No Resale Licence ["Single Use"]
7
  */
8
  ?>
68
  PRIMARY KEY (`item_id`)
69
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;
70
 
 
71
  INSERT INTO {$this->getTable('ip_megamenusidebar_item')} (`item_id`, `title`, `url`, `column`, `align_item`, `align_content`, `position`, `content`, `from_time`, `to_time`, `is_active`, `columnsize`) VALUES
72
+ (11, 'Megamenu item ', '#', 3, 'right', 'right', 1, '<p><dl><dd><em>Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores.</em></dd></dl><dl><dd><em>At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues. It va esser tam simplic quam Occidental in fact, it va esser Occidental. A un Angleso it va semblar un simplificat Angles, quam un skeptic Cambridge amico dit me que Occidental es.</em></dd></dl></p>', '2011-09-23 22:13:46', NULL, 1, 0),
73
+ (12, 'Megamenu item ', '#', 2, 'left', 'left', 1, '<p><strong>Magento</strong>&nbsp;is an&nbsp;<a title=\"Open source\" href=\"http://en.wikipedia.org/wiki/Open_source\">open source</a>&nbsp;based&nbsp;<a class=\"mw-redirect\" title=\"Ecommerce\" href=\"http://en.wikipedia.org/wiki/Ecommerce\">ecommerce</a>&nbsp;web application that was launched on March 31, 2008. It was developed by Varien (now Magento Inc) with help from the programmers within the open source community but is owned solely by&nbsp;<a class=\"external text\" rel=\"nofollow\" href=\"http://www.magentocommerce.com/\">Magento Inc.</a>. Magento was built using the&nbsp;<a title=\"Zend Framework\" href=\"http://en.wikipedia.org/wiki/Zend_Framework\">Zend Framework</a>.&nbsp;It uses the&nbsp;<a title=\"Entity-attribute-value model\" href=\"http://en.wikipedia.org/wiki/Entity-attribute-value_model\">Entity-attribute-value</a>&nbsp;(EAV) database model to store data. The Magento Community Edition is the only free version of Magento available. All other versions of Magento are not free.</p>', '2011-09-23 22:14:44', NULL, 1, 0);
 
 
 
74
 
75
  -- --------------------------------------------------------
76
 
80
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
81
 
82
  INSERT INTO {$this->getTable('ip_megamenusidebar_item_store')} (`item_id`, `store_id`) VALUES
83
+ (11, 0),
84
+ (12, 0);
85
+
 
86
  ");
87
 
88
  $installer->endSetup();
app/etc/modules/Ip_Megamenusidebar.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Ip_Megamenusidebar>
5
- <active>true</active>
6
  <codePool>community</codePool>
7
  </Ip_Megamenusidebar>
8
  </modules>
2
  <config>
3
  <modules>
4
  <Ip_Megamenusidebar>
5
+ <active>false</active>
6
  <codePool>community</codePool>
7
  </Ip_Megamenusidebar>
8
  </modules>
package.xml CHANGED
@@ -1,19 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ecommerceoffice_megamenusidebar</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license>Single user license</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Menu - is a key navigation element for customers on your website. It is particularly important that the menu would contain a maximum of all information.</summary>
10
- <description>Shop can increase profits by changing the sitemenu - users should see all items of your catalog products immediately. It is necessary that information was
11
  available at the first click.</description>
12
- <notes>1.0.2</notes>
13
  <authors><author><name>officeecommerce</name><user>auto-converted</user><email>office.ecommerce@gmail.com</email></author></authors>
14
- <date>2011-09-06</date>
15
- <time>07:40:58</time>
16
- <contents><target name="magelocale"><dir name="en_US"><file name="Ip_Megamenusidebar.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="ip_megamenusidebar"><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/><dir name="css_left"><file name="ie6.css" hash="1dc7c1ca9ecaa52983a7d24aaf1fd713"/><file name="ie7.css" hash="c005cd02c676297dab8f12d127bbfdcc"/><file name="layout.css" hash="596cc7b43f1add125fce451f1d0560ea"/><file name="megamenu.css" hash="5e6cfd3a274652198fde9a0b5943aa8f"/><file name="megamenu_.css" hash="d7264d6d1d2ff0085f83d99a33bd0c44"/></dir><dir name="css_right"><file name="ie6.css" hash="265634cfbabdf39ffd994690f81045e4"/><file name="ie7.css" hash="c005cd02c676297dab8f12d127bbfdcc"/><file name="layout.css" hash="596cc7b43f1add125fce451f1d0560ea"/><file name="megamenu.css" hash="bef89c146e349a45ff0399ab031a61f3"/></dir><dir name="img"><file name="bg.png" hash="2fb5a586aa969e4c233cbaf09b29e670"/><file name="down.gif" hash="1ede86e1b15bdcd0ea3653480f7b8494"/><file name="down.png" hash="73949fbe96d11c6e370d138e8f94559f"/><file name="down_right.png" hash="3a8b8ab010f5fff368258d66fd07e584"/><file name="img01.jpg" hash="61061a6ddb5c958918d4372de3bf1920"/><file name="img02.jpg" hash="60884974b55ff4f3f3b562a026e27f11"/><file name="img03.jpg" hash="42b5c3eb1841fb18fec6b5f6a3f0488b"/><file name="menu_separator.jpg" hash="5796dfe08d16f6062809f842ee883997"/><dir name="icons"><file name="alert.png" hash="247eddcaf0f57128cc0d9d19cd9b6334"/><file name="archive.png" hash="69e15f27d7af81c996d4404a0cab8149"/><file name="briefcase.png" hash="d7b1f172b63c5e66e0d8f4ca44891faa"/><file name="calendar.png" hash="5cbc8bb582369a5cca0c496409c73973"/><file name="delete.png" hash="e8a2067930318d48862d2d46e2759ba9"/><file name="error.png" hash="20c89fee69589f5629b17f1dbffe7fa4"/><file name="favorite.png" hash="c1cd1d5ae8b0ee1f9e0f3eed801aaa56"/><file name="help.png" hash="b11c218df554fbbf180c42ba7fe312c8"/><file name="info.png" hash="634e585f557d90bb26a2ae9f52168762"/><file name="lock.png" hash="a46877e9eac6226049353917cb049a76"/><file name="note.png" hash="4169368537bcbec2c2a69ce1a911f03f"/><file name="ok.png" hash="6bee6215f13176db7239c79008ffb0d4"/><file name="search.png" hash="3144b4e8b6ba7c95764a76c243ae09f6"/><file name="user.png" hash="821e775c5d30909fadfd5f8f28f67d72"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ip_megamenusidebar.xml" hash="f5b3929efa7e31b4d63a3f8614f24972"/></dir><dir name="template"><dir name="ip_megamenusidebar"><file name="navigation_left.phtml" hash="1485454a8a6f37fddb3a7112587353c8"/><file name="navigation_right.phtml" hash="8c967c043f2b03bf7251bc890d6d3989"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Ip"><dir name="Megamenusidebar"><dir name="Block"><file name="Developer.php" hash="70d4ce97ffaaefeb4448ac0444b9e2f2"/><file name="Info.php" hash="42840a42e212fa0a0f7da4771e32e430"/><file name="Navigation.php" hash="c72a5c77bb103116e9ba8f2231bdbcef"/><dir name="Admin"><file name="Category.php" hash="c991482031d8ea4dee917c3128cbdb3e"/><file name="Item.php" hash="8600c0a2a7eb023b81a051f05f85762c"/><dir name="Category"><file name="Edit.php" hash="08e60daa28e4203fe16b8ec87d34ad0a"/><file name="Grid.php" hash="6e96f6616d46394d8c70755396bf05d6"/><dir name="Edit"><file name="Form.php" hash="cd99d9ac690a7743eb74310192950626"/><file name="Tabs.php" hash="e97e9e59ad6c46a96a67ded6b47936a2"/><dir name="Tab"><file name="Form.php" hash="3610e927722c124fa337569538cd1a93"/><file name="Other.php" hash="e3f937d8c757f1728df66815c9595ec2"/></dir></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="b67d62edc102fe3e04a08cea8842b636"/></dir></dir></dir><dir name="Item"><file name="Edit.php" hash="8b982fa9cb5f5505a9f9e09e32986ec3"/><file name="Grid.php" hash="7b143587fc891e37aa906f20a87da246"/><dir name="Edit"><file name="Form.php" hash="eb26d8cac70fb0cfbcd70adadeb7f17f"/><file name="Tabs.php" hash="9ff93a538c5b55679e458640ff703b2d"/><dir name="Tab"><file name="Form.php" hash="48f6cee5d47df62c9adc5aa434bc7024"/><file name="Other.php" hash="52f2ff8b80c0e37c460f2fad16f243e3"/></dir></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="9935a63cb0707f29af034109986f74f4"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Admin"><file name="CategoryController.php" hash="d1aa7c89ddc3d26b4705c46a98cf66b8"/><file name="ItemController.php" hash="3f1904aeb3d05c9504545f088726f277"/></dir></dir><dir name="etc"><file name="config.xml" hash="2eb27c2d8592075a6d922800cfa04afb"/><file name="system.xml" hash="c73420cbd4094a7f0a75fc5a1da1f7a8"/></dir><dir name="Helper"><file name="Data.php" hash="e1c85c2a2f8abeafbe5613d23b32407a"/></dir><dir name="Model"><file name="Category.php" hash="3b754fa9c3c3cfc4cc4532201f033f03"/><file name="Data.php" hash="2ab5f94c4aca6f44394d20514f7655b7"/><file name="Item.php" hash="22d65355988be2323d97838626aa2dd8"/><dir name="Mysql4"><file name="Category.php" hash="1d875f0dcec635f85437036f4c993ade"/><file name="Item.php" hash="4dac4518920b44bfd9f7e87f271b45c3"/><dir name="Category"><file name="Collection.php" hash="3b68600ea458d3b6fdcdeff150d2aebf"/></dir><dir name="Item"><file name="Collection.php" hash="d31235c9353b98641a012a4bd5dedc10"/></dir></dir><dir name="Source"><file name="Align.php" hash="2351ff7f25aea68e6ef6f9cbd9a74fee"/><file name="Color.php" hash="97c5cad2f18aa404117c6bac109d50da"/><file name="Effect.php" hash="9131152d3df70f91dfea5bd918951efb"/><file name="Maximumsubcat.php" hash="3c5368bfd0853ef79a37c48d2a43e641"/><file name="Type.php" hash="7f5d1633c32de857898e041de4acc690"/></dir><dir name="Wysiwyg"><file name="Config.php" hash="69334abc5f6d34b51264ee89daf26377"/></dir></dir><dir name="sql"><dir name="megamenusidebar_setup"><file name="data.sql" hash="2ff42fba8a7ae92cf7bcd3cdd0ee86c3"/><file name="mysql4-install-1.0.0.php" hash="22f49b12ececc58eeab378ae411042dc"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ip_megamenusidebar"><file name="jquery-1.5.1.min.js" hash="b04a3bccd23ddeb7982143707a63ccf9"/><file name="megamenu.js" hash="d44728217f5833f2ce331fe4c2a345ad"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ip_Megamenusidebar.xml" hash="78f0764d70b320a1adc066f2af9500c2"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ecommerceoffice_megamenusidebar</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license>Single user license</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Menu - is a key navigation element for customers on your website. It is particularly important that the menu would contain a maximum of all information.</summary>
10
+ <description>Shop can increase profits by changing the sitemenu - users should see all items of your catalog products immediately. It is necessary that information was &#xD;
11
  available at the first click.</description>
12
+ <notes>1.0.3</notes>
13
  <authors><author><name>officeecommerce</name><user>auto-converted</user><email>office.ecommerce@gmail.com</email></author></authors>
14
+ <date>2011-09-24</date>
15
+ <time>00:08:05</time>
16
+ <contents><target name="magecommunity"><dir name="Ip"><dir name="Megamenusidebar"><dir name="Block"><dir name="Admin"><dir name="Category"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="3610e927722c124fa337569538cd1a93"/><file name="Other.php" hash="e3f937d8c757f1728df66815c9595ec2"/></dir><file name="Form.php" hash="cd99d9ac690a7743eb74310192950626"/><file name="Tabs.php" hash="e97e9e59ad6c46a96a67ded6b47936a2"/></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="b67d62edc102fe3e04a08cea8842b636"/></dir></dir><file name="Edit.php" hash="08e60daa28e4203fe16b8ec87d34ad0a"/><file name="Grid.php" hash="6e96f6616d46394d8c70755396bf05d6"/></dir><dir name="Item"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="48f6cee5d47df62c9adc5aa434bc7024"/><file name="Other.php" hash="52f2ff8b80c0e37c460f2fad16f243e3"/></dir><file name="Form.php" hash="eb26d8cac70fb0cfbcd70adadeb7f17f"/><file name="Tabs.php" hash="9ff93a538c5b55679e458640ff703b2d"/></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="9935a63cb0707f29af034109986f74f4"/></dir></dir><file name="Edit.php" hash="8b982fa9cb5f5505a9f9e09e32986ec3"/><file name="Grid.php" hash="7b143587fc891e37aa906f20a87da246"/></dir><file name="Category.php" hash="c991482031d8ea4dee917c3128cbdb3e"/><file name="Item.php" hash="8600c0a2a7eb023b81a051f05f85762c"/></dir><file name="Developer.php" hash="70d4ce97ffaaefeb4448ac0444b9e2f2"/><file name="Info.php" hash="42840a42e212fa0a0f7da4771e32e430"/><file name="Navigation.php" hash="c72a5c77bb103116e9ba8f2231bdbcef"/></dir><dir name="Helper"><file name="Data.php" hash="e1c85c2a2f8abeafbe5613d23b32407a"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Category"><file name="Collection.php" hash="3b68600ea458d3b6fdcdeff150d2aebf"/></dir><dir name="Item"><file name="Collection.php" hash="d31235c9353b98641a012a4bd5dedc10"/></dir><file name="Category.php" hash="1d875f0dcec635f85437036f4c993ade"/><file name="Item.php" hash="4dac4518920b44bfd9f7e87f271b45c3"/></dir><dir name="Source"><file name="Align.php" hash="2351ff7f25aea68e6ef6f9cbd9a74fee"/><file name="Color.php" hash="97c5cad2f18aa404117c6bac109d50da"/><file name="Effect.php" hash="9131152d3df70f91dfea5bd918951efb"/><file name="Maximumsubcat.php" hash="3c5368bfd0853ef79a37c48d2a43e641"/><file name="Type.php" hash="7f5d1633c32de857898e041de4acc690"/></dir><dir name="Wysiwyg"><file name="Config.php" hash="69334abc5f6d34b51264ee89daf26377"/></dir><file name="Category.php" hash="3b754fa9c3c3cfc4cc4532201f033f03"/><file name="Data.php" hash="2ab5f94c4aca6f44394d20514f7655b7"/><file name="Item.php" hash="22d65355988be2323d97838626aa2dd8"/></dir><dir name="controllers"><dir name="Admin"><file name="CategoryController.php" hash="d1aa7c89ddc3d26b4705c46a98cf66b8"/><file name="ItemController.php" hash="3f1904aeb3d05c9504545f088726f277"/></dir></dir><dir name="etc"><file name="config.xml" hash="2eb27c2d8592075a6d922800cfa04afb"/><file name="system.xml" hash="c73420cbd4094a7f0a75fc5a1da1f7a8"/></dir><dir name="sql"><dir name="megamenusidebar_setup"><file name="data.sql" hash="2ff42fba8a7ae92cf7bcd3cdd0ee86c3"/><file name="mysql4-install-1.0.0.php" hash="8e561a0d64fbf4728d4fca9e3a71e472"/></dir><file name="CopyOfmysql4-install-1.0.0.php" hash="56bd6bde0742f9cb0a7eec4768d63bbf"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ip_Megamenusidebar.xml" hash="9bab4b608ae73a0d4cd1a8f07d28f0c4"/></dir></target><target name="mage"><dir name="js"><dir name="ip_megamenusidebar"><file name="jquery-1.5.1.min.js" hash="b04a3bccd23ddeb7982143707a63ccf9"/><file name="megamenu.js" hash="d44728217f5833f2ce331fe4c2a345ad"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ip_megamenusidebar"><file name="navigation_left.phtml" hash="1485454a8a6f37fddb3a7112587353c8"/><file name="navigation_right.phtml" hash="8c967c043f2b03bf7251bc890d6d3989"/></dir></dir><dir name="layout"><file name="ip_megamenusidebar.xml" hash="f5b3929efa7e31b4d63a3f8614f24972"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="ip_megamenusidebar"><dir name="css_left"><file name="ie6.css" hash="1dc7c1ca9ecaa52983a7d24aaf1fd713"/><file name="ie7.css" hash="c005cd02c676297dab8f12d127bbfdcc"/><file name="layout.css" hash="596cc7b43f1add125fce451f1d0560ea"/><file name="megamenu.css" hash="5e6cfd3a274652198fde9a0b5943aa8f"/><file name="megamenu_.css" hash="d7264d6d1d2ff0085f83d99a33bd0c44"/></dir><dir name="css_right"><file name="ie6.css" hash="265634cfbabdf39ffd994690f81045e4"/><file name="ie7.css" hash="c005cd02c676297dab8f12d127bbfdcc"/><file name="layout.css" hash="596cc7b43f1add125fce451f1d0560ea"/><file name="megamenu.css" hash="bef89c146e349a45ff0399ab031a61f3"/></dir><dir name="img"><dir name="icons"><file name="alert.png" hash="247eddcaf0f57128cc0d9d19cd9b6334"/><file name="archive.png" hash="69e15f27d7af81c996d4404a0cab8149"/><file name="briefcase.png" hash="d7b1f172b63c5e66e0d8f4ca44891faa"/><file name="calendar.png" hash="5cbc8bb582369a5cca0c496409c73973"/><file name="delete.png" hash="e8a2067930318d48862d2d46e2759ba9"/><file name="error.png" hash="20c89fee69589f5629b17f1dbffe7fa4"/><file name="favorite.png" hash="c1cd1d5ae8b0ee1f9e0f3eed801aaa56"/><file name="help.png" hash="b11c218df554fbbf180c42ba7fe312c8"/><file name="info.png" hash="634e585f557d90bb26a2ae9f52168762"/><file name="lock.png" hash="a46877e9eac6226049353917cb049a76"/><file name="note.png" hash="4169368537bcbec2c2a69ce1a911f03f"/><file name="ok.png" hash="6bee6215f13176db7239c79008ffb0d4"/><file name="search.png" hash="3144b4e8b6ba7c95764a76c243ae09f6"/><file name="user.png" hash="821e775c5d30909fadfd5f8f28f67d72"/></dir><file name="bg.png" hash="2fb5a586aa969e4c233cbaf09b29e670"/><file name="down.gif" hash="1ede86e1b15bdcd0ea3653480f7b8494"/><file name="down.png" hash="73949fbe96d11c6e370d138e8f94559f"/><file name="down_right.png" hash="3a8b8ab010f5fff368258d66fd07e584"/><file name="img01.jpg" hash="61061a6ddb5c958918d4372de3bf1920"/><file name="img02.jpg" hash="60884974b55ff4f3f3b562a026e27f11"/><file name="img03.jpg" hash="42b5c3eb1841fb18fec6b5f6a3f0488b"/><file name="menu_separator.jpg" hash="5796dfe08d16f6062809f842ee883997"/></dir><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Ip_Megamenusidebar.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>