I'd like to add a folder under Members that when you click it shows a view that has whatever on it. I can create the folder no problem, and disable the "children" feature with root.HasChildren, but nothing I do lets me click the folder to show a view. I've tried using root.RoutePath but it either does nothing or gives an error, or redirects back to /content. Any ideas?
How to add custom tree to existing section.
I'd like to add a folder under Members that when you click it shows a view that has whatever on it. I can create the folder no problem, and disable the "children" feature with root.HasChildren, but nothing I do lets me click the folder to show a view. I've tried using root.RoutePath but it either does nothing or gives an error, or redirects back to /content. Any ideas?
In case anyone ever has this question here is my code:
And I created this file: app_plugins/MemberMessages/backoffice/memberMessages/overview.html
is working on a reply...