Joomla 1.0 与 com_frontpage 和 RSS 阅读器的问题
我在我的 joomla 首页中内置了一个 99% 可用的 PHP RSS 阅读器,但无论任何已发表的文章,最新的(即列表顶部)总是在 url 中内置了以下代码。该 url 工作正常,但看起来很不整洁。
option=com_frontpage&Itemid=56
所以我的 rss 链接如下所示:
<a href="option=com_frontpage&Itemid=56http://www........">title</a>
http://www... 是正确的链接,但由于某种未知的原因,joomla 正在向其中添加此组件链接。
所有其他 RSS 链接都没有这个。 RSS 脚本没有问题。检查,双重检查,由其他人检查。
joomla 一定发生了什么事。
任何人有任何想法。
谢谢
我知道它是 joomla 1.0 并且非常糟糕。但它是在其他领域经过大量修改的后端,因此不会影响这一点,并且仅在内部服务器上。
I have a 99% working RSS reader in PHP built into my joomla frontpage, but regardless of any published article the newest (i.e. top of the list) always has the following code built into the url.. the url works ok, but looks very untidy.
option=com_frontpage&Itemid=56
so my rss link looks like this:
<a href="option=com_frontpage&Itemid=56http://www........">title</a>
the http://www... is the correct link but for some unknown reason joomla is adding this component link to it.
all other rss links don't have this.
there is no issues in the rss script. checked, double checked, checked by someone else.
it must be something happening in joomla.
any one got any ideas.
thanks
p.s. i know it's joomla 1.0 and very bad. but it's a heavily modified backend in other areas so not effecting this and is on an internal server only.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将此代码添加到函数中以检查前置的烦恼并将其删除。
added this code into the function to check for the prepending annoyance and remove it.