“新文章”中的 Joomla 管理模块形式?

发布于 2024-10-06 08:10:46 字数 173 浏览 3 评论 0原文

在 Joomla 1.5 中,我有兴趣开发一个相当简单的模块,我希望它能够出现在创建新文章页面的右侧。我之前创建了一些模块,其中一个位于仪表板的管理页面上,位于您单击以展开/折叠的右侧。

那么,我可以创建一个模块,可以将其附加到右侧的任何新文章表单中,即“高级设置”下的某个位置或其他位置吗?

谢谢。

In Joomla 1.5, I am interested in developing a fairly simple module that I was hoping would live on the right side of the create new article page. I've created a handful of modules before, one on the admin page at the dashboard that is on the right side that you click to expand/collapse.

So, can I create a module that I could attach to any new article form on the right side, somewhere under "advanced settings" or something?

Thanks.

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

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

发布评论

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

评论(1

请持续率性 2024-10-13 08:10:46

这必须通过插件来完成,但 com_content 并不是为了扩展而编写的。您肯定必须修改核心文件才能附加插件或硬编码您的更改才能使其正常工作。

另一种选择是改用 K2,它可以通过使用管理插件进行扩展。

It would have to be done with a plugin, but com_content was not written to be extended. You would definitely have to modify the core files in order to attach plugins or hard code your changes for it to work.

An alternative would be to switch to using K2 that can be extended through the use of admin plugins.

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