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 Hack for display the birthday in frontend of kunena

More
14 years 8 months ago #21 by xillibit
The language strings are presents in the readme.txt in the archive :
Code:
DEFINE('_STAT_NUMBER_BIRTHDAY_TODAY', 'Number of users which have a birthday today'); DEFINE('_STAT_NAME_TODAY_USERS', 'Names of users which have a birthday today'); DEFINE('_STAT_NULL_BIRTHDAY_TODAY', 'None'); DEFINE('_STAT_NULL_USER_BIRTHDAY', 'Any user celebrate his birthday today'); DEFINE('_KUNENA_BIRTHDAY_GREETINGS', 'Happy birthday !!!'); DEFINE('_KUNENA_BIRTHDAY_HACKS_SETTINGS', 'Birthday Hacks Settings'); DEFINE('_KUNENA_BIRTHDAY_HACKS_SOURCE', 'Define what source you want use for birthday'); DEFINE('_KUNENA_BIRTHDAY_HACKS_SOURCE_DESC', 'If you want use birthday date from CB and not from Kunena, you can change this setting');

For your dutch language you have missed to add this strings :
Code:
DEFINE('_KUNENA_BIRTHDAY_GREETINGS', 'Happy birthday !!!');

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
14 years 8 months ago #22 by 810
ok thanks, i didn't see that. So when it is your birthday you see Happy birthday !!! i didn't notice that.

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

More
14 years 8 months ago #23 by sorema
For Italian :

DEFINE('_STAT_NUMBER_BIRTHDAY_TODAY', 'Quanti utenti compiono gli anni oggi');
DEFINE('_STAT_NAME_TODAY_USERS', 'Chi festeggiamo oggi:');
DEFINE('_STAT_NULL_BIRTHDAY_TODAY', 'Nessuno');
DEFINE('_STAT_NULL_USER_BIRTHDAY', 'Nessun utente compie gli anni oggi');
DEFINE('_KUNENA_BIRTHDAY_GREETINGS', 'Buon Compleanno !!!');
DEFINE('_KUNENA_BIRTHDAY_HACKS_SETTINGS', 'Impostazioni hack compleanni');
DEFINE('_KUNENA_BIRTHDAY_HACKS_SOURCE', 'Quale sistema vuoi usare per mostrare i compleanni');
DEFINE('_KUNENA_BIRTHDAY_HACKS_SOURCE_DESC', 'Cambia questa impostazione per utilizzare kunena o CB per i compleanni');

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

More
14 years 8 months ago #24 by xillibit
Thanks Sorema for this, I will add it.

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
14 years 4 months ago #25 by MusicInMe
Any update for JomSocial? WOuld be nicee ;)

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

More
14 years 4 months ago #26 by xillibit
MusicInMe wrote:

Any update for JomSocial? WOuld be nicee ;)

Hi,

It's a long time that i haven't updated this hack, jomsocial isn't free so i can't use it. But for integrated jomsocial functions into this hack, I need to know the name of the table in jomsocial where is stocked the birthday with all the fields.

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
14 years 2 months ago #27 by JSmith19
Is this what you need for the jomsocial hack?
FIELD_BIRTHDAY thats jomsocials birthdayfield.
What kind of information you need more?

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

More
14 years 2 months ago #28 by xillibit
It's a long time that have no updated this hack, but for jomsocial there is an API for get infos for users, i need to check this.

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
14 years 2 months ago #29 by JSmith19
Ok were can i find it so i can help?

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

More
14 years 2 months ago #30 by xillibit
You can find a doc here : www.jomsocial.com/docs/3rd_Party_Component_Integration

You need to find a way to get birthday for an user and then use the same logic that for CB to display results.

If you have jomsocial, you can look in the file components/com_community/libraries/core.php to see if for the class CFactory you have a method to get birthday.

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.

Time to create page: 0.471 seconds