-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes.htm
42 lines (42 loc) · 1.97 KB
/
ReleaseNotes.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<div>
<h2>40FINGERS DotNetNuke module NbStoreMenuManipulator</h2>
<img width="242" height="268" align="right" src="http://www.40fingers.net/Portals/0/Images/Products/40Fingers-Product-Box.png" alt="" />
<p>
Project Page:<br />
<a href="http://www.40fingers.net/">www.40fingers.net</a>
</p>
<p>
Product of:<br />
<a href="http://www.40fingers.net">40Fingers</a>
</p>
<p>
Stefan Kamphuis 2013-10-21
</p>
<div style="clear: both;">
</div>
<h3>Version 01.00.00:</h3>
<h4>Initial version:</h4>
<p>To install: install as any extension on DNN.</p>
<p>
To use:
<ul>
<li>Add a setting named "FortyFingers.CategoriesTab" to your website. Make sure you choose "Website Page" as the type. Although not required, you might want to add it to the System.Tabs category</li>
<li>Make sure your skin uses the DDR Menu skinobject for rendering the menu</li>
<li>Add the following attribute to the menu control in the skin:<br />
NodeManipulator="FortyFingers.NbStoreMenuManipulator.NbStoreMenuManipulator,40Fingers.DNN.Modules.NbStoreMenuManipulator"</li>
</ul>
This component will replace the tab selected in the setting (which is localizable) by the categories in the store. This way you will only need one productlist page, but can still have all categories in your menu.
</p>
<p>
Also, you can choose to have specific categries displayed on other tabs. To do this:
<ul>
<li>Create a setting named: manipulatorcatidontabid.text</li>
<li>Set the value for the new seeting with semicolon separated references for each categroy that needs to be displayed on another tab:<br />
first-categoryId>new-tabId;second-categoryId>other-tabId<br />
for example: 3>155;4>162
<li>
The component will make no changes to the new tab. DNN Controls it's name and wether it's in the menu or not.
</ul>
</p>
</div>