简体   繁体   English

如何在TYPO3后端中按uid查找页面

[英]How to find page by uid in TYPO3 BackEnd

In TYPO3 the fileadmin tells me a file I want to delete is used on two pages. 在TYPO3中,fileadmin告诉我要删除的文件在两页上使用。 It lists the ids but gives no link or other information to identify the page. 它列出了ID,但没有提供任何链接或其他信息来标识页面。 Since my site has thousands of pages, I don't want to hover over each page link to see the id and find the right one. 由于我的网站有数千个页面,因此我不想将鼠标悬停在每个页面链接上以查看ID并找到正确的ID。 So: 所以:

How can I call up the page in the backend if I have the id? 如果我有ID,如何在后端调出页面?

You can simply search by pid (page id) using either the filter above the page tree: 您可以使用页面树上方的任一过滤器按pid(页面ID)进行搜索:

在此处输入图片说明

or the search box on top right: 或右上角的搜索框:

在此处输入图片说明

Both will return the page with that pid. 两者都将返回带有该pid的页面。

Btw: it is a good idea to display the pid in the pagetree. 顺便说一句:在页面树中显示pid是个好主意。 There's a TSConfig setting for that, but it can be done easily by using the extension tsconf. 有一个TSConfig设置,但是可以使用扩展名tsconf轻松完成。

When you click on the number in the Ref column, you get a popup (see the screenshot : http://s22.postimg.org/480t2hk69/tmp.png ). 单击“引用”列中的数字时,会弹出一个窗口(请参见屏幕快照: http : //s22.postimg.org/480t2hk69/tmp.png )。 Table, is the table in the database which using your file, and uid, is the uid of the record using your file. 表是使用您的文件的数据库中的表,而uid是使用您的文件的记录的uid。 So if a refer to the screenshot, it tells me that my file is used in the table tt_content, uid=318, in the field bodytext. 因此,如果引用屏幕快照,它会告诉我在bodytext字段的表tt_content,uid = 318中使用了我的文件。 So it's in the page content 318. Then you can simply make a search in the TYPO3 backend 因此它在页面内容318中。然后您可以在TYPO3后端中进行搜索

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM