Quote from: rthrash at Jan 20, 2007, 11:32 AM
You might consider putting them in the heirarchy and then creating an additional weblink document to go out of the hierarchy.
I tried a couple of variations on this idea, but it seems I have to choose between 1. having the correct wayfinder menu item be selected and 2. having the url that I want (i.e. without the word "academics" in the url).
One possible solution -- which would involve altering the Wayfinder code -- might be to create a Template Variable called MenuParent, set the default to @INHERIT and then set the value of MenuParent of the "Courses" folder to the ID of the "Academics" folder. Then I could change Wayfinder so that it uses the MenuParent TV if MenuParent != @INHERIT, otherwise, use the regular document structure.
This is the kind of change that would be nice to implement at a core level, so that MenuParent was always available (not just as a template variable), with the default behavior of the snippet set to use the document structure unless the MenuParent value is specified.
But before I go about changing the Wayfinder code, does anyone have any better ideas than this?