Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

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 [SOLVED] Website URL length in user profile

More
16 years 10 months ago - 16 years 10 months ago #22129 by bz072
Hello everyone,

I have been searching but have not been able to find how to increase the character length allowed for the website URL in the user profiles. Any clues? Or is it hardcoded to a certain length and not extensible?

Regards,
Bill
Last edit: 16 years 10 months ago by Spock.

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

More
16 years 10 months ago #22132 by sozzled
This same question was asked two days ago. There is no need to start a new discussion topic about it. See increase max char in profile website url . B)

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

More
16 years 10 months ago - 16 years 10 months ago #22136 by Lintzy
bz072 wrote:

Hello everyone,

I have been searching but have not been able to find how to increase the character length allowed for the website URL in the user profiles. Any clues? Or is it hardcoded to a certain length and not extensible?

Regards,
Bill



Hi Bill,

sorry about this harsh reply through another kunena user. The Kunena Team itself is always polite and I'ld like to repeat, what fxstein wrote 1 month ago:

fxstein wrote:

Guys,

We appreciate your willingness to help.

We are grateful for every error report that we get and do NOT EVER want to see people getting rude answers here on our forums. We have been asking very politely in the past but it seems we need to be way more direct to some of our members outside the moderation team.

If you don't think you can provide a helpful and polite response we kindly ask you to not respond at all.

I would like to personally apologize to our new members for getting some rude responses here.


Have a great day!

fxstein



To change the length of website url you must edit the file myprofile_profile_info.php

/components/com_kunena/template/default/plugin/myprofile/myprofile_profile_info.php

line 111
Code:
<td><input name="websiteurl" maxlength="32" size="24" value="<?php echo kunena_htmlspecialchars(stripslashes($userinfo->websiteurl));?>" type="text"/></td>

Change the 32 to the char length you wish.
Last edit: 16 years 10 months ago by Lintzy.

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

Time to create page: 0.271 seconds