- Posts: 225
- Thank you received: 12
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Quote bug
5 years 2 months ago - 5 years 2 months ago #216429
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?
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: 5 years 2 months ago by Ratman.
Please Log in or Create an account to join the conversation.
5 years 2 months ago #216463
by xillibit
I don't provide support by PM, because this can be useful for someone else.
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.
5 years 2 months ago #216495
by Ratman
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:
line 359 in my file (copied from the original Kunena 5.2.3 package)
What's wrong here?
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.
5 years 2 months ago #216502
by xillibit
I don't provide support by PM, because this can be useful for someone else.
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.
Time to create page: 0.286 seconds