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.
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
16 years 3 months ago #37515
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Hack for display the birthday in frontend of kunena
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.
16 years 3 months ago #37519
by JSmith19
Replied by JSmith19 on topic Re:Hack for display the birthday in frontend of kunena
ok strange but on mine no ages shows up only the () In profile I set Yes for Show Ages On the Birthday Module the shows correctly.
For now thanks again.
For now thanks again.
Please Log in or Create an account to join the conversation.
- FreeThinker
-
- Offline
- Senior Member
-
Less
More
- Posts: 121
- Thank you received: 0
16 years 3 months ago #37532
by FreeThinker
Replied by FreeThinker on topic Re:Hack for display the birthday in frontend of kunena
Thanks xillibit 
*i was going to ask you for code for 1.5.8
**will try it later on
Thanks once again
cheers
*i was going to ask you for code for 1.5.8
**will try it later on
Thanks once again
cheers
Please Log in or Create an account to join the conversation.
- FreeThinker
-
- Offline
- Senior Member
-
Less
More
- Posts: 121
- Thank you received: 0
16 years 3 months ago - 16 years 3 months ago #37555
by FreeThinker
Replied by FreeThinker on topic Re:Hack for display the birthday in frontend of kunena
Hi there All...and Xillibit
I've just put this in my website forum.
Already converted the code for my language...Portuguese...and tested it...all's OK
*I'll send the code already translated for Portuguese language
(if some may need / want it)
As for in English language...I wonder where / how i can change the text *underline in red*
There is one issue, that i found / get...
when accessing kunena thru my joomla Admin control panel...it opens in a full window disappearing my joomla Menu...and it appears in / with other font text, and images are strange...overall it breaks a little the kunena frame...
Thanks in advanced
*P.S. - I am using the default_ex_black Template
I've just put this in my website forum.
Already converted the code for my language...Portuguese...and tested it...all's OK
*I'll send the code already translated for Portuguese language
(if some may need / want it)
Code:
define('_STAT_NUMBER_BIRTHDAY_TODAY', 'Utilizadores que fazem anos hoje');
define('_STAT_NAME_TODAY_USERS', 'Aniversariante(s) hoje');
define('_STAT_NULL_BIRTHDAY_TODAY', 'Nenhum');
define('_STAT_NULL_USER_BIRTHDAY', 'Nenhum Aniversariante(s)');
define('_KUNENA_BIRTHDAY_GREETINGS', 'Muitos Parabens!!!');
define('_KUNENA_BIRTHDAY_HACKS_SETTINGS', 'Definições de Aniversário');
define('_KUNENA_BIRTHDAY_HACKS_SOURCE', 'Definir qual a fonte a usar para aniversário');
define('_KUNENA_BIRTHDAY_HACKS_SOURCE_DESC', 'Se quiser usar data do CB e não do Kunena, podes alterar esta definição');
As for in English language...I wonder where / how i can change the text *underline in red*
There is one issue, that i found / get...
when accessing kunena thru my joomla Admin control panel...it opens in a full window disappearing my joomla Menu...and it appears in / with other font text, and images are strange...overall it breaks a little the kunena frame...
Thanks in advanced
*P.S. - I am using the default_ex_black Template
Last edit: 16 years 3 months ago by FreeThinker.
Please Log in or Create an account to join the conversation.
16 years 3 months ago - 16 years 3 months ago #37558
by JSmith19
Replied by JSmith19 on topic Re:Hack for display the birthday in frontend of kunena
Same issue here Kunena admin shows weird As picture from "FreeThinker" and Joomla admin menus disapears.
Last edit: 16 years 3 months ago by JSmith19.
Please Log in or Create an account to join the conversation.
16 years 3 months ago #37562
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Hack for display the birthday in frontend of kunena
FreeThinker wrote:
For your other problem, i have re-tested now and it's work, so try to enable debug mode and set in your php.ini set error_reporting = E_ALL and
display_errors = On
Look in your apache log, if you see something..
I don't understand it's what you have translated, just put these strings in your file kunena.yourlanguage.php :
Code:define('_STAT_NUMBER_BIRTHDAY_TODAY', 'Utilizadores que fazem anos hoje'); define('_STAT_NAME_TODAY_USERS', 'Aniversariante(s) hoje'); define('_STAT_NULL_BIRTHDAY_TODAY', 'Nenhum'); define('_STAT_NULL_USER_BIRTHDAY', 'Nenhum Aniversariante(s)'); define('_KUNENA_BIRTHDAY_GREETINGS', 'Muitos Parabens!!!'); define('_KUNENA_BIRTHDAY_HACKS_SETTINGS', 'Definições de Aniversário'); define('_KUNENA_BIRTHDAY_HACKS_SOURCE', 'Definir qual a fonte a usar para aniversário'); define('_KUNENA_BIRTHDAY_HACKS_SOURCE_DESC', 'Se quiser usar data do CB e não do Kunena, podes alterar esta definição');
As for in English language...I wonder where / how i can change the text *underline in red*
There is one issue, that i found / get...
when accessing kunena thru my joomla Admin control panel...it opens in a full window disappearing my joomla Menu...and it appears in / with other font text, and images are strange...overall it breaks a little the kunena frame...
Thanks in advanced
*P.S. - I am using the default_ex_black Template
Code:
define('_STAT_NUMBER_BIRTHDAY_TODAY', 'Utilizadores que fazem anos hoje');
define('_STAT_NAME_TODAY_USERS', 'Aniversariante(s) hoje');
For your other problem, i have re-tested now and it's work, so try to enable debug mode and set in your php.ini set error_reporting = E_ALL and
display_errors = On
Look in your apache log, if you see something..
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.222 seconds