SmartFAQ 由 SmartFactory 开发(https://www.smartfactory.ca),InBox Solutions 的一个部门(https://www.inboxsolutions.net)

如何创建一个仅搜索一个模块的表单?
<form style="margin-bottom: 0px; margin-top: 0px;" action="<{$xoops_url}>/search.php" method="post">
<
input class="srchinput" name="query" type="text" size="15" />
<
input type="hidden" name="action" value="results" />
<
input type="hidden" name="mids[]" value="5" />
<
input name="Submit" type="image" value="Search" src="<{$xoops_imageurl}>srchbut.gif" align="middle" width="44" height="22" />
form>



将 5 替换为您想搜索的模块的 ID。
(感谢 Mith 提供这个代码片段)


评论归作者所有。我们对其内容不承担责任。
user

 Re: 我如何创建一个仅搜索一个模块的表单?


感谢这个提示,
但是我有问题,
在结果页面,在底部XOOPS显示搜索表单,允许用户在所有模块中进行新的搜索,

我该如何修改它以只显示一个模块作为新搜索的选项?(我在之前搜索的同一个模块)


提前感谢!
祝好
Javier

 
user

 Re: 我如何创建一个仅搜索一个模块的表单?


如果你最终要从模块中删除搜索,编辑xoops_version.php文件,查找hassearch并将值更改为0,然后更新模块。

副作用:没有人可以搜索该模块。

 
user

 模块ID - 帮助


编辑:不用在意

 


Login

Who's Online

269 user(s) are online (21 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 269


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

You can update your profile information by clicking on the 'Edit Account' of the 'User Menu'.

Random question

How can I change my logo image on each page load?