- Posts: 260
- Thank you received: 0
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] 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
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
HereIs there a solution to these?
Please Log in or Create an account to join the conversation.
- woonydanny
-
- Offline
- Elite Member
-
- Posts: 694
- Thank you received: 22
thanks for the link, that seems to have fixed the warning.
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.
- woonydanny
-
- Offline
- Elite Member
-
- Posts: 694
- Thank you received: 22
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.