Feature #14874
closedOption to show ids in page tree
0%
Description
I added a little feature which lets you choose to see page and folder ids in the page tree. I.e. it's very handy while editing templates in which you use ids - you don't have to take the mouse and hover over page icons to get their ids.
After adding the patch you can set the following in your user or group tsconfig:
setup.override.showPageId = 1
setup.override.showFolderId = 1
After that the page tree shows the page id in brackets behind the page name (first line) and in folder view you can see the folder-hashes (because folders have no ids - second line). The latter does not make too much sense, but it's only an option. :)
If you think the latter of the two options doesn't make sense, you can omit the patch of class.t3lib_foldertree.php .
(issue imported from #M1301)
Files
Updated by Marco Geweke over 19 years ago
Oh no - typo in header. I can't find any option to edit it, maybe someone could change pags to page.
Updated by Michael Scharkow over 19 years ago
Looks good. Will see if I get it into CVS.
Updated by Michael Scharkow over 17 years ago
see options.pageTree.showPageIdWithTitle = 1
http://www.typo3-unleashed.net/cookbook_recipe/date/2006/01/02/show-pid-in-pagetree.html