Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

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 Link to Image, Link to webpage - increase character limit

More
16 years 6 months ago #38987 by sozzled
The hack methods have not been implemented at www.kunena.com . ;)

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

More
16 years 6 months ago #39006 by Sean
Remember that you need to change the max limit for both URLs (file and image) I did one, only and it didn't seem to work, only when I looked closer did I realise my mistake.

Also check that for the file, you don't change the max char limit for the inserted text, instead of the actual URL.

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

More
16 years 6 months ago #39007 by Sean
by the way... This file sits in the "Default" Template... don't go looking for it in another template folder, even if you are using one.

I understand the logic of placing it like this, but it may be confusing if you are not a coder.

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

More
16 years 6 months ago - 16 years 6 months ago #39364 by viper_iii
No eBay APP ID and/or Cert ID defined in Kunena configurationNo eBay APP ID and/or Cert ID defined in Kunena configuration
Code:
<div id="link" style="display: none;"> <?php @print(_KUNENA_EDITOR_LINK_URL); ?><input name="url" type="text" size="40" maxlength="250" value="http://" onmouseover = "javascript:kunenaShowHelp('<?php @print(_KUNENA_EDITOR_HELPLINE_LINKURL);?>')"> <?php @print(_KUNENA_EDITOR_LINK_TEXT); ?><input name="text2" type="text" size="30" maxlength="100" onmouseover = "javascript:kunenaShowHelp('<?php @print(_KUNENA_EDITOR_HELPLINE_LINKTEXT);?>')"> <input type="button" name="Link" accesskey = "w" value="<?php @print(_KUNENA_EDITOR_LINK_INSERT); ?>"" onclick="bbfontstyle('[url=' + this.form.url.value + ']'+ this.form.text2.value,'[/url]')" onmouseover = "javascript:kunenaShowHelp('<?php @print(_KUNENA_EDITOR_HELPLINE_LINKAPPLY);?>')"> </div> <div id="image" style="display: none;"> <?php @print(_KUNENA_EDITOR_IMAGE_SIZE); ?><input name="size" type="text" size="10" maxlength="10" onmouseover = "javascript:kunenaShowHelp('<?php @print(_KUNENA_EDITOR_HELPLINE_IMAGELINKSIZE);?>')"> <?php @print(_KUNENA_EDITOR_IMAGE_URL); ?><input name="url2" type="text" size="40" maxlength="250" value="http://" onmouseover = "javascript:kunenaShowHelp('<?php @print(_KUNENA_EDITOR_HELPLINE_IMAGELINKURL);?>')"> <input type="button" name="Link" accesskey = "p" value="<?php @print(_KUNENA_EDITOR_IMAGE_INSERT); ?>" onclick="check_image()" onmouseover = "javascript:kunenaShowHelp('<?php @print(_KUNENA_EDITOR_HELPLINE_IMAGELINKAPPLY);?>')"> <script type="text/javascript"> function check_image() {
Code:
[url=http://cgi.ebay.com/ebaymotors/Land-Rover-LR3-4WD-4dr-V8-H-Ready-for-some-serious-Off-Roading_W0QQitemZ350307262129QQcmdZViewItemQQptZUS_Cars_Trucks?hash=item518ff09eb1]test link to long URL[/url]

note the way editor is breaking after the "-"s due to length... but shouldn't matter...

Changes in place and no difference...
also is an ebay link... acts like its trying to parse for something else like video...

tinyurl.com/yhq3kwr
is the only way i've been able to post long links...

apparently ebay gets parsed... for the ebay togo swf somehow... but ebay motors causes issue... testing another simpler ebay link...

cgi.ebay.com/DELL-PRECISION-490-XEON-QUA...?hash=item20af5463cf


Yup that was it...



using no parse figured it out much easier... however the ebay parsing only works on primary ebay... doesn't work on motors site as well... just by item number only...

[noparse]

[/noparse]

The above worked fine.... I think the edits worked to create longer urls but my test was also being tweaked by ebay parsing as well...duh... I'm learning!
Last edit: 16 years 6 months ago by viper_iii.

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

More
16 years 2 months ago #49412 by Fjody
It is really an annoying problem with the short weblinks. I often get messages from my users that it is not possible to insert links correctly and they are not working.

I would change the smile.class.php file, but I suppose the problem will be back after upgrading Kunena. I already have a lot of various adjustments and changes in the Kunena files and every time I upgrade, I have to find these files and change them again.

That's why I think that such matter as the "weblink length" should be solved in the Kunena backend, not by changing .php file.

Have a nice day.

Peter

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

More
16 years 2 months ago #49876 by SalientKnight
Is there a way to edit the inserted text? lets say to filter it?

-=SalientKnight=-

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

Time to create page: 0.222 seconds