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 [SOLVED] User Profile Info : Personal Text

More
16 years 4 months ago - 16 years 4 months ago #36622 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: 16 years 4 months ago by ZwaZo.

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

More
16 years 4 months ago #36623 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
16 years 4 months ago #36638 by etusha
@xillibit add this to bugfix for k1.6

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

More
16 years 4 months ago #36729 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.255 seconds