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 How to increase the number of characters in linking URL when making a post

More
16 years 10 months ago #18851 by bostar
Hi, I wan to know how I can increase the number of characters in the link URL bar when making a post. It only allows me to insert a certain number of characters but the URL that I need is longer than what it allows.

Thanx,
Tony.

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

More
16 years 10 months ago - 16 years 10 months ago #18852 by @quila
Hi Tony,

if I understand what you ask
open the file

/components/com_kunena/template/default/smile.class.php

line 317 you find
Code:
<?php @print(_KUNENA_EDITOR_LINK_URL); ?><input name="url" type="text" size="40" maxlength="100" value="http://" onmouseover = "javascript:kunenaShowHelp('<?php @print(_KUNENA_EDITOR_HELPLINE_LINKURL);?>')">
change maxlenth="100" to maxlenth="200"

Regards
Last edit: 16 years 10 months ago by @quila.

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

Time to create page: 0.241 seconds