问题标签 [joomla3.3]

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 投票
2 回答
1088 浏览

php - 错误 #0 无效控制器名称='xyz' 格式=''

我一直在使用 Joomla!我正在制作这个组件以进行练习,每次尝试运行该组件时都会遇到这些错误。任何想法?所有类的名称和控制器的格式都是正确的,因为我已经检查过它们并且我从未停止过这个错误。

错误 0 无效控制器:名称='xyz' 格式=''

任何帮助将不胜感激。

0 投票
1 回答
37 浏览

joomla3.0 - 将 Joomla 模板应用于 index.php

我是 Joomla 的新手,我使用的是 3.3.6。我的客户想要一个看起来与网站其他部分完全不同的登录页面。

我问“如何在 Joomla 中创建自定义页面”。一会儿回来。答案很好,现在我完成了一个看起来很棒的模板。我唯一的问题是,我需要将此模板分配给 index.php,而不仅仅是菜单上的某个子页面。我可以这样做吗?

0 投票
1 回答
525 浏览

php - 从控制器传递数组变量以在 Joomla 中查看

我正在从控制器重定向到视图,并且我想将一个数组从控制器发送到视图。我在用 :

$data = JRequest::getVar('jform', array(), 'post', 'array');

我想传递这个数组来查看命名确认。

这会重定向到视图,但是如何访问视图文件中的 $data 数组?

0 投票
0 回答
119 浏览

c# - Need support about password encryption in Joomla 3.x

I need to implement an external login client using c# and .NET, but I'm having serious problems regarding with the encryption system the latest version of Joomla is using.

I've already figured out:

  • Uses the Blowfish algoritm from newer versions of PHP.
  • Uses the revised or corrected version of the algoritm (generates $2y$... strings)
  • Joomla code adds a salt based on some user's info.

I'm having trouble mostly with the salt stuff, i cannot figure out where does it come from, or how is it generated.

I'm trying to search for info all over the internet, including here at StackOverflow, but all of them are incomplete. Joomla forums/documentation/wikis/source code also lack information, and google failed too. Regarding the Joomla source code, I'am not able to understand php code.

Could someone describe or point me to the correct direction, to help me out designing a coding a c# client program to perform a login check?

What i mainly do need is: Making my program to generate a hash from the uncrypted password for comparing it with the hash stored in the database.

Thanks in advance.

0 投票
0 回答
34 浏览

caching - 必须继续手动清除 joomla 中的缓存

我在一个 Joomla 3.3.6 站点上工作,在对文章进行更改后,我必须继续手动清除缓存 在我们遇到服务器端问题之前情况并非如此 我能做些什么

我的系统设置是:

  • 缓存关闭
  • 缓存处理程序文件时间 15

请帮助它让我发疯谢谢E

0 投票
1 回答
31 浏览

joomla3.3 - Joomla 3.3.6 用户配置文件表单验证

我正在尝试向用户个人资料表单中的字段添加验证。所以我添加了

到 plugins\user\profile\profiles\profile.xml。它与用户注册工作正常。如何解决?