Indexed_search 扩展,其中 div“tx-indexedsearch-whatis”是创建?

发布于 2024-12-20 23:57:38 字数 175 浏览 3 评论 0原文

我想修改用“tx-indexedsearch-whatis”类标记到 div 中的内容。我在标准模板文件中搜索了这个div,没有找到。我猜标记代码位于 .php 文件或扩展目录中的打字稿文件中的某个位置。

indexed_search 在 div.tx-indexedsearch-whatis 中的什么位置标记内容?

I want to modify the content which is marked into the div with the class "tx-indexedsearch-whatis". I searched for this div in the standard template file and I did not find it. I guess the mark code is somewhere in a .php file or in a typoscript file in the extension directory.

Where does indexed_search mark things in the div.tx-indexedsearch-whatis?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

走过海棠暮 2024-12-27 23:57:38

DIV 在 pi1/class.tx_indexedsearch.php 中第 702 行左右准备。

文本本身来自第 1785 行左右的 tellUsWhatIsSeachedFor() 并具有 StdWrap code> 可在 whatis_stdWrap 中找到。

我希望这有助于操作内容。

The DIV is prepared in pi1/class.tx_indexedsearch.php around line 702.

The text itself comes from tellUsWhatIsSeachedFor() around line 1785 and has a StdWrap available in whatis_stdWrap.

I hope this helps for manipulating the content.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文