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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Removing/Disabling Person Text

More
14 years 9 months ago #1 by vitalize
How do i either disable the Person Text feature or remove it completely?

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

More
14 years 9 months ago - 14 years 9 months ago #2 by xillibit
Hello,

There is only one way to do this.

Open the file components/com_kunena/template/default/plugin/myprofile/myprofile_profile_info.php and at line 49 remove these lines :
Code:
<tr> <td width="40%"><b><?php echo _KUNENA_MYPROFILE_PERSONALTEXT; ?> </b></td> <td><input name="personalText" size="50" maxlength="50" value="<?php echo kunena_htmlspecialchars(stripslashes($userinfo->personalText))?>" type="text"/></td> </tr>

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

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

Time to create page: 0.501 seconds