MenuControl for BlogEngine
This extension for BlogEngine 1.3x,1.4.x, 1.5.x or latest provide a simple easy way to display a drop menu.
The extension is provided free of charge without support or warranty. The Menu control works in IE7,8 Firefox 3.x on Mac/PC, Safari 3.0. It does not support IE6 (Feel free to fix this if you like)
Implementing Menu Contol
No instruction written yet... This is an update to Jonah Carneskog Extension
www.jonah.carneskog.com
// This is an instruction:
// 1. Set EnableSessionState to true in the web.config (in order to keep sessions)
// 2. Add the JC_MenuControl.ascx and JC_MenuControl.ascx.cs in your usercontrols folder
// 3. In designview, drag the control to your page
// 4. These are settings:
// <uc1:JC_MenuControl ID="JC_MenuControl1" runat="server"
// MinutesToRefresh="0" // Sets how often the menu will be refreshed in minutes. 0 is refresh on every load
// SortBy="DateCreated" // Variables to sort by (DateCreated, DateModified, Description, Id, Keywords, Title)
// OrderDirection="Descending" // Sort direction (Ascending or Descending)
// ShowArchivePage="True" // False if you want to hide Archive page link
// ShowContactPage="True" // False if you want to hide Contact page link
// ShowSearchPage="True" // False if you want to hide Search page link
// ShowHomePage="True" // False if you want to hide Home page link (i386)
// ShowCategories = "True" // False if you want to hide the Categories Drop Down (i386)
// ArchivePageText="Archive" // Text for Archive link
// ContactPageText="Contact Us" // Text for Contact link
// AdministrationText="Admin" // Text for Admin link
// HomePageText="Home" // Text for Home link (i386)
// CategoriesText="Categories" // Text for Categories link (i386)
// SearchPageText="Search"/> // Text for Search link