问题标签 [joomla-component]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
484 浏览

php - Joomla:在自定义视图中保存表单时出错

我创建了一个带有表单的自定义组件来更新要在前端显示的四种产品的价格。

我的主要控制器代码在这里:

id 设置为 1,因此它仅从数据库加载第一行。

价格表容器的代码是:

现在在管理后端,表单会根据需要加载第一行数据。当我尝试保存它被重定向到的表单时administrator/index.php?option=com_calculator&view=pricetable,错误是:

错误:不允许您使用该链接直接访问该页面 (#1)。

我的表单操作是:

请建议我在哪里做错了。这是第三天,我在挠头。:(

0 投票
1 回答
366 浏览

joomla - 在 Joomla 中放置自定义类的位置(组件、插件、模块?)

我是 Joomla 的新手(一个经验丰富的 WP 开发人员),我几乎没有设法将我的头脑围绕在组件和插件上。

问题是,我想包含一个共享组件(一个类),它应该可以从组件和插件中调用。

有任何想法吗?也许是图书馆?在这种情况下,我可以在 Joomla 安装程序包中捆绑一个库吗?

0 投票
1 回答
207 浏览

php - 更改 Joomla 的 style.fontWeight!文章分类模块

我正在设置一个提要,列出过去 30 天内修改的文章。但是,我希望这个列表是fontWeight:normal. Joomla 中的选项!只允许标题样式。*.php如有必要,我可以访问这些文件。

我已经尝试过修改,mod_articles_category.php并且能够改变想要的一切。

我知道一种方法是通过设置一个空白组来欺骗模块Month and Year,但随后列表被选项卡覆盖并且文本被捆绑在一起。

非常感谢任何建议,谢谢。

已解决
通过修改mod_articles_category.xml. 我将 的更改value为。JH6value="0"

编辑:
我在我的职业生涯早期就问/写了这个问题及其“解决方案”。 不要做我做的事。正确的方法是按照评论中的说明更改 CSS。

0 投票
1 回答
4068 浏览

php - 在 joomla.submitbutton 中传递值

我使用 joomla 的按钮制作了一个提交按钮,如下所示:

我想从这里将“id”传递给自动回复器的传输功能。我怎样才能做到这一点?我尝试使用这样的隐藏字段:

但它没有给我价值。请帮忙!!

0 投票
1 回答
1115 浏览

php - Joomla 组件更新脚本

我有我自制的组件。我想知道如何传递我的组件的更新,以便使用它的客户可以(如果他们愿意)更新我的组件。

我基本上已经在我的组件中添加了一个功能,我希望它在已经部署的组件中进行更新

0 投票
1 回答
804 浏览

joomla - 如何在第一次登录 joomla 时禁用批准电子邮件

这是我在新用户第一次登录时收到的消息

您的注册过程尚未完成!请再次检查您的电子邮件以获取刚刚重新发送的进一步说明。如果您没有找到该电子邮件,请检查您的垃圾邮件箱。确保您的电子邮件帐户选项未设置为立即删除垃圾邮件。如果是这种情况,请尝试再次登录以接收新的说明电子邮件。

0 投票
1 回答
1042 浏览

php - Joomla!2.5 工具栏不工作

我正在 Joomla!2.5 中开发我的后端组件的第二个视图。前两个屏幕 - 我列出问题和答案的第一页,以及问题编辑/添加页面,都可以使用。第三个视图,应该显示和添加新的学校科目,这些问题将被附加到负载上,就像一个奇迹......但工具栏根本不起作用。

下面列出的所有文件夹都在 admin 文件夹中。一切都在努力遵循 MVC 标准。

部分views/reforcodigitals/view.html.php(它指向“添加主题页面”):

views/disciplina/view.html.php的工具栏设置:

views/disciplina/tmpl/edit.php表单设置:

如果需要,我很乐意使用模型/控制器/帮助器代码进行更新。我只是不知道这里会发生什么。


编辑:我在views/disciplina/edit.php的表单中添加了以下行:

现在它返回给我的似乎是 JINVALID_TOKEN。

0 投票
1 回答
363 浏览

joomla - Joomla component - how to convert standard php form into joomla component

Currently i have been using an iframe component to display a php page that i have written. the reason i used iframe rather than writing a joomla component in the first place was for 2 reasons, the information that is displayed in that page is from a remote mssql sever and the second was that i didnt really understand how to write one.

Now i have completed the creation of the php page that i display within the iframe, but now i need to be able to have it inherent within the joomla site, for both display reasons and security.

basically its a single page that displays information in a bunch of drop down boxes and then a submit button is clicked and it posts that information to another php page that again queries the mssql server and displays the results based on the post from the previous page.

query.php, posts some variables to results.php and is displayed in a table.

i have the functionality perfect, but i dont understand the documentation i have read so far. is there any simple component i can see the code of so that i can try and work out whats going on?

0 投票
1 回答
839 浏览

joomla - Joomla 3.0 后端组件

请帮助我们在 joomla 3.0 中构建组件。我没有找到后端组件开发的相关搜索。我尝试使用以下

http://docs.joomla.org/J3.1:Developing_a_MVC_Component/Introduction

0 投票
1 回答
87 浏览

joomla2.5 - 存储数组 injoomla 2.5 组件开发

我正在开发一个 Joomla 2.5 组件。所以我使用 Hello world 示例组件作为参考......在管理后端的编辑视图中

存储数组$this->form->getFieldset('details')的位置..以及如何将新字段添加到将数据存储到另一个数据库表的表单中。在哪里更改表单的字段。