- Posts: 3
- Thank you received: 0
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
- bloodstrike
-
Topic Author
- Offline
- New Member
-
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.
Please Log in or Create an account to join the conversation.
- bloodstrike
-
Topic Author
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
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.
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.
Please Log in or Create an account to join the conversation.
- bloodstrike
-
Topic Author
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
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.
Please Log in or Create an account to join the conversation.