问题标签 [joomla-extensions]
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.
joomla-extensions - 在我的 php 文件中使用 Joomla 类
我有一个 joomla 站点,需要一个生成 xml 的 php 脚本才能在其中运行。该文件由我的模块调用。该模块工作正常,但我无法创建输出代码的 php 文件,主要是因为我不能使用类似的东西$db =& JFactory::getDBO();
有这方面经验的人吗?
jquery - 将 jQuery 用于 Joomla 模块。- 如何?
我刚刚为 Joomla 1.6 创建了一个模块,它使用 jQuery 来制作动画。
到目前为止,我已经做到了,
使用 firebug,我的脚本和 css 似乎已加载。为了让我的动画工作,我需要在文档中初始化我的代码,我已经包含在 script.js 中
不幸的是,它似乎没有初始化代码。萤火虫上显示的错误之一是:
jQuery 未定义 [Break On This Error] })(jQuery);
我是否正确地将脚本添加到 Joomla 并在 script.js 中使用 document.ready 初始化代码?还是我什至对这个问题有意义?
joomla - 模块安装时在图像下自动创建新文件夹
当用户在 Joomla Administrator 中安装扩展时,Joomla 扩展是否可以在 images -> /images/events/ 下自动创建文件夹(事件)?
php - 为 Joomla 的 Community Builder 开发插件
我正在使用 Joomla 的 Community Builder 模块,我在源代码中看到onAfterUserRegistration
触发了事件。所以我尝试为这个事件开发一个插件。这是我所做的:
但是我的代码从未被调用过,如果有人有任何线索,我也无法弄清楚为什么!
joomla - Joomla Component Automated Update
I develop a Joomla component. At the moment whenever I release a new version I ask the user to download a zip file and to manually upload the changed files via FTP. While this is ok for small releases, when a lot of files have been modified it is a slow, painful and error prone process. As alarming as it may be, many users installed Joomla via Fantastico one-click install and are not familiar with or comfortable using FTP.
I have recently added support for Joomla 1.6 which seems to provide a nice update facility for automated updates. Unfortunately the documentation seems to be lacking, e.g. what is the tags element, can the download type not be "full" and if so what would that look like?
Can any one explain the update process better or provide any good examples?
Joomla 1.5 is going to be around for a long time, is there a similar update process for 1.5?
joomla - Joomla 1.6 语言问题
在 Joomla 1.6 中,所有翻译现在都用双引号“”
我想保持与 1.6 的兼容性意味着我现在需要两个语言文件
1. joomla 1.6 带有双引号
2. 1.5 不带双引号?
或者有没有办法只有一个语言文件?
谢谢
joomla - 外部脚本中的 Joomla 核心功能
最近我正在研究自定义 Joomla 组件。而且我需要一些外部脚本中的 Joomla 核心功能(不属于 Joomla 框架的一部分)。
假设我有组件及其自定义类,它们不是 Joomla 结构的一部分。
因此,我将 Joomla 类加载到其中:
一切正常,除了一些 Joomla 核心功能,如 JURI::root(); 返回:
代替:
还有一些奇怪的结果给 JRoute::_() 等等。
问题是什么 ?如何使该功能正常工作?
您的帮助将不胜感激。
joomla-extensions - 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:
预先感谢您的帮助
php - 审核 Joomla!1.5 用于系统健康和安全?
我有一个 Joomla!1.5 客户要求对其安装的运行状况、SEO 和安全性进行审核。
Joomla!Tool Suite / HISA 不再存在;我可以使用任何类似的扩展吗?
如果不是,那么在评估 Joomla 时通常必须解决的主要问题是什么!网站的健康和安全?
谢谢!
joomla - 如何在 joomla 1.5 中创建多个模块实例?
我已经安装了 joomla 模块。看来我只能在任何页面上显示具有相同配置的相同模块。您如何拥有相同的模块,在不同的页面上具有不同的配置?(我不想在每篇 joomla 文章下显示相同的 rss 提要)...
是否可以有一个模块的多个“实例”?
例如,我采用了一个 rss 提要模块,但我可以采用任何 joomla 模块。
谢谢您的回答