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

More
16 years 2 months ago #40089 by fepa
Between the value quotes the original code has a ?php echo

Should I eliminate that?

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

More
16 years 2 months ago - 16 years 2 months ago #40092 by sozzled
fepa wrote:

I'm trying to post my code here and always get:
POST to /forum/144-hacks-tricks-and-tips/post not supported.

Yes, there has been a change in this site's security behaviour since the server move a couple of days ago. I will refer the matter to the website administrators. In the meantime, I will post the answer to you by PM. Basically, xillibit's recommendation is to modify line 109 and only change the maxlength value, nothing more.
Last edit: 16 years 2 months ago by sozzled.

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

More
16 years 2 months ago #40095 by fepa
Thankyou

I did exactly what you say. But if I change the maxlength to any value > 50 the result is that URLs are cut down to 50 chars

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

More
16 years 2 months ago - 16 years 2 months ago #40096 by sozzled
Yes, you are right. The SQL table jos_fb_users has a 50-character limit on the column websiteurl. You can change this limit if you are familiar with a tool like phpMyAdmin, but you need to be really careful in what you do because you can quite easily annihilate your website with a few mouseclicks/keystrokes. Yes, xillibit's suggestion overcomes the input restriction. The database, however, is limited to storing the value to maximum of 50 characters. :(
Last edit: 16 years 2 months ago by sozzled.

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

Time to create page: 0.233 seconds