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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Birthday Modul

More
15 years 1 month ago #88805 by svanschu
Replied by svanschu on topic Aw: Re: Birthday Modul
Hast du Cache aktiviert? Die Routine läuft jedemals durch wenn das Modul gerendert wird …

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

More
15 years 1 month ago #88807 by silberfuchs
Cache ist geleert (auch vom Browser)und auch mom. auf dem Server deaktiviert. Es funktioniert immer noch nicht.

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

More
15 years 1 month ago #88821 by svanschu

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

More
15 years 1 month ago - 15 years 1 month ago #88823 by silberfuchs
Replied by silberfuchs on topic Re: Birthday Modul
Es ist die aktuelle Version 1.63 - ich habe auf meiner Testseite jetzt herausgefunden, dass es offensichtlich etwas mit dem Benutzer zu tun hat. Ich hab' jetzt mehrfach das Geb.-Datum des Benutzers geändert und wieder auf heute gestellt, es funktioniert nicht. Bei meinem User oder auch bei einem Testuser funktioniert es. Was mir lediglich aufgefallen ist, dass auch keine Aktivität mehr im Activity Stream von Jomsocial beim Geburtstag erscheint......

...morgen hat der nächste User Geburtstag - mal sehen ob das funktioniert.

Update: es hat wieder nicht funktioniert.....
Last edit: 15 years 1 month ago by silberfuchs.

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

More
15 years 1 month ago #88942 by svanschu
Replied by svanschu on topic Aw: Re: Birthday Modul
What makes you different to the others … No Error Messages? Did you looked into you Database if there where any entry which where not shwon in forum? Hmmm I just found a piece of code which is old …

Go to module/mod_sw_kbirthday/helper.php line 178
Code:
if((int)$user['birthdate']->toFormat('%j') === (int)$this->timeo->toFormat('%j')){

change to
Code:
if($user['birthdate']->toFormat('%j') == $this->timeo->toFormat('%j')){

Try it if you want …

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

More
15 years 1 month ago #88975 by silberfuchs
Replied by silberfuchs on topic Re: Birthday Modul
I changed it on my test system and it's working there! :) Now I am waiting for the next 8 days until next birthday on production system :)

Many thanks for your great support !

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

Time to create page: 0.286 seconds