Enabling and disabling a page in the page properties

Tested in: TYPO3v13 Categories: Beginner Backend Editing PageProperties Author: @mabolek

TYPO3 allows you to disable pages. Disabled pages are inaccessible to frontend website visitors, but you can still edit the pages in the backend. Depending on your TYPO3 configuration all pages that you create may be disabled by default. They will need to be enabled in order to be published on your website.

Screenshot of the TYPO3 page tree with two pages named "Features" and "Customize". The first page's icon has a red circle with a white dash icon, while "Customize" has a plain document icon.

In the above screenshot of TYPO3's page tree the "Features" page is disabled, indicated by the overlaid red-and-white "no entry" sign on the page's icon. The "Customize" page is enabled and has a normal page icon.

Learning objective

In this step-by-step guide you will disable and enable a page through the page properties interface.

Prerequisites

Tools and technology

  • Backend access to a TYPO3 installation

Knowledge and skills

Disable a page

In this step, we will disable a page by setting the page's visibility toggle to disabled.

  1. In the page tree, choose a page that you would like to disable.
  2. Access the page's page properties as described in ModifyingThePageProperties
  3. In the page properties interface, choose the "Access" tab.

The TYPO3 page properties interface titled "Edit Page Customize" shows tabs like General, SEO, Social media, etc. The Access tab is selected and toggles for Page visible and Page enabled in menus are both switched on.

  1. In the "Visibility" section, click the "Page visible" toggle to change it to disabled (off).

The TYPO3 page properties interface titled "Edit Page Customize" shows tabs like General, SEO, Social media, etc. The Access tab is selected and toggle for Page visible is switched off.

  1. Click the "Save" button.

The page tree will update and the page will now have a red-and-white "no entry" sign on the page's icon, as shown in the screenshot at the top of the page.

Enable a page

In this step, we will enable a page by setting the page's visibility toggle to enabled.

  1. In the page tree, find the page you disabled previously.
  2. Access the page's page properties as described in ModifyingThePageProperties
  3. In the page properties interface, choose the "Access" tab.

The TYPO3 page properties interface titled "Edit Page Customize" shows tabs like General, SEO, Social media, etc. The Access tab is selected and toggle for Page visible is switched off.

  1. In the "Visibility" section, click the "Page visible" toggle to change it to enabled (on).

The TYPO3 page properties interface titled "Edit Page Customize" shows tabs like General, SEO, Social media, etc. The Access tab is selected and toggles for Page visible and Page enabled in menus are both switched on.

  1. Click the "Save" button.

The page tree will update and the page will now have a normal page icon without the red-and-white "no entry" sign on the page's icon, as shown in the screenshot at the top of the page.

Summary

You have now disabled and re-enabled a page using TYPO3's page properties interface.

Next steps

A page tree can also be enabled and disabled in other ways than this:

Resources