Pages - Nested Menu

Developer

Mark Huot

3rd Party (Free)


EE Version Support

  • ExpressionEngine 1.x

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

Nested Menus for Pages (the Pages module)

Examples

Basic use:

{exp:pages_nested_menu 
  root="/about/" include_ul="no" include_root="no" depth="1"}
    <a href="{pnm_page_url}" title="{pnm_title}">{pnm_title}</a>
{/exp:pages_nested_menu}

Another example showing how to style the “current” page:

{exp:pages_nested_menu 
  root="/about/" include_ul="no" include_root="no" depth="1"}
    <a href="&#123;pnm_page_url}" title="{pnm_title}"
    {if "{segment_2}" == "{pnm_url_title}"} class="current"{/if}
    >{pnm_title}</a>
{/exp:pages_nested_menu}

Pages - Nested Menu Links

This entry was created October 3, 2008, 2:14 pm.
This entry was last updated December 22, 2009, 3:13 pm.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

Nathan Pitman 02.15.13

Nathan Pitman
Rating - {addon_rating_average}

With Marks permission I’ve ported “Pages - nested menu” to EE2.x.

https://github.com/ninefour/pages_nested_menu.pi.ee_addon