gpt4 book ai didi

forms - 如何在 TYPO3 中使用 Indexed_search

转载 作者:行者123 更新时间:2023-12-01 19:32:56 32 4
gpt4 key购买 nike

我在 6.2 版本上使用 TYPO3 的模块 indexed_search 进行搜索。

我找到了一些教程,但当我尝试它们时,搜索框出现了,但我没有结果。只有 ID 为常量的页面:

plugin.tx_indexedsearch.searchUID = 9

代码:

  TEST < lib.searchbox


TEST = COA_INT
TEST {
stdWrap.prefixComment = 2 | lib.searchbox
10 = TEXT
10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID}
10.typolink.returnLast = url
10.wrap = <div id="indexedsearchbox"><form action="|" method="post" id="indexedsearch"><table cellpadding="0" cellspacing="0" border="0">
20 = COA
20 {
wrap = <tr> | </tr>
10 = TEXT
10.htmlSpecialChars = 1
10.data = GPvar : tx_indexedsearch |sword
10.wrap = <td><input name="tx_indexedsearch[sword]" value="|" class="searchbox-sword" type="text" /></td>
20 = COA
20 {
wrap = <td align="right">&nbsp;|</td>
10 = TEXT
10.value = <input type="hidden" name="tx_indexedsearch[sections]" value="0" />
20 = TEXT
20.value = <input name="tx_indexedsearch[submit_button]" value="Search" type="hidden" />
30 = TEXT
30.value = <input name="search" src="fileadmin/templates/image/Search.png" value="Search" class="searchbox-button" type="image" />
}
}
30 = COA
30 {
wrap = <tr>|</tr>
10 = TEXT
10.value = Advanced search »
10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID}
10.typolink.additionalParams = &tx_indexedsearch[ext]=1
10.wrap = <td align="right" colspan="2">|</td>
if.isTrue = {$plugin.tx_indexedsearch.showAdvanced}
}
wrap = | </table></form></div>
}

最佳答案

这是一个愚蠢的想法,但我没有为插件 Indexed_Search 创建记录。所以,对于你,我提出了我们如何做到这一点(我搜索了很长时间,所以......)

1) 进入后端区域的搜索页面(此处为 id = 9)。

2) 创建一个新记录并在插件选项卡中选择通用插件

3) 在插件选项卡中选择插件 Indexed_Search

关于forms - 如何在 TYPO3 中使用 Indexed_search,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22907577/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com