How do I include a page in a site but not have it show up on the main top left navigation.

There is an option to "only show when...."  however there is jack in the way of information on how to just say "show never" or "only show when visible" (i.e. link a breadcrumb trail)

In this case I want to call the interface directly from its URL based on other conditions (I have 20-30 such pages which I don't want crowding out the top navigation)

I only want the top navigation menu to show maybe 2-3 pages, not 50. But it seems every interface gets added to the top navigation whether I want it there or not. 

How do I set this up?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    I honestly can't quite tell whether this is the sort of thing you're after here, but i wanted to add my own advice to the list of other good suggestions above:

    it's trivially easy to make an interface (i.e. a site page) which contains a list of "links" to other interfaces, wherein those links are actually just dynamic links saving a marker into a local variable (like a name or an ID number), and when one of them has been clicked, hide the entire original interface and show the desired child interface instead (with the potential to easily add a "close" button/icon, breadcrumb trail, etc, at the top of the screen allowing the user to click back to the initial list of links).  We do this all over the place in our system to allow navigation without having zillions of things at the top of the site (and also that's the reason they only allow 5ish top-level Site tabs, too).

  • 0
    Appian Employee
    in reply to Mike Schmitt

    Also if you're trying to do this, here are a few examples of navigation patterns you can use: docs.appian.com/.../secondary-navigation.html

Reply Children
No Data