Joomla在后端找到前端内容

时间:2022-12-22 06:47:34

I have a text in the front-end which I can't locate it in the back-end.

我在前端有一个文本,我无法在后端找到它。

Is there a way to search or to figure it out?

有没有办法搜索或弄明白?

To be more specific there is a text which I wrote it some time ago but I can't find in which component belongs. There are no articles at all and it's not in the component that is assigned to this menu item.

更具体地说,有一段时间我写的文字,但我找不到哪个组件属于哪个。根本没有文章,它不在分配给此菜单项的组件中。

1 个解决方案

#1


With the limited information you've provided there's very little specifics we could provide. As is, we don't know if the text is in the database, the code or even part of a language definition. In addition, the text could be the result of your web server being compromised. If there are ads for Viagra and other stuff skating up this is midst likely the issue.

由于您提供的信息有限,我们可以提供的细节很少。因此,我们不知道文本是在数据库中,代码中还是在语言定义的一部分中。此外,文本可能是您的Web服务器遭到入侵的结果。如果有伟哥和其他东西滑冰的广告,这可能是中间问题。

You can use any flavor MySQL client to search to see if stored in the database.

您可以使用任何风味的MySQL客户端进行搜索,以查看是否存储在数据库中。

To search the code, use your IDE search functionality. If your not using an IDE, download Notepad++ and install, once launched hit + F to open search utility. There is a tab to search all files from a specific directory root, use this to search for the text.

要搜索代码,请使用IDE搜索功能。如果你没有使用IDE,请下载Notepad ++并安装,一旦启动命中+ F打开搜索工具。有一个选项卡可以搜索特定目录根目录中的所有文件,使用它来搜索文本。

Although the search will find a language override, you should not edit core files, but there is a tool to override core language definitions in Joomla's backend.

虽然搜索会找到语言覆盖,但您不应编辑核心文件,但有一个工具可以覆盖Joomla后端的核心语言定义。

Good luck!

#1


With the limited information you've provided there's very little specifics we could provide. As is, we don't know if the text is in the database, the code or even part of a language definition. In addition, the text could be the result of your web server being compromised. If there are ads for Viagra and other stuff skating up this is midst likely the issue.

由于您提供的信息有限,我们可以提供的细节很少。因此,我们不知道文本是在数据库中,代码中还是在语言定义的一部分中。此外,文本可能是您的Web服务器遭到入侵的结果。如果有伟哥和其他东西滑冰的广告,这可能是中间问题。

You can use any flavor MySQL client to search to see if stored in the database.

您可以使用任何风味的MySQL客户端进行搜索,以查看是否存储在数据库中。

To search the code, use your IDE search functionality. If your not using an IDE, download Notepad++ and install, once launched hit + F to open search utility. There is a tab to search all files from a specific directory root, use this to search for the text.

要搜索代码,请使用IDE搜索功能。如果你没有使用IDE,请下载Notepad ++并安装,一旦启动命中+ F打开搜索工具。有一个选项卡可以搜索特定目录根目录中的所有文件,使用它来搜索文本。

Although the search will find a language override, you should not edit core files, but there is a tool to override core language definitions in Joomla's backend.

虽然搜索会找到语言覆盖,但您不应编辑核心文件,但有一个工具可以覆盖Joomla后端的核心语言定义。

Good luck!

相关文章