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

More
16 years 2 months ago #39055 by xillibit
Did you do this thing :

If you are using integration with CB for this hack :

community builder -> field management -> add new field , choose these settings :

type : date
name : cb_birthday
title: 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
16 years 2 months ago - 16 years 2 months ago #39063 by squale
thanks Xillbit ! it makes me on the way, in kunena_birthday_php, i just changed "cb_birthday" to "cb_naissance" (the name i gave to the field in cb) and it works !
thanks again :woohoo:

edit : just a little problem, it show the name of the user, but in the number of birthday, it still say "none", i'm searching...
Last edit: 16 years 2 months ago by squale.

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

More
16 years 2 months ago - 16 years 2 months ago #39140 by xillibit
It's my fault, it's the jomsocial check for count birthday which was wrong when you use others things than jomsocial. So, now it's fixed with version 0.2.1 :

File Attachment:

File Name: hack_birth...0204.zip
File Size:52.22 KB

I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 2 months ago by xillibit.

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

More
16 years 2 months ago #39157 by squale
perfect, work like a charm :)

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

More
16 years 3 weeks ago #44448 by xillibit
Version for K1.5.11 :

File Attachment:

File Name: hack_birth...0405.zip
File Size:52.42 KB

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 3 weeks ago #44455 by rich
Thanks xillibit!

Code:
For German : DEFINE('_STAT_NUMBER_BIRTHDAY_TODAY', 'Heute haben Geburtstag'); DEFINE('_STAT_NAME_TODAY_USERS', 'Geburtstag'); DEFINE('_STAT_NULL_BIRTHDAY_TODAY', '0'); DEFINE('_STAT_NULL_USER_BIRTHDAY', '0'); DEFINE('_KUNENA_BIRTHDAY_GREETINGS', 'Herzlichen Glückwunsch zum Geburtstag!'); DEFINE('_KUNENA_BIRTHDAY_HACKS_SETTINGS', 'Geburtstagshack Einstellungen'); DEFINE('_KUNENA_BIRTHDAY_HACKS_SOURCE', 'Quelle definieren'); DEFINE('_KUNENA_BIRTHDAY_HACKS_SOURCE_DESC', 'Hier kann ausgewählt werden, aus welchem Profil die Daten verwendet werden sollen.');

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.300 seconds