Version Notes
Add a vertical menu to your site. Features many css classes and several configuration options.
Download this release
Release Info
Developer | Magento Core Team |
Extension | RicoNeitzel_VertNav |
Version | 0.4.1 |
Comparing to | |
See all releases |
Code changes from version 0.4.0 to 0.4.1
- app/code/community/RicoNeitzel/VertNav/etc/config.xml +2 -1
- app/code/community/RicoNeitzel/VertNav/etc/system.xml +9 -0
- app/design/frontend/base/default/layout/vertnav.xml +6 -1
- app/design/frontend/default/default/layout/vertnav.xml +6 -1
- app/locale/de_DE/RicoNeitzel_VertNav.csv +3 -1
- package.xml +7 -9
app/code/community/RicoNeitzel/VertNav/etc/config.xml
CHANGED
@@ -70,7 +70,8 @@
|
|
70 |
<display_product_count>0</display_product_count>
|
71 |
<expand_all>0</expand_all>
|
72 |
<expand_all_max_depth>0</expand_all_max_depth>
|
73 |
-
|
|
|
74 |
<vertnav_root>root</vertnav_root>
|
75 |
<fallback_to_root>1</fallback_to_root>
|
76 |
</vertnav>
|
70 |
<display_product_count>0</display_product_count>
|
71 |
<expand_all>0</expand_all>
|
72 |
<expand_all_max_depth>0</expand_all_max_depth>
|
73 |
+
<hide_top>1</hide_top>
|
74 |
+
<hide_vertnav>0</hide_vertnav>
|
75 |
<vertnav_root>root</vertnav_root>
|
76 |
<fallback_to_root>1</fallback_to_root>
|
77 |
</vertnav>
|
app/code/community/RicoNeitzel/VertNav/etc/system.xml
CHANGED
@@ -31,6 +31,15 @@
|
|
31 |
<show_in_website>1</show_in_website>
|
32 |
<show_in_store>1</show_in_store>
|
33 |
<fields>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
<hide_top translate="label" module="vertnav">
|
35 |
<label>Hide Top Navigation</label>
|
36 |
<frontend_type>select</frontend_type>
|
31 |
<show_in_website>1</show_in_website>
|
32 |
<show_in_store>1</show_in_store>
|
33 |
<fields>
|
34 |
+
<hide_vertnav translate="label" module="vertnav">
|
35 |
+
<label>Hide Vertical Navigation</label>
|
36 |
+
<frontend_type>select</frontend_type>
|
37 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
38 |
+
<sort_order>10</sort_order>
|
39 |
+
<show_in_default>1</show_in_default>
|
40 |
+
<show_in_website>1</show_in_website>
|
41 |
+
<show_in_store>1</show_in_store>
|
42 |
+
</hide_vertnav>
|
43 |
<hide_top translate="label" module="vertnav">
|
44 |
<label>Hide Top Navigation</label>
|
45 |
<frontend_type>select</frontend_type>
|
app/design/frontend/base/default/layout/vertnav.xml
CHANGED
@@ -34,10 +34,15 @@
|
|
34 |
<reference name="top.menu">
|
35 |
<action method="unsetChild" ifconfig="catalog/vertnav/hide_top"><name>catalog.topnav</name></action>
|
36 |
</reference>
|
|
|
|
|
|
|
37 |
<reference name="left">
|
38 |
<block type="vertnav/navigation" name="catalog.vertnav" template="vertnav/left.phtml" before="-" />
|
39 |
</reference>
|
40 |
-
|
|
|
|
|
41 |
|
42 |
<customer_account>
|
43 |
<reference name="left">
|
34 |
<reference name="top.menu">
|
35 |
<action method="unsetChild" ifconfig="catalog/vertnav/hide_top"><name>catalog.topnav</name></action>
|
36 |
</reference>
|
37 |
+
<reference name="left">
|
38 |
+
<action method="unsetChild" ifconfig="catalog/vertnav/hide_vertnav"><name>catalog.vertnav</name></action>
|
39 |
+
</reference>
|
40 |
<reference name="left">
|
41 |
<block type="vertnav/navigation" name="catalog.vertnav" template="vertnav/left.phtml" before="-" />
|
42 |
</reference>
|
43 |
+
<reference name="left">
|
44 |
+
<action method="unsetChild" ifconfig="catalog/vertnav/hide_vertnav"><name>catalog.vertnav</name></action>
|
45 |
+
</reference> </default>
|
46 |
|
47 |
<customer_account>
|
48 |
<reference name="left">
|
app/design/frontend/default/default/layout/vertnav.xml
CHANGED
@@ -34,10 +34,15 @@
|
|
34 |
<reference name="top.menu">
|
35 |
<action method="unsetChild" ifconfig="catalog/vertnav/hide_top"><name>catalog.topnav</name></action>
|
36 |
</reference>
|
|
|
|
|
|
|
37 |
<reference name="left">
|
38 |
<block type="vertnav/navigation" name="catalog.vertnav" template="vertnav/left.phtml" before="-" />
|
39 |
</reference>
|
40 |
-
|
|
|
|
|
41 |
|
42 |
<customer_account>
|
43 |
<reference name="left">
|
34 |
<reference name="top.menu">
|
35 |
<action method="unsetChild" ifconfig="catalog/vertnav/hide_top"><name>catalog.topnav</name></action>
|
36 |
</reference>
|
37 |
+
<reference name="left">
|
38 |
+
<action method="unsetChild" ifconfig="catalog/vertnav/hide_vertnav"><name>catalog.vertnav</name></action>
|
39 |
+
</reference>
|
40 |
<reference name="left">
|
41 |
<block type="vertnav/navigation" name="catalog.vertnav" template="vertnav/left.phtml" before="-" />
|
42 |
</reference>
|
43 |
+
<reference name="left">
|
44 |
+
<action method="unsetChild" ifconfig="catalog/vertnav/hide_vertnav"><name>catalog.vertnav</name></action>
|
45 |
+
</reference> </default>
|
46 |
|
47 |
<customer_account>
|
48 |
<reference name="left">
|
app/locale/de_DE/RicoNeitzel_VertNav.csv
CHANGED
@@ -1,8 +1,10 @@
|
|
|
|
1 |
"Display Product Count","Artikelanzahl anzeigen"
|
2 |
"Expand all categories","Alle Kategorien öffnen"
|
3 |
"Expand all max depth","Alle öffnen bis max. Tiefe"
|
4 |
"Leave empty or set to 0 for no limit","Leer lassen oder auf 0 setzen für keine Einschränkung"
|
5 |
"Hide Top Navigation","Top-Navigation verstecken"
|
|
|
6 |
"Root Categories","Wurzel-Kategorien"
|
7 |
"Store base","Store Basis"
|
8 |
"Current category children","Aktuelle Unterkategorien"
|
@@ -11,4 +13,4 @@
|
|
11 |
"If no current category is selected","Wenn keine aktuelle Kategorie ausgewählt ist"
|
12 |
"Category Level %d","Kategorie Ebene %d"
|
13 |
"Expand on Top Level","Aufklappen, wenn Artikel direkt aufgerufen wird"
|
14 |
-
"If
|
1 |
+
"Category Vertical Navigation","Vertikale Kategorienavigation"
|
2 |
"Display Product Count","Artikelanzahl anzeigen"
|
3 |
"Expand all categories","Alle Kategorien öffnen"
|
4 |
"Expand all max depth","Alle öffnen bis max. Tiefe"
|
5 |
"Leave empty or set to 0 for no limit","Leer lassen oder auf 0 setzen für keine Einschränkung"
|
6 |
"Hide Top Navigation","Top-Navigation verstecken"
|
7 |
+
"Hide Vertical Navigation","Vertikale Navigation verstecken"
|
8 |
"Root Categories","Wurzel-Kategorien"
|
9 |
"Store base","Store Basis"
|
10 |
"Current category children","Aktuelle Unterkategorien"
|
13 |
"If no current category is selected","Wenn keine aktuelle Kategorie ausgewählt ist"
|
14 |
"Category Level %d","Kategorie Ebene %d"
|
15 |
"Expand on Top Level","Aufklappen, wenn Artikel direkt aufgerufen wird"
|
16 |
+
"If your product is top level requested without a category path should VertNav expand the category listing to the first associated product category.","Soll der Kategoriebaum zur ersten, dem Artikel zugewiesenen Kategorie aufgeklappt werden, wenn der Artikel direkt (ohne Kategoriepfad in der URL) aufgerufen wurde?"
|
package.xml
CHANGED
@@ -1,20 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>RicoNeitzel_VertNav</name>
|
4 |
-
<version>0.4.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Vertical Navigation - drop in replacement for the horizontal top navigation.</summary>
|
10 |
<description>Lots of css selectors available.</description>
|
11 |
-
<notes>Add a vertical menu to your site. Features many css classes and several configuration options
|
12 |
-
|
13 |
-
|
14 |
-
<
|
15 |
-
<
|
16 |
-
<time>08:55:15</time>
|
17 |
-
<contents><target name="magecommunity"><dir name="RicoNeitzel"><dir name="VertNav"><dir name="Block"><file name="Navigation.php" hash="2a1dbd73a8d665a34ad2e31abea39749"/></dir><dir name="Helper"><file name="Data.php" hash="a3995193a1ce5560edbd95e11720ce8b"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Root.php" hash="20696bf2dfef3e1092d7c08caf1dbc8e"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="eea44d143acdf63090d1206b7ae6b089"/><file name="system.xml" hash="8341b6dc4b1894f7ce0b5241aa8ba547"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="RicoNeitzel_VertNav.xml" hash="227d7980c24ebd629e1c1d4f10b8c62c"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="RicoNeitzel_VertNav.csv" hash="85bf4aa9c2b81187ab5e1c8f62a35110"/></dir><dir name="es_MX"><file name="RicoNeitzel_VertNav.csv" hash="54b83643165bc5b72ca8ce2122fd5422"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="vertnav.xml" hash="956ada78dc7cd460a2e94a718e33dfa9"/></dir><dir name="template"><dir name="vertnav"><file name="left.phtml" hash="e2f0d7e286ad1d3caadd4892fbb0671f"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="vertnav.xml" hash="956ada78dc7cd460a2e94a718e33dfa9"/></dir><dir name="template"><dir name="vertnav"><file name="left.phtml" hash="e2f0d7e286ad1d3caadd4892fbb0671f"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="vertnav.css" hash="48ed54348eefcc8e1e0286feb84cbe4e"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="vertnav.css" hash="48ed54348eefcc8e1e0286feb84cbe4e"/></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
-
<dependencies
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>RicoNeitzel_VertNav</name>
|
4 |
+
<version>0.4.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Vertical Navigation - drop in replacement for the horizontal top navigation.</summary>
|
10 |
<description>Lots of css selectors available.</description>
|
11 |
+
<notes>Add a vertical menu to your site. Features many css classes and several configuration options.</notes>
|
12 |
+
<authors><author><name>Rico Neitzel</name><user>auto-converted</user><email>rico@buro71a.de</email></author></authors>
|
13 |
+
<date>2012-10-11</date>
|
14 |
+
<time>08:22:11</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="RicoNeitzel"><dir name="VertNav"><dir name="Block"><file name="Navigation.php" hash="2a1dbd73a8d665a34ad2e31abea39749"/></dir><dir name="Helper"><file name="Data.php" hash="a3995193a1ce5560edbd95e11720ce8b"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Root.php" hash="20696bf2dfef3e1092d7c08caf1dbc8e"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="58244bde78a9877704957a5a3dcc4748"/><file name="system.xml" hash="4ae9f6be51baf3be807fab03f52625db"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="RicoNeitzel_VertNav.xml" hash="227d7980c24ebd629e1c1d4f10b8c62c"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="RicoNeitzel_VertNav.csv" hash="d32b98f21146e2799b1dad8af8b57673"/></dir><dir name="es_MX"><file name="RicoNeitzel_VertNav.csv" hash="54b83643165bc5b72ca8ce2122fd5422"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="vertnav.xml" hash="82d9da5e6588999daaef4dcee8505f80"/></dir><dir name="template"><dir name="vertnav"><file name="left.phtml" hash="e2f0d7e286ad1d3caadd4892fbb0671f"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="vertnav.xml" hash="82d9da5e6588999daaef4dcee8505f80"/></dir><dir name="template"><dir name="vertnav"><file name="left.phtml" hash="e2f0d7e286ad1d3caadd4892fbb0671f"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="vertnav.css" hash="48ed54348eefcc8e1e0286feb84cbe4e"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="vertnav.css" hash="48ed54348eefcc8e1e0286feb84cbe4e"/></dir></dir></dir></dir></target></contents>
|
|
|
|
|
16 |
<compatible/>
|
17 |
+
<dependencies/>
|
18 |
</package>
|