Joomla 1.6 中的菜单参数
我创建了一个菜单链接来查看,URL 如下所示: http://example.com/index .php?option=com_example&view=homepage&layout=list.tpl&Itemid=154
我想向链接添加一个参数,如下所示: http://example .com/index.php?option=com_example&view=homepage&layout=list.tpl&task=search&Itemid=154
我的意思是这个参数“task=search”。
我应该在 xml 文件中添加什么来创建上面的链接。
我的list.tpl.xml:
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<layout title="Latest List">
<message>
Latest Listings
</message>
</layout>
<state>
<name>Latest</name>
<description>Search form with latest listings</description>
<url>
</url>
<advanced>
</advanced>
</state>
</metadata>
提前感谢您的帮助
I create a menu link to view and the URL looks like:
http://example.com/index.php?option=com_example&view=homepage&layout=list.tpl&Itemid=154
And i want do add a parameter to a link that looks like:
http://example.com/index.php?option=com_example&view=homepage&layout=list.tpl&task=search&Itemid=154
I mean specifically this parameter "task=search".
What should I add to the xml file to create the link above.
My list.tpl.xml:
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<layout title="Latest List">
<message>
Latest Listings
</message>
</layout>
<state>
<name>Latest</name>
<description>Search form with latest listings</description>
<url>
</url>
<advanced>
</advanced>
</state>
</metadata>
Thank you in advance for your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下内容仅适用于 Joomla 1.5 ...
Joomla 1.6/1.7 中的等效项是 ...
两个< 的定义部分为
name="request"
/code> 和The following will only work in Joomla 1.5 ...
The equivalent of this in Joomla 1.6/1.7 is ...
The defining parts being
name="request"
of both<fields>
and<fieldset>