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

Question [SOLVED] User Profile Info : Personal Text

More
14 years 3 months ago - 14 years 3 months ago #1 by ZwaZo
Hello,

Is there a way to limit / edit the "Personal Text" field from a user profile info ?

The problem is simple : one of my users had put a " ooooooooooooooooooooooooooooooooooooooooooooo " in this field and it breaks the template. I could not find a way to edit it and no place to limit the string length for this field.

Any idea ?

Best regards,
Last edit: 14 years 3 months ago by ZwaZo.

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

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

open the file components\com_kunena\template\default\plugin\myprofile\myprofile_profile_info.php and at line 52, reduce the maxlength :
Code:
<td><input name="personalText" size="50" maxlength="50" value="<?php echo kunena_htmlspecialchars(stripslashes($userinfo->personalText))?>" type="text"/></td>

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.

More
14 years 3 months ago #3 by etusha
@xillibit add this to bugfix for k1.6

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

More
14 years 3 months ago #4 by ZwaZo
Thank for the info.

Seems to be ok now.

Best regards.

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

Time to create page: 0.444 seconds