Kunena 7.0.7 Released

The Kunena team has announce the arrival of Kunena 7.0.7 [K 7.0.7] 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

Loved Kunena 1.0.10 und 1.0.11 Template - Lintzys Summerdream - deutsch

More
17 years 1 month ago #18382 by lemur
Excuse me,

the error is not produced by lintzys_summerdream template.
The problem is situated, that euro-date in german translation and the solution for "Warnings in search" does not fit together.

I will describe it in that topic
www.kunena.com/forum?func=view&catid=93&...08&limit=10&start=20 ]
wenn it will not be locked.

- - - - - - - - -
Signature:
Many thanks to Rich and the other advisors.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #18386 by Lintzy
Ok, danke für das Feedback. Ich hab Xillibit Bescheid gegeben, er wird sich das morgen mal ansehen. Könntest du dann bitte die Lösung hier posten oder dahin verlinken? Danke :)

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago - 17 years 1 month ago #18392 by lemur
Hi,
ich habe leider keine Lösung :-(.

1. install K1.0.10 after CB 1.2.1.
Template: default_ex.

-> by search:
Warning: mb_substr() [function.mb-substr]: Unknown encoding "" in /homepages/41/d267095683/htdocs/_test_tramber/components/com_kunena/class.kunena.php on line 1292

2. install germanformal with EU-date.

-> Date (EU) format is OK.

3. ftp "class.kunena.php" from
"class-af8109fd451df6150e966bd727ad068e.zip"
(see www.kunena.com/forum?func=view&catid...mit=10&start=20 )

4. "Suche" (search with search box)

-> No "Warning: ..." befor a result list

5. Click on a (first e.g.) title in the list
->
Fatal error: Call to undefined function changedate() in
/homepages/5/d273576007/htdocs/j/components/com_kunena
/template/default_ex/view.php on line 988

(see image in my post above).

I can give an access to my test-site.

Gruß.

- - - - - - - - -
Signature:
Many thanks to Rich and the other advisors.
Last edit: 17 years 1 month ago by lemur.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #18429 by Lintzy
Du sollst auch keine Lösung finden, sondern evtl. Xillibit. Ist auch verwirrend, wenn die Diskussion jetzt über zwei oder mehr threads läuft. Hat Xillibit schon irgendwo geantwortet?

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #18456 by xillibit
lemur wrote:


5. Click on a (first e.g.) title in the list
->
Fatal error: Call to undefined function changedate() in
/homepages/5/d273576007/htdocs/j/components/com_kunena
/template/default_ex/view.php on line 988

(see image in my post above).

I have fin a solution which not need the function changedate(), in your file view.php at the line 988 remplace the part for the birthday by this :
Code:
if ($userinfo->birthdate !='0001-01-01' AND $userinfo->birthdate !='0000-00-00' and $userinfo->birthdate !='') { $birthday = strftime(_KUNENA_DT_DATE_FMT, strtotime($userinfo->birthdate)); $msg_birthdate = isset($fbIcons['msgbirthdate']) ? '<img src="'. KUNENA_URLICONSPATH . '' . $fbIcons['msgbirthdate'] . '" border="0" alt="'._KUNENA_PROFILE_BIRTHDAY.': '.$birthday.'" title="'._KUNENA_PROFILE_BIRTHDAY.': '.$birthday.'" />' : ' '._KUNENA_PROFILE_BIRTHDAY.': '.$birthday.''; }
If the date format don't like for you change the _KUNENA_DT_DATE_FMT by something else or modify this constant in your language file

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.

More
17 years 1 month ago #18463 by Lintzy
Thanks, Xillibit, it works - but I would prefer without this bracket on the end, this bracket belongs to another start bracket.

Here is the changed view.php , please upload

File Attachment:

File Name: viewphp2.zip
File Size:12.84 KB

Please Log in or Create an account to join the conversation.

Time to create page: 0.256 seconds