Custom Menus [v0.2.0]

Maintainer(s): Mo
Supported by: Not supported

Allows you to create an unlimited number of custom navigation menus from within the CMS.

Custom Menus allows you to create an unlimited number of custom navigation menus within the the CMS. These menu's are stored as unique objects, and can be accessed from anywhere in your templates via the following control loop:

<% control CustomMenu(menu-slug) %>
    <your HTML here />
<% end_control %>

"menu-slug" is set via the "slug" field in the CMS form.

Module screenshot

Release(s)

  • Latest release

    Version: [v0.2.0]
    Date: 2010-03-04
    Compatible with: SilverStripe 2.3, 2.4
    Download: silverstripe-custommenus-0.2.0.tar.gz

    Git access:
    Repository: git://github.com/mlewis-everley/silverstripe-custommenus.git
    Tag: 0.2.0

  • Older release(s)

    Version: [v0.1.0]
    Date: 2010-02-23
    Compatible with: SilverStripe 2.4
    Download: custommenus-v0.1.0.tar.gz

    Subversion access: http://subversion.assembla.com/svn/ssmodules/custommenus/tags/0.1.0

  • Latest master build

    To get a preview of our next release, download the latest build of unstable git master branch here. Please be careful: this is more likely to contain bugs, especially on modules undergoing a lot of development.

    SHA hash: 3f9425293f7575475a48b4ae8289140b93f8a871
    Build Date: 2011-11-30
    Download: silverstripe-custommenus-master-HEAD.tar.gz

    Unstable Git access: git://github.com/mlewis-everley/silverstripe-custommenus.git

 
 

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.