Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Need help with Ealo installNeed help with Ealo install
Previous
 
Next
New Post
8/26/2010 3:29 PM
 
I did the following but I can't complete step 5. How do I locate and change the web.config they are saying to? 

This is an install instruction for the effority.MenuNavigationProvider. 
It replaces DNNMenuNavigationProvider and provides the same features plus multi language capabilities.


To use it in your DotNetNuke Installation, please follow these steps:


1. Make sure that the Effority Ealo Core API (DNN Module) is installed. (Can be downloaded at http://ealo.codeplex.com)


2. Make sure that the Effority Tab Localization Module is installed.  (Can be downloaded at http://ealo.codeplex.com)


3. Add the following tag to the navigation provider section in your web.config


<add name="EfforityMenuNavigationProvider" type="effority.MenuNavigationProvider, effority.MenuNavigationProvider" providerPath="~\Providers\NavigationProviders\effority.MenuNavigationProvider\"/>


sample:


<configuration>
...
<dotnetnuke>
...
     <navigationControl defaultProvider="SolpartMenuNavigationProvider">
       <providers>
         <clear />
         <add name="DNNDropDownNavigationProvider" type="DotNetNuke.NavigationControl.DNNDropDownNavigationProvider, DotNetNuke.DNNDropDownNavigationProvider" providerPath="~\Providers\NavigationProviders\DNNDropDownNavigationProvider\" />
         <add name="ASP2MenuNavigationProvider" type="DotNetNuke.NavigationControl.ASP2MenuNavigationProvider, DotNetNuke.ASP2MenuNavigationProvider" providerPath="~\Providers\NavigationProviders\ASP2MenuNavigationProvider\" />
         <add name="DNNMenuNavigationProvider" type="DotNetNuke.NavigationControl.DNNMenuNavigationProvider, DotNetNuke.DNNMenuNavigationProvider" providerPath="~\Providers\NavigationProviders\DNNMenuNavigationProvider\" />
         <add name="DNNTreeNavigationProvider" type="DotNetNuke.NavigationControl.DNNTreeNavigationProvider, DotNetNuke.DNNTreeNavigationProvider" providerPath="~\Providers\NavigationProviders\DNNTreeNavigationProvider\" />
         <add name="SolpartMenuNavigationProvider" type="DotNetNuke.NavigationControl.SolpartMenuNavigationProvider, DotNetNuke.SolpartMenuNavigationProvider" providerPath="~\Providers\NavigationProviders\SolpartMenuNavigationProvider\" />
<!-- add this line -->         <add name="EfforityMenuNavigationProvider" type="effority.MenuNavigationProvider, effority.MenuNavigationProvider" providerPath="~\Providers\NavigationProviders\effority.MenuNavigationProvider\"/>
       </providers>
     </navigationControl>
     ...
</dotnetnuke>
</configuration>




5. Change the value of the Attribute ProviderName of the <dnn:NAV ... /> tag in your skin to EfforityMenuNavigationProvider


old tag

 
New Post
8/27/2010 1:37 AM
 
web.config is a file in the root of your dnn installation (i.e. the folder in which you installed dnn).

Your skins can be found in the folder Portals\_default\Skins for the skins provided to all portals and in the folder Portals\n\Skins (replace n with the number of the portal: 0, 1, 2...) for skins available to individual portals. If you are working at a new installation, you probably only have to look in the _default folder and will not find the mentioned folders in any portal.

These folders contain sub-folders for each skin type and inside that folder you should edit the .ascx files for the skins you use and follow the instructions. You must do this for each skin you use in any of your pages.

____________________________________
The one-eyed in the land of the blind.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Need help with Ealo installNeed help with Ealo install


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out