NavEESimple Navigation, Made Simple.

Buy Now!

Third Party Addon Integration

Where possible we try to integrate NavEE with some of the other awesome ExpressionEngine Addons out there. Here are a few with which we currently integrate.

Causing Effect - CE Cache

One of our favorite new Addons is Causing Effect's CE Cache. If your site's performance is a concern, this is an invaluable tool. As of NavEE 2.2.4 CE Cache integration is built into the core of NavEE.

If you are using NavEE within your CE Cache template tags, simply pass the string "navee" to the tags parameter. NavEE will automatically clear any caches tagged with "navee" any time you add/update/delete an item in NavEE.

Note: If you are going to use NavEE within your CE Cache tags and want the class of selected added to the appropriate page you are on, do not use global CE Cache. For CE Cache/NavEE to identify a unique selected class on each page, the scope of the caching will have to be page-level.

{exp:ce_cache:it id="your-id" tags="navee"}
   {exp:navee:nav nav_title="your-nav"}
{/exp:ce_cache:it}			

Pixel & Tonic - WYGWAM

The good folks over at Pixel & Tonic have built the wygwam_config hook into their latest release. We took it from there and built a nifty little extension which will make linking to your NavEE elements even easier.

Installation

  1. Download the WYGWAM / NavEE Extension
  2. Extract the .zip file to your desktop
  3. Copy the /system/expressionengine/third_party/wygwam_navee directory to your /system/expressionengine/third_party/ directory
  4. From your Control Panel, go to Add-Ons > Extensions and enable the Wygwam / NavEE Links Extension

Other Addons With NavEE Support