Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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

Question Quote bug

More
3 years 1 month ago - 3 years 1 month ago #1 by Ratman
Quote bug was created by Ratman
Hi all.I noticed a bug with message quoting. Before the last update of Kunena and the Blue Eagle template, every time I quote a message it results in a "UserXY wrote:..." prefix, like this:

 

But now it shows the prefix "UserXY post=1234 wrote:...".

 

This is because the second quotation mark is misplaced. This second quotation mark must not be placed behind the postnumber, but behind the username, like this:

 

Can I fix this by myself or do I have to wait for the next update? 
Last edit: 3 years 1 month ago by Ratman.

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

More
3 years 4 weeks ago #2 by xreliable
Replied by xreliable on topic Quote bug
confirm same issue

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

More
3 years 4 weeks ago #3 by xillibit
Replied by xillibit on topic Quote bug
The fix is here : github.com/Kunena/Kunena-Forum/commit/32...b45e90db1390168839fe , it will be in next release

I don't provide support by PM, because this can be useful for someone else.

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

More
3 years 4 weeks ago #4 by Ratman
Replied by Ratman on topic Quote bug
Hi xillibit.

I tried to edit the relevant files and put the new codelines, but in case of the "src/libraries/kunena/forum/message/message.php" my file seems to be different from the one you have edited here. Line 313 and line 315 are equal to my "message.php", but line 359 is different:

line 359 in github before editing:
Code:
$profilename = KunenaFactory::getUser($this->userid)->getName($this->name);

line 359 in my file (copied from the original Kunena 5.2.3 package)
Code:
$profilename= KunenaFactory::getProfile()->getProfileName(KunenaFactory::getUser($this->userid), $this->name);

What's wrong here?

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

More
3 years 4 weeks ago #5 by xillibit
Replied by xillibit on topic Quote bug
If you apply this change alone, you will some errors on your site, your need to wait the release of 5.2.4 for that one

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Ratman

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

More
3 years 4 weeks ago #6 by Ratman
Replied by Ratman on topic Quote bug
Ah, ok, sorry. My fault. I thought that it would be sufficient to implement only those new lines from github. Any information when 5,2,4 will be released?

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

More
3 years 4 weeks ago #7 by xillibit
Replied by xillibit on topic Quote bug
I can't say for now when Kunena 5.2.4 will be released

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Ratman

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

Time to create page: 0.389 seconds