Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Posting guide:

For a quick response, please give us as much information that helps us to understand the problem.
Please read first What information should I include when I ask for help (including how to post my configuration report)?
This category is for:
  • Kunena 1.7 product-related issues only; and
  • when your Kunena forum does not work.
Do not use this category:
  • to request adding to or removing from the standard features of Kunena;
  • if your question is of a commonly asked "how to" nature;
  • if you are not using the latest stable release of Kunena; or
  • ▪ general Joomla or website adminstration matters
General hints: How To Ask Questions The Smart Way .
Please read the guides posted as sticky topics in this category.
Also refer to the FAQs menu tab above for frequently asked questions.

Note: Support for, and all questions relating to, K 1.7 will cease on 31 August 2012. Our advice is, if you are having problems with K 1.7, to upgrade to K 2.x as soon as practicable,

Important Atom feed bug

More
12 years 3 months ago #1 by DustWolf
Atom feed bug was created by DustWolf
Hello,

BUG REPORT.

Lines 154 and 155 of file "components/com_kunena/funcs/rss.php" are:
Code:
$tmp['link'] = $this->uri->toString(array('scheme', 'host', 'port')) . $url; $tmp['source'] = $this->uri->toString(array('scheme', 'host', 'port')) . $url;
...should be:
Code:
$tmp['link'] = $url; $tmp['source'] = $url;

...otherwise links have double HTTPs on default install, like:

http://www.example.orghttp://www.example.org/index.php/forum/2-welcome-mat/2-test#2


This bug has been around for a while, it's not new with 1.7.1, but it is still present latest versions of everything at the time of posting this.

LP,
Jure
The following user(s) said Thank You: xillibit

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #2 by DustWolf

Please Log in or Create an account to join the conversation.

Time to create page: 0.374 seconds