Register
Login
 

Support House of Nuke

  

 House of Nuke Forums  
Subject: Integrate menu in skin
Prev Next
You are not authorized to post a reply.

Author Messages
rick jansenUser is Offline
Novice
Novice
Posts:2

12/15/2009 7:27 AM Alert 

Hello everybody,

I'm a beginner in Dotnetnuke. I have downloaded and installed te housemenumodule 1.4 on http://dnn.svnieuwleusen.nl When i trie to set the housemenu in the skin using the [HOUSEMENU] tag it have no effect.

At the moment the housemenu is inserted in a toppane as a module and is copied to all the pages. But when i go tot the login-page, privacystatement, usercontract or the register-page, the housemenu dissapear.

My question is: How can i integrate the HOUSEMENU into my skin without adding it as a module.

Kind regards,

Rick

Daniel MöllerUser is Offline
Novice
Novice
Posts:1

01/06/2010 12:32 PM Alert 

hi,

when you use a html skin you need to add the [HOUSEMENU] tag and define the settings in your skin.xml like

[Object>
    [Token>[HOUSEMENU][/Token>
    [Settings>
      [Setting>
        [Name>Scope[/Name>
        [Value>-1[/Value>
      [/Setting>
      [Setting>
        ShowAdmin
        True
      [/Setting>
      [Setting>
        IsRecursive
        True
      [/Setting>
      [Setting>
        Orientation
        V
      [/Setting>
      [Setting>
        Mode
        S
      [/Setting>
      [Setting>
        StyleName
        Earthbound
      [/Setting>
      [Setting>
        CssElementId
        HouseMenuNav
      [/Setting>
    [Settings>
[/Object>


if you use a ascx skin add this :

[%@ Register TagPrefix="dnn" TagName="HOUSEMENU" Src="~/DesktopModules/housemenuskinobject/HouseMenuSkinObject.ascx"  %>

to the top of the File and

[dnn:HOUSEMENU runat="server" id="dnnHOUSEMENU" Scope="-1" ShowAdmin="True" IsRecursive="True" Orientation="H" Mode="D" StyleName="Earthbound" CssElementId="houseMenuH" />


to the position you want to add the menu.

I hope this helps

ps: sorry for bad english ;-) and you need to replay the [ with < i cant you  this in this Forum

rick jansenUser is Offline
Novice
Novice
Posts:2

01/06/2010 5:06 PM Alert 
Thanks! The problem i's solved now!
You are not authorized to post a reply.
Forums > House Modules > HouseMenu 1.x > Integrate menu in skin



ActiveForums 3.6
  

Terms Of Use  |  Privacy Statement
Copyright © 2006-2008 by Avastone Technologies. All rights reserved.