我正在使用我购买的模板中的 Joomla 2.5 和 K2。
第一个。我有一个手风琴模块,它在主页中显示几个项目,当我点击它的任何元素时,它会将我重定向到:http ://uxmalrecordscom.ipower.com/index.php/component/k2/item/452-梦想大师这是正确的。(.../index.php/component/k2/item/...)
第二。我将同一个模块设置为出现在另一个名为 Discography 的页面中,当我单击任何手风琴元素时,它会将我发送到:http ://uxmalrecordscom.ipower.com/index.php/discography/item/452-the- dream-master这个 URL 与第一个不同,导致我无法显示项目的内容。(.../index.php/discography/item/...)
我的问题是如何更改第二种情况的“阅读更多”链接的 URL,以避免在同一页面或主菜单部分中显示项目的内容?或如何使第二个拥有这种 URL (.../index.php/component/k2/item/...) 代替 (.../index.php/discography/item/...)
注意:它在 2 个不同的页面上使用相同的模块。
谢谢!