You'll want to make a controls folder under your skin folder and have the AdminMenu.ascx in it. Then make sure your skin has a reference to controls/AdminMenu.ascx instead of DesktopModules/SnapsisDNN/Skins/AdminMenu.ascx After your skin is referencing it's own AdminMenu you can remove the lines in the AdminMenu that reference the CSS Editor. This one is near the top: <%@ Register TagPrefix="SnapsisDNN" TagName="CSSEditor" Src="~/DesktopModules/SnapsisDNN/CSSEditor/CSSEditor.ascx"%> and this one at the bottom: <SnapsisDNN:CSSEditor runat="server" id="CSSEditor" />
This post goes the other way (includes just the editor in a normal skin), but may be of help also. http://snapsis.com/default.aspx?tabid=25&frmView=ShowPost&PostID=1366 |