教程代码在 Joomla 2.5 中不再起作用

发布于 2024-12-28 20:24:26 字数 559 浏览 1 评论 0原文

我按照 Joomla 开发人员 wiki (http://docs.joomla.org/Developers#Developing_a_Model-View-Controller_.28MVC.29_Component_2) 中的教程创建了 Joomla 组件。在 Joomla 1.7 中一切正常,但当我升级到 Joomla 2.5 时,后端的复选框不再起作用。

我检查了 http://docs.joomla.org/Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.7_-_Part_09#Adding_a_toolbar 和 boxchecked 隐藏字段仍然存在。而且周围的 javascript 仍然是相同的。

有人有同样的问题吗?

I followed a tutorial from the Joomla developer wiki (http://docs.joomla.org/Developers#Developing_a_Model-View-Controller_.28MVC.29_Component_2) to create a Joomla component. It all worked fine in Joomla 1.7, but when I upgraded to Joomla 2.5 the checkboxes in the backend are not working any more.

I checked the code from http://docs.joomla.org/Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.7_-_Part_09#Adding_a_toolbar in Joomla 2.5 extensions and the boxchecked hidden field is still there. Also the javascript around is still the same.

Does anyone has the same problem?

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

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

发布评论

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

评论(2

烦人精 2025-01-04 20:24:26

我发现了问题。表单名称旁边应有一个 ID。 Joomla 1.7 仅检查名称,而 Joomla 2.5 则检查 id。

I found the problem. The form should have a id next to the name. Joomla 1.7 is only checking on the name, but Joomla 2.5 is checking for the id.

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