Kunena 6.3.0 released

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

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 Additional Info in "My Profile"?

More
14 years 11 months ago #1 by masteryoda1047
Hello.

I would like to show additional Info in the "my profile" section of an user.
Or, for simplicity, i could change an existing entry f.ex. ICQ into "Place of Birth".
Next task would be to show this new info between the users posting count and their online status in the forums.

I have checked the code in ./com_kunena/template/default/plugin/myprofile/myprofile_profile_info.php, around line 80 it says:
Code:
<td width="40%"><b><?php echo _KUNENA_MYPROFILE_ICQ; ?> </b><div class="smalltext"><?php echo _KUNENA_MYPROFILE_ICQ_DESC; ?></div></td> <td><input name="ICQ" size="24" value="<?php echo $userinfo->ICQ;?>" type="text"/></td> </tr><tr> <td width="40%"><b><?php echo _KUNENA_MYPROFILE_AIM; ?> </b><div class="smalltext"><?php echo _KUNENA_MYPROFILE_AIM_DESC; ?></div></td> <td><input name="AIM" maxlength="16" size="24" value="<?php echo $userinfo->AIM;?>" type="text"/></td> </tr> <tr> <td width="40%"><b><?php echo _KUNENA_MYPROFILE_MSN; ?> </b><div class="smalltext"><?php echo _KUNENA_MYPROFILE_MSN_DESC; ?></div></td>

and so on.


Where are these language variables defined, or where can i add some new?
And what file is responsible for showing the post count and online status?

best regards

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

More
14 years 11 months ago #2 by xillibit
Hello,

Where are these language variables defined, or where can i add some new?

This is in the file /administrator/components/com_kunena/language/kunena.english.php

And what file is responsible for showing the post count and online status?

If you look into the file components\com_kunena\template\default\plugin\myprofile\myprofile.php, you see at the ligne 95 the post count for an user with $numPosts and at the ligne 98 the online status.

I hope this help

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.513 seconds