Hi Kyle ... the thing to keep in mind with Navigation manager is that
it utilizes pages that are attached to the main navigation list. So
if you want to use navigation manager to create a link it will need to
link to a page somewhere. That being said if you simply want to show
a specific subset of data attached to the main navigation list in some
areas of your page and not others I would add a standardField which
will contain some sort of string value you use for a flag. Then in
your navigation templates you could say if my flag = "side content"
then shows those instances on the side menu .. if it's blank it
ignores those. I currently use this logic to create my main, side,
quick links (text strips across top and bottom), table of contents and
a site map ... and basically it looks at some standards field value to
determine if that specific page should appear in a specific navigation
elements around the page. I get really creative with stuff like:
sf_showInMainMenu (true|false)
sf_showInQuickLinks (true|false)
Etc.
Hope that helps .. it works wonders in the sites I've dumped it into.
> > Sharon- Hide quoted text -
>
> - Show quoted text -