问题标签 [joomla-k2]
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 - Joomla K2链接到模块中的类别或项目?
我正在编写一个访问 K2 表的 Joomla 模块,例如 K2 项目和 K2 类别。我已经设法从 MySQL 数据库中提取了我希望显示的 K2 项目,但我希望能够创建一个指向 K2 项目或其 K2 类别的可点击链接。我无法找到此信息。我查看了 K2 项目模板,但如果我尝试对链接使用相同的代码,它不包含完整路径。它省略了 http:// 和域。
在 Joomla 中创建指向 K2 项目或 K2 类别的链接与必须为 Joomla 文章或 Joomla 类别创建链接的方式不同吗?无论哪种方式,我如何在我的 Joomla 模块中为 K2 项目和 K2 类别创建一个。
这是我在 Joomla K2 中使用的 PHP 代码示例:
这会打印出路径,但不包括域。/joomla/index.php/component/k2/itemlist/category/4-something-here 我期望它在此示例中打印出来以使其成为该类别的有效链接: http ://example.com/ joomla/index.php/component/k2/itemlist/category/4-something-here
joomla - 我可以随机化 Joomla/K2 文章 URL 吗?
我正在寻找一种将随机字符串/值添加到所有 Joomla 文章 URL 的方法。这样做的原因是人们将能够访问 URL,只要他们有内容的链接,但是他们不应该通过替换 URL 中的文章 ID 来访问其他内容(即:index.php/category/1 , index.php/category/2)。
无论别名文本如何将文章 ID 放在启用了 url 重写的 url 上,都将访问该文章。我正在使用 K2 组件,因此将其应用于 K2 文章(项目)。
我曾考虑在文章创建时将别名硬编码为随机值,但这并不能解决问题。尽管我为 Joomla 尝试的插件只做外部链接,但即使是混淆 URL 的方法也应该有效。
//软件:Joomla 2.5/K2 2.5/Apache服务器
json - 从 Joomla K2 网站解析 JSON
我正在尝试从我的 k2 驱动的 Joomla 网站获取 JSON。据我了解,我需要添加index.php?option=com_k2&id=1&lang=mk&task=category&view=itemlist&format=json
到我的 URL,然后它会下载一个 joomla.json 文件。我现在知道我需要解析这些内容,但我怀疑 joomla.json 文件中的正确格式。这是json文件的部分内容:
这个 json 格式是否正确,这是我从 K2 网站获取 json 内容的正确方法吗?
php - 在 K2 组件 joomla 2.5 上添加自定义字段类型
我已经尝试在谷歌上搜索好几天了,但我找不到一些有用的文章或资源可以帮助我解决我的问题。
我想知道我是否能够为 K2 组件创建一个插件以添加将出现在“添加额外字段”表单的“类型”下拉字段中的新字段类型?
joomla - Joomla 2.5:手动安装 K2?
我在使用 Joomla 2.5 安装 K2 组件时遇到各种问题。
如果我进行常规安装,我会收到以下消息:
即使我所有的文件夹权限都可以。
如果我尝试从目录安装,我会得到:
我搜索了 K2 的结构,它没有setup.xml
文件。
谁能指出我正确的方向?谢谢
php - 如何将活动类添加到 Joomla K2 内容模块
我正在尝试将一个类添加到<li>
Joomla K2 内容模块中的活动中,以制作动态创建的菜单。到目前为止,我得到了:
我在那里打了个招呼,以检查模板覆盖是否正常工作,是的。
我显然不了解 php,我认为这对于了解 Joomla K2 和 php 的人来说是一个简单的问题?;)
php - Comparing published date in Joomla K2 for New Icon
I am trying to automate the process of adding a css New icon next to my K2 article within the first 3 days of the published date. So here's what I came up with in com_k2\template\category_item.php
The first line will get the published date of the article and add 3 days to it. The 2nd line would then grab the current server time. Then the 3rd line would compare the two date and echo item-new if the current time is still within 3 days from the published date.
The code did not generate any error msg, but the comparing of the two date doesn't seems to work because the New icon display on every article.
Could someone kindly point me in the right direction? I'm not good with php and most of that coding was inferred from other code. My guess is that the variables were defined properly but I cannot simply compare two dates with smaller or equal to?
joomla - k2 限制用户可以创建的项目数
我正在建立一个 K2 网站,我想在其中限制每个用户的项目数量。在这种情况下,有“学校”与“新闻”、“图片”、“事件”。
- 学校(最多 1 个)
- 新闻 (> 1)
- 图片 (> 1)
- 事件 (> 1)
每个学校应该只有一个 K2 学校项目,每个子类别项目应该有多个项目。
这有可能实现吗?
提前致谢。
标记
php - Joomla 评级,而不是显示 % 我希望它查看“8.2/10”?
我使用组件 K2,它是投票/评级系统。目前它以百分比的形式显示评分,并带有一些 CSS 来查看星星。但是我不想显示星星,而是说例如 4.5/5
这是查看它的代码:
这是在“com_k2/models/item.php”中找到的代码:
我该怎么办?
php - K2灯箱不会在保存时关闭
所以这是一个比较常见的问题,问题是我有一个带有 K2 扩展并运行 JAWall 模板的 Joomla 网站。我的问题是当用户想要在我的网站前端发布一个项目并点击保存弹出的灯箱时不会关闭。该帖子已添加,并且有某种更新,但该框仍然存在。
我在Joomla 论坛上一次又一次地在 K2 论坛中找到了一些讨论该问题和 Google 代码错误报告的论坛,但它们都没有适合我情况的解决方案。我可以添加一个
这会起作用,但如果用户在他们的帖子中上传一些媒体,它不会等待。那么如何让这个函数等待上传呢?我尝试添加的代码很长,但主要部分位于顶部,因此我将在此处发布,希望能帮助人们更好地了解情况。
如果有人有想法为我指出正确的方向,我将不胜感激,因为这个问题,我周六在这里工作!