mojoSkins 1.0
This release supports the most commonly used mojoPortal features.
Issues Resolved
- #1 - Dropdown/Flyout menus added to Site Menu
Using Bootswatch with Framework Skin
To learn how to use Bootswatch with the Framework skin, follow these instructions.
Using a Skin with a mojoPortal "Pro" Feature
You will need to open the theme.skin file for the skin you are wanting to use and uncomment these controls. The comments are asp.net webforms comments (<%-- --%>
) so to remove the comments you need to remove those beginning and ending elements.
<%@ Register TagPrefix="sts" Namespace="sts.Web.UI" Assembly="sts.Web.UI" %>
<%@ Register Namespace="sts.Events.Web.UI.Controls" Assembly="sts.Events.Web.UI" TagPrefix="ecp" %>
<%@ Register Namespace="sts.FormWizard.Web.UI" Assembly="sts.FormWizard.Web.UI" TagPrefix="stsfw" %>
<sts:CalendarGrid runat="server" ...
<stsfw:FormWizardDisplaySettings runat="server" ...
<portal:BasePanel runat="server" SkinID="FWPOptionControls" ..
Known Issues
- Unstyled Modules (they probably look okay but they haven't been shown any love yet)
- Webstore (#3)
- Survey
- Poll
- Site Membership Pro
- Web Invoice Pro
- Fund Raiser Pro