Plone

Plone: Item Type as Criterion for Collection but not to show up in Search

You can't select an item type as a criterion for a collection if it is not selected to be included in search results. In the "Search settings" (/@@search-controlpanel) you can exclude certain content types from being "searched and be available in the user facing part of the site". That actually corresponds to the list of types_not_searched in site_properties. Now that list is excluded from available content types as a criterion for collections.

Plone 3: How to really exclude from navigation

Plone has multiple ways of excluding a content object from the navigation:

  • In the edit tab of the object under settings check "Exclude from navigation"
  • Add the ID to idsNotToList in portal_properties/navtree_properties
  • Add the meta type to metaTypesNotToList in portal_properties/navtree_properties

This works fine but the item is still displayed in the navigation tree if it's the current item (the one you're currently viewing). This may have a reason (usability?) but it is not what I want in some cases.

Inhalt abgleichen