Managing content

Manage content elements in the TYPO3 backend

In TYPO3, working with content happens mostly in the Web > Page module. Chose the page you want to edit from the page tree.

You can Hide. Move or Copy & paste content elements using the context menu.

The following screenshot demonstrates how to open the Page module:

Screenshot demonstrating the page module and the page tree in the TYPO3 backend

Click on "Page" in the module menu, then choose the page to be managed in the page tree

Overview of the Page module in TYPO3

A typical view of the Page module with various content columns

Common page icons explained:

  1. Use this icon to edit all the content elements of a column.
  2. Add a new content element to the column at this specific position.
  3. Content element icon. This can provide a visual clue to the type of content element. Click to access the context menu for the element (to perform actions like copy).
  4. This group of icons is enabled when hovering over the whole element.

    • Use the pencil icon to edit the element.
    • Enable/disable the element to show or hide it in the frontend
    • Delete the element.
    • Open the context menu.
  5. If the edit icons are missing you do not have sufficient permission to edit the content element in question.

Hiding content elements

You can temporarily hide content that should be hidden for a while but will be needed later. You can also hide a content element while you are still working on it. Hidden content elements are not visible in the frontend

A content element in the page module is hidden

Use the "hide" button to hide a content element. The second content element is hidden and can be unhidden by the same button.

A content element can also be hidden in the "Access" tab of its edit form, its context menu or the List module.

Moving content elements

You can move content elements using drag and drop. You can either drop them in one of the highlighted areas on the current page or drop them on a different page within the page tree.

Screenshot of moving a content element via drag and drop in the TYPO3 backend

Drop the content element on a page in the page tree to move it to another page

Copy and paste content elements

The context menu of a content menu in the TYO3 backend

Use the context menu of the upper left button of the content element to start copying a content element

Location of the paste button beside the "Create new content" button

Paste the content into the desired location.

You can also copy content elements by pressing Ctrl during drag and drop.

Copied content is hidden by default and has the text "(copy xx)" appended to its title. Your integrator can disable this default behaviour: Disable hide and prepend at copy if desired.

Troubleshooting page management

Unused elements detected on this page

Sometimes the following warning is displayed on your page:

Warning: Unused elements detected on this page: These elements don't belong to any of the available columns of this page. You should either delete them or move them to existing columns. We highlighted the problematic records for you.

Warning that some content elements belong to no valid content area

This commonly happens when you switched the Backend layout in the page properties.

It can also happen after imports or updates. "Unused content" is usually not displayed on the page. You can restore it if it is still needed or delete it if it is not needed anymore.

The "Unused content" is found at the bottom of the page module. you can move it via drag an drop to the desired location or delete it, if it is not needed anymore.

Demonstration of moving unused content back into a normal content area

Restore deleted content elements using the Recycler

If you accidentally delete a content element or even a complete page you can restore your data using the module Web > Recycler if you have sufficient permissions and it is installed.

Screenshot of the Recycler module in the TYPO3 backend, demonstrating how to restore a deleted content element

See also Recycler manual, For editors.

Undo changes using the Page History

You can use the page history to undo any kind of content changes. If you have no access to the recycler you can also use it to restore deleted content.

Use the context menu on the page tree and choose "History/Undo".

Screenshot of the page history in the TYPO3 backend

Use the "Undo" button to undo your changes

In this module you can even see a detailed view on how text or other fields where changed and who made which changes when.

Screenshot of the page history in the TYPO3 backend

Compare the differences. Use the undo button to undo changes.

The BE-User 'xxx' began to edit this record x min ago

It is not possible in TYPO3 for two editors to work on the same content element at the same time. The last editor who saves the content element will override all other changes. You should therefore avoid working on content elements that another editor is currently working on. These are marked with a warning:

Warning: The BE-User 'e.doe' began to edit this record 3 min ago.

Avoid working on content elements that are currently edited by someone else