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

Question User profil changes

More
16 years 10 months ago #17867 by bloodstrike
Hallo Kunena Community,
I Googled a lot, but couldn´t find anything about Kunena Forum User Profil.
I only want to delete the yellow fields:





And the greend fields should link to the cbe profile table cbe_date & cbe_gender.
Where do i have to make changes?

by the way ...if i go on edit profile the fields ar too long and cross the shoutbox.
Where can I change the settings?

Thanks to all

Greets Bloodstrike

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

More
16 years 10 months ago #17885 by Lintzy
Replied by Lintzy on topic Re:User profil changes
you will find them in message.php (of your template)

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

More
16 years 10 months ago #17929 by bloodstrike
Replied by bloodstrike on topic Re:User profil changes
Hi,
I found it in message.php but when i delete for example

<?php
if (isset($msg_icq)) {
echo $msg_icq;
}
?>

it is still there, and if i want to change to an other db table? now it is msg_icq, i want to have the cbe_icq from jos_cbe_fields. How?

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

More
16 years 10 months ago - 16 years 10 months ago #17962 by Lintzy
Replied by Lintzy on topic Re:User profil changes
Oh yes, sorry, I was wrong. In message.php you change the view of the little icons under the profile/ avatar in messages.

Okay, you will find the strings in myprofile_profile_info.php, if you want to delete icq, you should delete:

<tr>

<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 kunena_htmlspecialchars(stripslashes($userinfo->ICQ));?>" type="text"/></td>
</tr>


and in myprofile_summary.php

<tr>
<td><b><?php echo _KUNENA_MYPROFILE_ICQ; ?></b> </td>
<td><?php echo kunena_htmlspecialchars(stripslashes($userinfo->ICQ)); ?></td>


I don't know CBE, only CB. But I guess, you could choose by default the profile of CBE, so not Kunena profile is shown, but the profile from CBE? You can switch this in Kunena Configuration.
Last edit: 16 years 10 months ago by Lintzy.

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

More
16 years 10 months ago #18090 by bloodstrike
Replied by bloodstrike on topic Re:User profil changes
Thx worked ;)

but there is an other one... the cbe tab to show the forum posts dont work. i tried tab kunena and fb_forum. on booth the profile will be shown in a new white window without entrys in tab. but only on this profiles where posts has been written.

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

More
16 years 10 months ago #18093 by Lintzy
Replied by Lintzy on topic Re:User profil changes
If you have luck, than some CBE users are here and perhaps they know the answer. More success you will have in CBE Forum, I guess ;)

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

Time to create page: 1.010 seconds