Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Question Errors Kunena 1.6.0 Stable ��
Struggled with this filth! in Kunena 1.6.0
��
components/com_kunena/funcs/view.php
We need to find:
replace
// limit to 185 characters - Google will cut off at ~150
if (strlen($metaDesc) > 185){
$metaDesc = rtrim(JString::substr($metaDesc, 0, 182)).'...';
}
Sorry for my English.
Please Log in or Create an account to join the conversation.
Hello,lev wrote:
// limit to 185 characters - Google will cut off at ~150
if (strlen($metaDesc) > 185){
$metaDesc = rtrim(JString::substr($metaDesc, 0, 182)).'...';
}
thanks for this, why do you remove this part of code ?
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.
To correct it, replace
Otherwise Google will index these characters.
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.