That is a very cool feature and it might turn out to be quite useful soon for a site i am developing! It is much better than the solution of picking the tweaked and old ListMenuX Etomite thingy (like a former discussion on the ModX forums about this feature suggested to use for that kind of thing).
You can use the &hideSubMenus parameter to only show the currently active submenu.
, but then they disappear from my Wayfinder-generated tables of contents until a registered user logs in.So my question is: Is there a way to make Wayfinder list documents that can’t be opened until the user logs in? (maybe by modifying the code?)The solution here is MemberCheck + two different calls to Wayfinder with and without links in the templates.
I’ve modified the DropMenu snippet to support the following:
1. Show all items regardless of whether they’ve been flagged to appear in the menu or not.
2. Link to a weblink’s URL rather than the weblink itself.
3. Filter docs via a regular expression on their keywords.
4. Filter docs via a regular expression on a given template variable.
5. Join the results using AND, XOR, OR, NOT.
6. Assign a css class to weblinks (so they can be styled to indicate they’re external links).
This discussion is closed to further replies. Keep calm and carry on.