On 40FINGERS DotNetNuke NbStoreMenuManipulator installation for NB_Store the manufacturing company provides the following documentation:
"...
40FINGERS DotNetNuke NbStoreMenuManipulator
This component allows you to add the categories of your NB_Store webshop to your DotNetNuke website's menu.
Installation instructions
To install: install as any extension on DNN.
Usage
1. 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 categoryMake sure your skin uses the DDR Menu skinobject for rendering the menu
2. Add the following attribute to the menu control in the skin:
NodeManipulator="FortyFingers.NbStoreMenuManipulator.NbStoreMenuManipulator,40Fingers.DNN.Modules.NbStoreMenuManipulator"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.
3. Also, you can choose to have specific categries displayed on other tabs. To do this:
Create a setting named: manipulatorcatidontabid.text
Set the value for the new setting with semicolon separated references for each category that needs to be displayed on another tab:
first-categoryId>new-tabId;second-categoryId>other-tabId
for example: 3>155;4>162 The component will make no changes to the new tab. DNN Controls it's name and whether it's in the menu or not.
Releasenotes
Version 01.00.00: Initial version
Last edited Oct 21, 2013 at 12:22 PM by superska, version 2
..."
I do not understand what to do with Step 1 that read: "1. Add a setting named "FortyFingers.CategoriesTab" to your website. ..."
How can I do what they say?
Can anybody explain the following steps as well?
I do not the locations of the menu control in the skin