问题标签 [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.

0 投票
1 回答
682 浏览

php - K2_content 模块评分

我一直在重建 category_item.php 中的标准 K2 评级,以查看评级从显示为星星到显示为数字。

我所做的是,我替换了这段代码:

使用此代码:

我想要的是它也可以在 K2 模块上工作。我尝试使用我在上面编写的相同代码在 k2 内容模块中实现它,但这根本不起作用。

有谁知道怎么拉下来?

0 投票
0 回答
756 浏览

php - joomla k2 tag cloud random

I am trying to use K2 Tool's tag cloud function on my joomla website but the only setting I can pick is by X Popular Tags which doesn't actually specific what makes the tag popular.

So I am trying to make it so that the tag cloud works as X Random instead. So everytime the page/module is reloaded, X say 20 would display 20 randomly chosen tags.

I look through the module's code and found the function in helper.php but I don't understand how the code select the tags. My guess is if I want to change it to use X random instead of X popular, I would need to change the query for $query?

0 投票
1 回答
1397 浏览

joomla - Joomla K2 content sort by number of votes

I'm using Joomla 2.5 and K2 2.5.7. I have a category with posts with a different number of votes. In the front end, I need to sort the items of this category by number of votes.

I re-configured standard stars rating systems to simple "Give one vote" system.

I need this for a ranking order page, so it will have items with the largest number of votes on the top.

What I have

I have my MVC template for K2 category. I was wondering, if sorting $this->leading in category.php is the right to go for.

If it is, how can I do it? With var_dump there is variable numOfVotes which carry real number of votes. How can I sort this object by this var?

Thank you very much!

0 投票
1 回答
2082 浏览

templates - 在 Joomla K2 子模板中使用模块

我有一个与我对 Joomla\K2 的了解很少有关的快速问题。我正在使用子模板为不同的页面创建不同的布局。当我在子模板上声明模块位置时:

什么都没发生。我已经为主模板文件尝试了相同的代码并且它有效,但似乎它没有被解析为子模板。我对吗?那么如何将模块包含到子模板中呢?

在此先感谢,迈克尔

0 投票
1 回答
404 浏览

javascript - Zoomy 脚本在 Joomla K2 站点中不起作用

我有一个 Joomla K2 站点,当用户单击 K2 中的图像时,它应该在带有 k2 的弹出窗口中打开。但现在这不再起作用了,问题出在 Zoomy 脚本中。这是我网站上的一个项目,任何人都可以帮我解决这个问题吗?

0 投票
3 回答
4895 浏览

joomla - 在 k2 类别页面上显示模块,但不在项目页面中

我正在尝试从 k2 项目页面隐藏一个模块。我有一个链接到 k2 类别的菜单,并且在 k2 类别页面上分配了模块。但我不想在链接的 k2 类别项目中显示模块。

如果你有任何想法,请告诉我

0 投票
0 回答
310 浏览

joomla - 另一个项目中的 Joomla K2 项目?

所以,我必须使用这个 Joomla 1.7 安装,我之前的程序员并没有很好地对待它。
它使用 K2 插件,主页上有一个带有 4 个选项卡的 flash 部分,每个选项卡中都有一个“更多”按钮,指向一个 K2 项目。
因此,我想做的是更改每个“更多”按钮指向的项目,并且自然地,我搜索了一个 .xml 文件,希望它包含有关按钮文本和 url 的数据。
我发现 .xml 文件,更改了文本和 URL,文本更改没有问题 - 它立即反映在网站上,但按钮仍然指向旧的 K2 项目,而不是我在 .xml 文件中指定的 URL。
所以,我现在的想法是在每个按钮通向的K2项目中加载我需要的K2项目。例如,您将使用 {rokbox}{/rokbox} 加载视频。

有人有想法吗?

在我想出这个想法之前,我尝试从管理菜单中的组件 -> 重定向设置重定向。它没有用。

0 投票
1 回答
1735 浏览

joomla - 在 K2 joomla 的顶部和底部显示分页

分页在页面底部显示效果很好。问题是我想在页面的上方和底部显示分页。帮助赞赏!

0 投票
2 回答
1331 浏览

joomla - K2 标签不适用于 joomla 2.5 后端

嗨,经过大量搜索后,我发布了这个问题。当尝试在 joomla 2.5 后端的 k2 项目中添加标签时,没有任何反应。我按下了回车键,也尝试了逗号。我尝试过更新 k2 最新版本。但仍然是同样的问题。我正在使用 ja_wall 模板,joomla 2.5。我也在 k2 升级后收到此错误

任何人都可以帮忙吗?

0 投票
1 回答
13023 浏览

joomla - 如何在 K2 中为类别创建和使用模板?

我正在使用 Joomla 1.5 和 K2 2.5,我不知道如何为类别赋予特定样式,我仍然不明白“覆盖”的东西。

我一直在关注本教程:

http://getk2.org/documentation/tutorials/item/174-templates-with-k2-and-the-concepts-of-sub-templates

我的类别仍然具有相同的样式,我在那里缺少什么?

到目前为止,我一直在小心地(我认为是这样)放置所有文件,但没有成功。