HouseMenu SkinObject for DNN 3.x and DNN 4.x Version 01.04.00 From House of Nuke (http://houseofnuke.com) DESCRIPTION =========== HouseMenu is an easy-to-use CSS-based menu with many built-in options for flexibility. INSTALLATION ============ Install as you would a custom module in DotNetNuke. USAGE ===== This version of HouseMenu is a SkinObject and must be referenced in your DNN portal's skin file. If you are working with an HTML skin file, use the token [HOUSEMENU] and include your settings in the accompanying XML file. See below.... [HOUSEMENU] Scope -1 ShowAdmin True IsRecursive True Orientation H Mode D StyleName Gray The HouseMenu properties and their possible values are as follows.... Scope (focus or root level of the menu): -1 for entire site; 0 for children of active page; n for children of tab with id n ShowHome (whether or not to include "Home" page): True or False ShowParent (whether or not to include parent when scope is other than -1): True or False ShowHidden (whether or not to include hidden pages): True or False ShowAdmin (whether or not to include "Admin" and "Host" submenus): True or False ShowSearchResults (whether or not to include "Search Results page): True or False SearchResultsName (name of "Search Results" page to be included): page name as string, default is "Search Results" ShowPageIcons (whether or not to display page icons): True or False HidePageNames (whether or not to hide page names; use in conjunction with ShowPageIcons for an all-graphics menu): True or False IsRecursive (whether or not to include submenus for all children in scope): True or False Orientation (how menu will be oriented on page): H for horizontal or V for vertical Mode (how to display submenus, whether submenus will be dropdowns): S for static or D for dynamic CssElementId (optional id to use for menu's container div tag): string value StyleName (CSS filename for styling the menu's appearance): string value HISTORY ======= Version 01.04.00: Added IE7 compatibility; fixed positioning issue. Version 01.03.00: Added title attribute; fixed issue with admin menu page icons. Version 01.02.01-02: Minor fixes; added DNN 4.x compatibility. Version 01.02.00: Added self-contained style system; made CSS improvements; fixed layering issue. Version 01.01.00: Added options for displaying page icons and hiding page names; javascript for IE support now injected into HEAD section; tweaked javascript for IE support; fixed issue with display of home page. Version 01.00.00: First public release.