TYPO3

What is a unique ID in TYPO3?

deutsch Hier klicken, um diese Seite auf Deutsch zu lesen: UID

A unique ID (or UID) is a unique integer number of a page or content element that is used internally by a TYPO3 system.

When an element (i.e. database record) is created in TYPO3, it gets such a unique number assigned. That number will never change. The UIDs are unique for each type of record (pages, content elements, extension data records). All relations between elements (e.g. which content elements belong to a certain page) are handled by the internal IDs. The main advantage compared to relations that use names is that names can change over time and the relations would be no longer valid.

An editor usually isn't aware of the IDs unless she wants to place an internal hyperlink to another page within a text content element. To do so, he uses the UID of the target page in the TYPO3 link tag: <link 42>Link text</link> (Here, '42' is the ID of the page to be linked)

Show page IDs in the TYPO3 page tree

To make life easier, the page IDs can be shown in the TYPO3 page tree. Just write the following statement into the 'TSconfig' field of a backend user or backend user group:

TSconfig of BE user or BE user group
options.pageTree.showPageIdWithTitle = 1

Comments for What is a unique ID in TYPO3?

Add a comment


(will not be displayed)


(Fields marked with a * are mandatory)
Please note that your comment will be checked before it gets published.
Latest TYPO3 tutorial
How to define special links with custom tags

How to define special links with custom tags

September 2010 – How you can define your own tags for specific links in TYPO3. We show tags for nofollow links, links to other languages and links to tt_news records. more »

Latest TypoScript snippet
Automated backlink to parent page

Automated backlink to parent page

December 2009 – How to automatically generate a back link to a page one level above the current page. more »

Latest glossary entry
File browsers in TYPO3

File browsers in TYPO3

March 2010 – What are file browsers in TYPO3 and how can they be used? more »