- Posts: 694
- Thank you received: 22
Kunena 6.4.9 & Kunena 7.0.1 Released
The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Question Warnings in search
- woonydanny
-
- Offline
- Elite Member
-
should $lenght actually be $length??I patched it this way
components/class.kunena.php line 1292
beforeafterCode:return mb_substr($str, $start, [color=#FF0000]$lenght[/color], $encoding);Code:if ($encoding === NULL) { return mb_substr($str, $start, [color=#FF0000]$lenght[/color]); } else { return mb_substr($str, $start, [color=#FF0000]$lenght[/color], $encoding); }
also i added the bbeditor colour tag to the words in the quote above but they dont work, you see the bb tag, is this a bug?
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
nope, it's really $lenghtjerry wrote:
should $lenght actually be $length??I patched it this way
components/class.kunena.php line 1292
beforeafterCode:return mb_substr($str, $start, [color=#FF0000]$lenght[/color], $encoding);Code:if ($encoding === NULL) { return mb_substr($str, $start, [color=#FF0000]$lenght[/color]); } else { return mb_substr($str, $start, [color=#FF0000]$lenght[/color], $encoding); }
Please Log in or Create an account to join the conversation.
i have started another message concerning this topic which is locked now.
I have tried your hack, it is OK in search view but I have now another pb when I open a message.
I have kunena 1.0.10 and hack from Lavsteph (French use) and i've got now
Fatal error: Call to undefined function changedate() in /homepages/41/d267095683/htdocs/_test_tramber/components/com_kunena/template/default_ex/
thanks for help
Please Log in or Create an account to join the conversation.
HereHello to all. I can not correct this error. Some of you may attach the edited file? Thanks
Please Log in or Create an account to join the conversation.