Version Notes
Before using it in production, first check it in a test environment.
Also make sure you created a backup from your store files and database just before installing the extension.
If you enabled your store compiler, you must disable it before installation then re-compile and enable it again.
To view sidebar navigation correctly in frontend and access to configuration settings you must refresh Magento cache and re-login to admin panel.
Download this release
Release Info
Developer | Hassan Barza |
Extension | Codnitive_Sidenav |
Version | 1.8.03 |
Comparing to | |
See all releases |
Code changes from version 1.8.00 to 1.8.03
app/code/community/Codnitive/Sidenav/Model/Config.php
CHANGED
@@ -35,7 +35,7 @@ class Codnitive_Sidenav_Model_Config /*extends Mage_Catalog_Model_Category*/
|
|
35 |
const EXTENSION_NAMESPACE = 'sidenav';
|
36 |
|
37 |
const EXTENSION_NAME = 'Sidebar Navigation Menu Professional';
|
38 |
-
const EXTENSION_VERSION = '1.8.
|
39 |
const EXTENSION_EDITION = '';
|
40 |
|
41 |
public static function getNamespace()
|
35 |
const EXTENSION_NAMESPACE = 'sidenav';
|
36 |
|
37 |
const EXTENSION_NAME = 'Sidebar Navigation Menu Professional';
|
38 |
+
const EXTENSION_VERSION = '1.8.03';
|
39 |
const EXTENSION_EDITION = '';
|
40 |
|
41 |
public static function getNamespace()
|
app/code/community/Codnitive/Sidenav/etc/config.xml
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Codnitive_Sidenav>
|
28 |
-
<version>1.8.
|
29 |
<title>Sidebar Navigation Menu Professional</title>
|
30 |
<link><![CDATA[http://www.codnitive.com/]]>
|
31 |
</link>
|
@@ -130,11 +130,11 @@
|
|
130 |
<thumb_width>14</thumb_width>
|
131 |
<thumb_height>14</thumb_height>
|
132 |
<home_active>1</home_active>
|
133 |
-
<home_hide_top>
|
134 |
<home_hide_home>1</home_hide_home>
|
135 |
<home_content>0</home_content>
|
136 |
<customer_active>1</customer_active>
|
137 |
-
<customer_hide_top>
|
138 |
<customer_column>left_col</customer_column>
|
139 |
<customer_before>customer_nav_after</customer_before>
|
140 |
</sidenav>
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Codnitive_Sidenav>
|
28 |
+
<version>1.8.03</version>
|
29 |
<title>Sidebar Navigation Menu Professional</title>
|
30 |
<link><![CDATA[http://www.codnitive.com/]]>
|
31 |
</link>
|
130 |
<thumb_width>14</thumb_width>
|
131 |
<thumb_height>14</thumb_height>
|
132 |
<home_active>1</home_active>
|
133 |
+
<home_hide_top>0</home_hide_top>
|
134 |
<home_hide_home>1</home_hide_home>
|
135 |
<home_content>0</home_content>
|
136 |
<customer_active>1</customer_active>
|
137 |
+
<customer_hide_top>0</customer_hide_top>
|
138 |
<customer_column>left_col</customer_column>
|
139 |
<customer_before>customer_nav_after</customer_before>
|
140 |
</sidenav>
|
app/design/frontend/base/default/layout/codnitive/sidenav.xml
CHANGED
@@ -109,12 +109,8 @@ Supported layout update handles (action):
|
|
109 |
-->
|
110 |
<cms_index_index>
|
111 |
<reference name="header">
|
112 |
-
<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
|
113 |
-
<label>Navigation Bar</label>
|
114 |
-
<block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
|
115 |
-
</block>
|
116 |
<reference name="top.menu">
|
117 |
-
<action method="unsetChild" modules="codnitivecatalog/sidenav/" options="active,home_hide_top
|
118 |
<name>catalog.topnav</name>
|
119 |
</action>
|
120 |
</reference>
|
@@ -187,12 +183,8 @@ Supported layout update handles (action):
|
|
187 |
-->
|
188 |
<cms_index_defaultindex>
|
189 |
<reference name="header">
|
190 |
-
<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
|
191 |
-
<label>Navigation Bar</label>
|
192 |
-
<block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
|
193 |
-
</block>
|
194 |
<reference name="top.menu">
|
195 |
-
<action method="unsetChild" modules="codnitivecatalog/sidenav/" options="active,home_hide_top
|
196 |
<name>catalog.topnav</name>
|
197 |
</action>
|
198 |
</reference>
|
109 |
-->
|
110 |
<cms_index_index>
|
111 |
<reference name="header">
|
|
|
|
|
|
|
|
|
112 |
<reference name="top.menu">
|
113 |
+
<action method="unsetChild" modules="codnitivecatalog/sidenav/" options="active,home_hide_top" conditions="1,1" operation="0.1">
|
114 |
<name>catalog.topnav</name>
|
115 |
</action>
|
116 |
</reference>
|
183 |
-->
|
184 |
<cms_index_defaultindex>
|
185 |
<reference name="header">
|
|
|
|
|
|
|
|
|
186 |
<reference name="top.menu">
|
187 |
+
<action method="unsetChild" modules="codnitivecatalog/sidenav/" options="active,home_hide_top" conditions="1,1" operation="0.1">
|
188 |
<name>catalog.topnav</name>
|
189 |
</action>
|
190 |
</reference>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Codnitive_Sidenav</name>
|
4 |
-
<version>1.8.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-3.0.html">GNU General Public License, version 3 (GPLv3)</license>
|
7 |
<channel>community</channel>
|
@@ -9,14 +9,14 @@
|
|
9 |
<summary>Adds new navigation block to store sidebar columns with lots of functionalities like showing categories thumbnail images, collapsible menus and more.</summary>
|
10 |
<description>This extension will adds a very useful vertical navigation with more flexible functionalities and configuration settings. The new block can add to sidebar columns with unique and nice design.
|
11 |
With this navigation menu users can navigate to all site categories simply and fast.</description>
|
12 |
-
<notes>Before
|
13 |
Also make sure you created a backup from your store files and database just before installing the extension.
|
14 |
-
If you enabled your
|
15 |
To view sidebar navigation correctly in frontend and access to configuration settings you must refresh Magento cache and re-login to admin panel.</notes>
|
16 |
<authors><author><name>Hassan Barza</name><user>hbarza</user><email>support@codnitive.com</email></author></authors>
|
17 |
-
<date>2013-07-
|
18 |
-
<time>
|
19 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="6b2f701358a66c64dc7e465c9c37b19d"/><file name="Codnitive_Sidenav.xml" hash="9ad9ddd42151498e4e4d01368f623e5e"/><file name="Codnitive_Extifcon.xml" hash="d0857d66ad78ee8505f3d51ec35689b6"/></dir></target><target name="magelocal"><dir name="Codnitive"><dir name="Codall"><dir><dir name="Block"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><file name="Contact.php" hash="8106827fe54d4c38b698ba0d7129eba7"/><file name="ECD.php" hash="54786d9d8d3741edd46be1967b4f784f"/><dir name="Extensions"><file name="List.php" hash="133eaf773b7b3d7546c7b0a85a9f05f7"/></dir><file name="PCD.php" hash="c7703442111ea9ede9c757f81a0cce1e"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="ed21011f3046ba8eb92bc9d168e816dc"/></dir><dir name="etc"><file name="adminhtml.xml" hash="92141ea9b2a4a3871dc3a441bdca5e67"/><file name="config.xml" hash="0c9f551dde5ccd82639fe0793a54bcce"/><file name="system.xml" hash="c73b95227f8db2bc096ea60dae5ced20"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Codnitive_Codall.csv" hash="b6ef3920c15d91d1af1f4c8a4cef82e9"/><file name="Codnitive_Sidenav.csv" hash="cf29ddc80aeb125c826001d6b7114afb"/><file name="Codnitive_Extifcon.csv" hash="0c7b87419fa86b293e84dfec66c31899"/></dir><dir name="fa_IR"><file name="Codnitive_Codall.csv" hash="486172901415e0278a5fd10c76b0c333"/><file name="Codnitive_Sidenav.csv" hash="7f39760c4fae22d23f4ccd85063e1795"/><file name="Codnitive_Extifcon.csv" hash="708e3b71cf2376104b0db4e4b985df33"/></dir></target><target name="magecommunity"><dir name="Codnitive"><dir name="Sidenav"><dir><dir name="Block"><file name="Navigation.php" hash="00767b9495ef963ada5af7173154e990"/></dir><dir name="Helper"><file name="Category.php" hash="09ed6265bb91bdfd6373a186f1975983"/><file name="Data.php" hash="010a4c9d8787b5f353c608d523d5f578"/></dir><dir name="Model"><dir name="Catalog"><file name="Category.php" hash="ea0d5a3d1a5282e3cd3c27ce82167f3f"/></dir><file name="Config.php" hash="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Codnitive_Sidenav</name>
|
4 |
+
<version>1.8.03</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-3.0.html">GNU General Public License, version 3 (GPLv3)</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Adds new navigation block to store sidebar columns with lots of functionalities like showing categories thumbnail images, collapsible menus and more.</summary>
|
10 |
<description>This extension will adds a very useful vertical navigation with more flexible functionalities and configuration settings. The new block can add to sidebar columns with unique and nice design.
|
11 |
With this navigation menu users can navigate to all site categories simply and fast.</description>
|
12 |
+
<notes>Before using it in production, first check it in a test environment.
|
13 |
Also make sure you created a backup from your store files and database just before installing the extension.
|
14 |
+
If you enabled your store compiler, you must disable it before installation then re-compile and enable it again.
|
15 |
To view sidebar navigation correctly in frontend and access to configuration settings you must refresh Magento cache and re-login to admin panel.</notes>
|
16 |
<authors><author><name>Hassan Barza</name><user>hbarza</user><email>support@codnitive.com</email></author></authors>
|
17 |
+
<date>2013-07-15</date>
|
18 |
+
<time>19:00:23</time>
|
19 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="6b2f701358a66c64dc7e465c9c37b19d"/><file name="Codnitive_Sidenav.xml" hash="9ad9ddd42151498e4e4d01368f623e5e"/><file name="Codnitive_Extifcon.xml" hash="d0857d66ad78ee8505f3d51ec35689b6"/></dir></target><target name="magelocal"><dir name="Codnitive"><dir name="Codall"><dir><dir name="Block"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><file name="Contact.php" hash="8106827fe54d4c38b698ba0d7129eba7"/><file name="ECD.php" hash="54786d9d8d3741edd46be1967b4f784f"/><dir name="Extensions"><file name="List.php" hash="133eaf773b7b3d7546c7b0a85a9f05f7"/></dir><file name="PCD.php" hash="c7703442111ea9ede9c757f81a0cce1e"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="ed21011f3046ba8eb92bc9d168e816dc"/></dir><dir name="etc"><file name="adminhtml.xml" hash="92141ea9b2a4a3871dc3a441bdca5e67"/><file name="config.xml" hash="0c9f551dde5ccd82639fe0793a54bcce"/><file name="system.xml" hash="c73b95227f8db2bc096ea60dae5ced20"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Codnitive_Codall.csv" hash="b6ef3920c15d91d1af1f4c8a4cef82e9"/><file name="Codnitive_Sidenav.csv" hash="cf29ddc80aeb125c826001d6b7114afb"/><file name="Codnitive_Extifcon.csv" hash="0c7b87419fa86b293e84dfec66c31899"/></dir><dir name="fa_IR"><file name="Codnitive_Codall.csv" hash="486172901415e0278a5fd10c76b0c333"/><file name="Codnitive_Sidenav.csv" hash="7f39760c4fae22d23f4ccd85063e1795"/><file name="Codnitive_Extifcon.csv" hash="708e3b71cf2376104b0db4e4b985df33"/></dir></target><target name="magecommunity"><dir name="Codnitive"><dir name="Sidenav"><dir><dir name="Block"><file name="Navigation.php" hash="00767b9495ef963ada5af7173154e990"/></dir><dir name="Helper"><file name="Category.php" hash="09ed6265bb91bdfd6373a186f1975983"/><file name="Data.php" hash="010a4c9d8787b5f353c608d523d5f578"/></dir><dir name="Model"><dir name="Catalog"><file name="Category.php" hash="ea0d5a3d1a5282e3cd3c27ce82167f3f"/></dir><file name="Config.php" hash="5c22128fc75b789e7284676953f810c3"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Before.php" hash="17f8190184a0e5b4cafe3aa4fae7a28d"/><file name="Column.php" hash="25b66029ec4bd8b58412640a62d75212"/><file name="Float.php" hash="f9889a4b4e2975ebdcf52c5adc619808"/><file name="Icon.php" hash="2d240d65fbe72146882f3f2637e2e6a1"/><file name="Loadnocategory.php" hash="384e15ef19952e1f5b3a28ed54584665"/><file name="Parent.php" hash="63505ced360a4cbaf2a25c0cbb0c5e5f"/><file name="Thumbsize.php" hash="3978d5c5a8788f69acd0dadfeddba06f"/><file name="Title.php" hash="5112f20d78bb028ad9718ec0cedad66b"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="ff3978a7eb233c5a919b247908bbb8d2"/><file name="config.xml" hash="0151fc9a03b664c4fdc17ff656bd9e4b"/><file name="system.xml" hash="b33bf11c8a0d54103cf10872d52350ad"/></dir></dir></dir><dir name="Extifcon"><dir><dir name="Helper"><file name="Data.php" hash="149e557287d8cded7b0e4d9497db712c"/></dir><dir name="Model"><file name="Compiler.php" hash="0f12034c3944f9599778c6598acc4aa0"/><file name="Config.php" hash="7927c0efebb21b7161a9525dc388e130"/><dir name="Core"><file name="Layout.php" hash="704c3dfcfc7a75b4dc0a3ae4680a21e7"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="0777d101c55acacc2d0247c5327f1e55"/><file name="config.xml" hash="7c4d1441c2ab1c733955145c99fece72"/><file name="system.xml" hash="9dbc4ecb1241dbacf6a06a0646297766"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="codnitive"><file name="sidenav.xml" hash="1d75db4e2a62534712ed86ca69ab178b"/></dir></dir><dir name="template"><dir name="codnitive"><dir name="sidenav"><file name="navigation.phtml" hash="2b8f797b829d21eb9c83a23c34727e88"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="codnitive"><file name="sidenav.css" hash="d86b191e0fbd0cedeeaab45712512ba4"/></dir></dir><dir name="images"><dir name="codnitive"><dir name="sidenav"><file name="arrows.gif" hash="9ea413987d4d17cc4de907a24dcbd268"/><file name="arrows_blue.gif" hash="151e6e7e3827265ed306ced85d165b38"/><file name="arrows_green.gif" hash="17c0766b23745095e6ee99067cedda19"/><file name="arrows_right.gif" hash="b8466c83dab69daa1f3a1d444fbf46a3"/><file name="arrowsorange.gif" hash="36437d09042a820bd60952a44e287875"/><file name="bkg_block-sidebarnav-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-sidebarnav-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-sidebarnav-title.gif" hash="8c28b4c623674f740f6f71652b66c360"/><file name="codnitive_logo.png" hash="6f20d02ef1290605952825bbf942d09a"/><file name="home.png" hash="82fd37a919f29ba4e7585d3f6f603d23"/><file name="plus.gif" hash="a78809dc3d4568b018cd4a381194f8dd"/><file name="plus_gray.gif" hash="a5b5e05a98017ed9a9309622fff8d725"/><file name="plus_trans_small.gif" hash="b886e98d927f7082b000a94756bd6ca5"/></dir></dir></dir></dir></dir><dir name="default"><dir name="blank"><dir name="css"><dir name="codnitive"><file name="sidenav.css" hash="de4d3bf1c46d1f595243c24450fbf255"/></dir></dir><dir name="images"><dir name="codnitive"><dir name="sidenav"><file name="arrows.gif" hash="9ea413987d4d17cc4de907a24dcbd268"/><file name="codnitive_logo.png" hash="6f20d02ef1290605952825bbf942d09a"/><file name="home.png" hash="82fd37a919f29ba4e7585d3f6f603d23"/><file name="plus.gif" hash="a5b5e05a98017ed9a9309622fff8d725"/><file name="plus_trans_small.gif" hash="b886e98d927f7082b000a94756bd6ca5"/><file name="plus_white.gif" hash="a78809dc3d4568b018cd4a381194f8dd"/></dir></dir></dir></dir><dir name="default"><dir name="css"><dir name="codnitive"><file name="sidenav_pd.css" hash="6ca4f5953539ebaa2e99197c140c5c7b"/></dir></dir><dir name="images"><dir name="codnitive"><dir name="sidenav"><file name="arrows.gif" hash="9ea413987d4d17cc4de907a24dcbd268"/><file name="arrows_blue.gif" hash="151e6e7e3827265ed306ced85d165b38"/><file name="arrows_green.gif" hash="17c0766b23745095e6ee99067cedda19"/><file name="arrows_right.gif" hash="b8466c83dab69daa1f3a1d444fbf46a3"/><file name="arrowsorange.gif" hash="36437d09042a820bd60952a44e287875"/><file name="bkg_block-sidebarnav-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-sidebarnav-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-sidebarnav-title.gif" hash="8c28b4c623674f740f6f71652b66c360"/><file name="codnitive_logo.png" hash="6f20d02ef1290605952825bbf942d09a"/><file name="home.png" hash="82fd37a919f29ba4e7585d3f6f603d23"/><file name="plus.gif" hash="a78809dc3d4568b018cd4a381194f8dd"/><file name="plus_gray.gif" hash="a5b5e05a98017ed9a9309622fff8d725"/><file name="plus_trans_small.gif" hash="b886e98d927f7082b000a94756bd6ca5"/></dir></dir></dir></dir><dir name="f002"><dir name="css"><dir name="codnitive"><file name="sidenav.css" hash="843f9971a7e66ba1f8efc232a05526b4"/></dir></dir><dir name="images"><dir name="codnitive"><dir name="sidenav"><file name="arrows.gif" hash="9ea413987d4d17cc4de907a24dcbd268"/><file name="arrows_blue.gif" hash="151e6e7e3827265ed306ced85d165b38"/><file name="arrows_green.gif" hash="17c0766b23745095e6ee99067cedda19"/><file name="arrows_right.gif" hash="b8466c83dab69daa1f3a1d444fbf46a3"/><file name="arrowsorange.gif" hash="36437d09042a820bd60952a44e287875"/><file name="bkg_block-sidebarnav-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-sidebarnav-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-sidebarnav-title.gif" hash="8c28b4c623674f740f6f71652b66c360"/><file name="codnitive_logo.png" hash="6f20d02ef1290605952825bbf942d09a"/><file name="home.png" hash="82fd37a919f29ba4e7585d3f6f603d23"/><file name="plus.gif" hash="a78809dc3d4568b018cd4a381194f8dd"/><file name="plus_gray.gif" hash="a5b5e05a98017ed9a9309622fff8d725"/><file name="plus_trans_small.gif" hash="b886e98d927f7082b000a94756bd6ca5"/><file name="plus_white.gif" hash="a78809dc3d4568b018cd4a381194f8dd"/></dir></dir></dir></dir><dir name="modern"><dir name="css"><dir name="codnitive"><file name="sidenav.css" hash="bb3e94e6c2d824f8f99ae90c25265bae"/></dir></dir><dir name="images"><dir name="codnitive"><dir name="sidenav"><file name="arrows.gif" hash="9ea413987d4d17cc4de907a24dcbd268"/><file name="arrows_blue.gif" hash="151e6e7e3827265ed306ced85d165b38"/><file name="arrows_green.gif" hash="17c0766b23745095e6ee99067cedda19"/><file name="arrows_right.gif" hash="b8466c83dab69daa1f3a1d444fbf46a3"/><file name="arrowsorange.gif" hash="36437d09042a820bd60952a44e287875"/><file name="bkg_block-sidebarnav-actions.gif" hash="1f29cb35ff7946056eecd61ad3dabdfd"/><file name="bkg_block-sidebarnav-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-sidebarnav-title.gif" hash="db35f4c041cd65b37d108d2506b10aae"/><file name="codnitive_logo.png" hash="6f20d02ef1290605952825bbf942d09a"/><file name="home.png" hash="82fd37a919f29ba4e7585d3f6f603d23"/><file name="plus.gif" hash="a78809dc3d4568b018cd4a381194f8dd"/><file name="plus_gray.gif" hash="a5b5e05a98017ed9a9309622fff8d725"/><file name="plus_trans_small.gif" hash="b886e98d927f7082b000a94756bd6ca5"/></dir></dir></dir></dir></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|