- Posts: 11
- 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
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 32 character limit to user's url in profile
16 years 2 months ago #40024
by fepa
32 character limit to user's url in profile was created by fepa
How can i change this limit?
Currently users on my site can only write 32 character URLs in their profiles.
Any help is appreciated.
Thanks
Currently users on my site can only write 32 character URLs in their profiles.
Any help is appreciated.
Thanks
Please Log in or Create an account to join the conversation.
16 years 2 months ago #40025
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:32 character limit to user's url in profile
Hello,
open the file \components\com_kunena\template\default\plugin\myprofile\myprofile_profile_info.php and at line 109 change the value of maxlength.
open the file \components\com_kunena\template\default\plugin\myprofile\myprofile_profile_info.php and at line 109 change the value of maxlength.
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.
16 years 2 months ago #40028
by fepa
Replied by fepa on topic Re:32 character limit to user's url in profile
THANKYOU!!
Please Log in or Create an account to join the conversation.
16 years 2 months ago #40050
by fepa
Replied by fepa on topic Still cant use URLs longer than 50 chars in user profile
I used this hack to allow users to use URLs longer than 32 chars in their profiles:
www.kunena.com/forum/146-solved-hacks-tr...url-in-profile#40028
But now, no matter what "maxsize" do i set. The limit is always 50 chars
www.kunena.com/forum/146-solved-hacks-tr...url-in-profile#40028
But now, no matter what "maxsize" do i set. The limit is always 50 chars
Please Log in or Create an account to join the conversation.
16 years 2 months ago #40080
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:32 character limit to user's url in profile
If have tried with a maxlength of 100 characters and it's works :
Code:
<td><input name="websiteurl" maxlength="100" size="24" value=" " 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.
16 years 2 months ago - 16 years 2 months ago #40088
by fepa
Replied by fepa on topic Re:32 character limit to user's url in profile
I'm trying to post my code here and always get:
POST to /forum/144-hacks-tricks-and-tips/post not supported.
I' using the form:
POST to /forum/144-hacks-tricks-and-tips/post not supported.
I' using the form:
Code:
code
Last edit: 16 years 2 months ago by fepa.
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds