---
title: "Feature: #46624 - Additional HMENU browse menus"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-46624-1668719172"
source: "Changelog/7.1/Feature-57178-SpecialHmenuExcludeSpecialParameters.rst"
typo3-version: "7.1"
typo3-major: 7
type: "feature"
issue: 46624
forge: "https://forge.typo3.org/issues/46624"
tags: ["TypoScript", "Frontend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #46624 - Additional HMENU browse menus {#feature-46624-1668719172}

See [forge#46624](https://forge.typo3.org/issues/46624)

## Description {#description}

The TypoScript Content Object HMENU with a `special=browse` option does not exclude "not in menu" pages nor
pages that have a "no search" checkbox set. The two new options allow for more fine-grained selection of the items
within the menu.

The existing option "includeNotInMenu" was not available yet for the `HMENU` with `special=browse` enabled.

```typoscript
lib.browsemenu = HMENU
lib.browsemenu.special = browse
lib.browsemenu.special.excludeNoSearchPages = 1
lib.browsemenu.includeNotInMenu = 1
...
```
