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

Loved Kunena 1.0.10 und 1.0.11 Template - Lintzys Summerdream - deutsch

More
16 years 10 months ago - 16 years 10 months 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: 16 years 10 months ago by lemur.

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

More
16 years 10 months 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
16 years 10 months 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
16 years 10 months 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.

More
16 years 10 months ago #18483 by lemur
Thank YOU (beide) very much!

It works now. :)

@lintzy: soll ich diese Datei auch in dein Template hochladen?

Gruß,

Leon

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

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

More
16 years 10 months ago #18485 by Lintzy
Nein, auf keinen Fall. Ich hab dir hier die abgeänderte view.php, die du für mein Template nehmen kannst, angehängt.


File Attachment:

File Name: viewphpsum...mphp.zip
File Size:12.79 KB

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

Time to create page: 0.241 seconds