Follow me @MarkXA

Subscribe

Donate

"ArtisteerFish" template

The ArtisteerFish template allows you to add localisation support and SuperFish animations to Artisteer skins for DotNetNuke. No extra styling is required, simply replace the Artisteer menu control with a DNN Garden menu control.

How to set it up

  1. Install the core menu.
  2. Download the ArtisteerFish.zip template and extract it to a folder in your Artisteer skin called ArtisteerFish (see the menu template installation instructions for more detail).
  3. Add an extra declaration to the top of the skin ASCX file:
    <%@ Register TagPrefix="ddr" TagName="MENU" Src="/~/DesktopModules/DDRMenu/Menu.ascx" %>
  4. Replace
    <dnn:ARTMENU ... />
    with
    <ddr:MENU MenuStyle="ArtisteerFish" runat="server" />
  5. If your login and register links were in the Artisteer menu, you'll also need to add dnn:LOGIN and dnn:USER controls to your skin, probably next to the Terms/Privacy/Copyright controls.