Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
13 years 7 months ago #61 by svanschu
Replied by svanschu on topic Re: Birthday Modul
1.6.4 is out. Happy Testing :)

Kunena Birthday Modul 1.6.4

10-Sep-2010 Sven
+ use autodeteced function of Kunena
+ new error language string
# wrong results when timeframe 0 for today only
# wrong leap year calc
# sort after inday
^ move daytill calc into SQL

08-Sep-2010 Sven
# sorting of results by moving from php -> sql
# getdate calc wrong yeardate
+ second sort name/username
- server time option

07-Sep-2010 Sven
# SW_KBIRTHDAY_TIMEFROM_DESC in english file
# some misspellings in the english file
+ sorting output after daytill

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

More
13 years 7 months ago #62 by iLucato
Replied by iLucato on topic Re: Birthday Modul
Hey LDA, thanks for the update.

Just one comment. I'm not sure if it is you/installer that controls, but when updating it isn't overwriting the existent files and gives a warning error that the file already exists. IMHO, the upgrade should overwrite the existing files. ;0)

Kunena 2.0.4 | 2013-01-18 [ Pharmacopoeia ], J!1.5.25, rhuk_milkyway, CB 1.8.1, AUP 1.5.13, UddeIM 2.5 and Akeeba Backup 3.3.9

EsferaDoBem.com.br | iLucato.com.br | BemDoado.com.br

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

More
13 years 7 months ago #63 by svanschu
Replied by svanschu on topic Re: Birthday Modul
Ups that is an misstypping in the XML ... second line updgrade should be upgrade

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

More
13 years 7 months ago #64 by Hurr1c4n3
Replied by Hurr1c4n3 on topic Re: Birthday Modul
I'm translating the module to Dutch. The option to make a new forum threat doesn't work on my website. It keeps forwarding the username link to the profile.
The translating in the backend isn't working. When i rename my nl-NL version to en-GB then it works. I think the backend part is linking to the en-GB language file and not to the chosen language.

Here is the first version og my translation.

File Attachment:

File Name: nl-NL.mod_...hday.zip
File Size:2 KB
Attachments:

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

More
13 years 7 months ago #65 by iLucato
Replied by iLucato on topic Re: Birthday Modul

LDA wrote: Ups that is an misstypping in the XML ... second line updgrade should be upgrade


Thanks, let's wait for the next update.

Kunena 2.0.4 | 2013-01-18 [ Pharmacopoeia ], J!1.5.25, rhuk_milkyway, CB 1.8.1, AUP 1.5.13, UddeIM 2.5 and Akeeba Backup 3.3.9

EsferaDoBem.com.br | iLucato.com.br | BemDoado.com.br

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

More
13 years 7 months ago #66 by kober
Replied by kober on topic Re: Birthday Modul
helper.php line 132
Code:
unset($res[$k]);echo 'yes';

This echo shouldn't be there I think :)

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

More
13 years 7 months ago - 13 years 7 months ago #67 by svanschu
Replied by svanschu on topic Re: Birthday Modul

Hurr1c4n3 wrote: I'm translating the module to Dutch. The option to make a new forum threat doesn't work on my website. It keeps forwarding the username link to the profile.
The translating in the backend isn't working. When i rename my nl-NL version to en-GB then it works. I think the backend part is linking to the en-GB language file and not to the chosen language.

Here is the first version og my translation.

File Attachment:

File Name: nl-NL.mod_...hday.zip
File Size:2 KB


Which Socialcomponent you are using? Which Kunena Version and which module version?

Are you sure you setup the right backend language in your config? You can setup it in your profile and the system independent from frontend language. On my System it work and if it goes wrong than it is on Joomla, because I only put the langiage files where Joomla expact them. The rest is on Joomla

kober wrote: helper.php line 132

Code:
unset($res[$k]);echo 'yes';



This echo shouldn't be there I think


DOH! Note myself: Expand search before publishing from only print_r to echo ^^
Last edit: 13 years 7 months ago by svanschu.

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

More
13 years 7 months ago - 13 years 7 months ago #68 by svanschu
Replied by svanschu on topic Re: Birthday Modul
I uploaded a new zip where these two mistakes are out, same version number!

BTW if you have special needs in the module just say it and we can talk about it :)
Last edit: 13 years 7 months ago by svanschu.

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

More
13 years 7 months ago #69 by kober
Replied by kober on topic Re: Birthday Modul
I made one change coz I didn't like "user has birthday in 1 day" ;) I changed it to tomorrow :)

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

and added in the language
SW_KBIRTHDAY_TOMORROW="tomorrow" :)

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

More
13 years 7 months ago #70 by svanschu
Replied by svanschu on topic Re: Birthday Modul
the php change was not needed, you only had to change in the language file the
Code:
SW_KBIRTHDAY_DAY="in %s day"
to
Code:
SW_KBIRTHDAY_DAY="tomorrow"

How the string output looks like can be done via the language file without changing the "core" Look at the comments I made in the language files, they should explain it. If not tell me and I will make some examples in a readme or so

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

Time to create page: 0.508 seconds