Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Question Kunena 5.2.3 released
5 years 5 months ago - 5 years 5 months ago #216160
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Kunena 5.2.3 released
Hello,
I have made the fix for plugin discuss and module kunena latest, we will release new version. You can apply the fix manually if you don't want to wait the release.
For kunena latest, in file kunenalatest/tmpl/default_row.php at line 77 replace that :
by :
For kunena discuss, in file plugins/content/kunenadiscuss/kunenadiscuss.php at line 1142 replace that :
by :
Line 1293 replace that :
by:
I have made the fix for plugin discuss and module kunena latest, we will release new version. You can apply the fix manually if you don't want to wait the release.
For kunena latest, in file kunenalatest/tmpl/default_row.php at line 77 replace that :
Code:
$this->topic->getLastPostAuthor()->getName()), '', '', KunenaTemplate::getInstance()->tooltips(), $this->category->id);?></li>
by :
Code:
KunenaFactory::getProfile()->getProfileName($this->topic->getLastPostAuthor())), '', '', KunenaTemplate::getInstance()->tooltips(), $this->category->id);?></li>
For kunena discuss, in file plugins/content/kunenadiscuss/kunenadiscuss.php at line 1142 replace that :
Code:
'name' => Factory::getApplication()->input->getString('name', $this->user->getName(), 'POST'),
by :
Code:
'name' => Factory::getApplication()->input->getString('name', KunenaFactory::getProfile()->getProfileName($this->user), 'POST'),
Line 1293 replace that :
Code:
$this->name = Factory::getApplication()->input->getString('name', $this->user->getName(), 'POST');
by:
Code:
$this->name = Factory::getApplication()->input->getString('name', KunenaFactory::getProfile()->getProfileName($this->user)
, 'POST');
I don't provide support by PM, because this can be useful for someone else.
Last edit: 5 years 5 months ago by xillibit.
Please Log in or Create an account to join the conversation.
- infermieriattivi
-
- Offline
- Junior Member
-
5 years 5 months ago #216162
by infermieriattivi
Replied by infermieriattivi on topic Kunena 5.2.3 released
Thank you
I await the release
I await the release
Please Log in or Create an account to join the conversation.
5 years 5 months ago #216163
by ernst67
Replied by ernst67 on topic Kunena 5.2.3 released
What is the Changelog for 5.2.3? It seems not to be posted yet..... (in home/bugs/changelog on this site)
Please Log in or Create an account to join the conversation.
5 years 5 months ago #216164
by Slacker
Replied by Slacker on topic Kunena 5.2.3 released
The bugfix for Kunena Latest Post worked perfectly. Many thanks!
Please Log in or Create an account to join the conversation.
5 years 5 months ago #216165
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Kunena 5.2.3 released
The changelog is available here : github.com/Kunena/Kunena-Forum/blob/K5.2/CHANGES.mdWhat is the Changelog for 5.2.3? It seems not to be posted yet..... (in home/bugs/changelog on this site)
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 5 months ago #216171
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Kunena 5.2.3 released
It's planned tonight, for module Kunena latest, plugin discuss and module loginThank you
I await the 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.
Time to create page: 0.238 seconds