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 7 months ago - 15 years 7 months ago #61419 by Scottux
Replied by Scottux on topic Re: Birthday Modul
Hello

I'm french and my english is very limited. :blush:

I try to use the "Kunena Birthday module" and It doesn't work very well for me. It's OK with the profile link but it doesn't work well with the "topic option". When I :sick: click :sick: and the the username, the topic isn't created and I've got this message :
"Un id de message invalide a été demandé" = Mean in english : The message ID is false

I also realised a french translation of the "Kunena Module" and this code doesn't work :
Code:
SW_KBIRTHDAY_DAYS="dans %s jour"
= mean in english
Code:
SW_KBIRTHDAY_DAY="in %s day"

With this code, if the birthday is tomorrow, the message is always for several days :
Example : scottux anniversary is in 1 days (With a "s")

I think the module work correctly with my first installation and not working after the second installation.

I use Kunena 1.6.0 RC2 with Joomla 1.5.20 and the Kunena Birthday module 1.6.4

Thanks
Last edit: 15 years 7 months ago by Scottux.

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

More
15 years 7 months ago - 15 years 7 months ago #61433 by kober
Replied by kober on topic Re: Birthday Modul
Solution for second problem

helper.php 253-254
Code:
elseif($linklist[$key]['daytill'] === 1)

change to
Code:
elseif($linklist[$key]['daytill'] == 1)

it should help :)
Last edit: 15 years 7 months ago by kober.
The following user(s) said Thank You: Scottux

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

More
15 years 7 months ago #61471 by svanschu
Replied by svanschu on topic Re: Birthday Modul

Scottux wrote: Hello

I'm french and my english is very limited. :blush:

I try to use the "Kunena Birthday module" and It doesn't work very well for me. It's OK with the profile link but it doesn't work well with the "topic option". When I :sick: click :sick: and the the username, the topic isn't created and I've got this message :
"Un id de message invalide a été demandé" = Mean in english : The message ID is false


Do you insert a correct category ID in the module settings? Exist the category ID you setup in the module options?

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

More
15 years 7 months ago #61517 by Scottux
Replied by Scottux on topic Re: Birthday Modul

kober wrote: change to

Code:
elseif($linklist[$key]['daytill'] == 1)

Hello kober
It's perfect. Thank you very much. :)

LDA wrote: Do you insert a correct category ID in the module settings? Exist the category ID you setup in the module options?

Hello LDA
Yes I think my category ID is correct.
My parameters are :



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

More
15 years 7 months ago #63166 by svanschu
Replied by svanschu on topic Re: Birthday Modul
In the Kunena RC3 is a change what end up with the Birthdaymodul in a white page!

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

More
15 years 7 months ago #63178 by svanschu
Replied by svanschu on topic Re: Birthday Modul
Version 1.5.6 now
www.schultschik.de/download/15/12-kunena-birthday-modul.html
Code:
Kunena Birthday Modul 1.6.5 29-Sep-2010 Sven ^ moved additional option into advanced group # white page with when other site is schown than kunena # KunenaConfig + Botname translatedable + modulclass_sfx # daytill == 1 + language string SW_KBIRTHDAY_FORUMPOST_BOTNAME_DEF

Also Russian language download able

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

Time to create page: 0.266 seconds