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 Kunena 1.0.8 Report bugs and Typos here!

More
17 years 4 weeks ago #10520 by rolandd
There is an issue when using the SEF and preview option in a reply. The issue is that if your sef URL is for example: http://myserver/forum/reply-to/2-Help?replyto=12. When you click on the preview button a jQuery call is made to http://myserver/Reply-to/index2.php. This location of course doesn't exist.

My suggested fix is changing line 96 in kunenaforum.js from
Code:
jQuery.ajax({url:"index2.php",
to
Code:
jQuery.ajax({url:window.location.protocol+"//"+window.location.host+"/index2.php",

With this fix the preview works again as expected.

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

More
17 years 4 weeks ago #10606 by pkirbyr
Thank you! Worked perfectly.

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

More
17 years 3 weeks ago #11155 by roland76
Replied by roland76 on topic Re:Clicking on a
GoremanX wrote:

While typing a message (just like this one), if the text I'm typing is longer than can be shown in the text area, and I click one of the formatting buttons in "Boardcode:" (ie. the bold button, or the Img button, etc.), then the text area window scrolls back to the beginning. The cursor does not, it's just the text area display that scrolls back.

This is just a small annoyance. The display goes right back to the cursor once I start typing again. But this small thing could definitely add to the overall polish of Kunena.

This happens in Firefox 3.x, I haven't tried other browsers.


This should be fixed now with this hack: www.kunena.com/forum?func=view&catid=6&i...it=10&start=20#11154

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

Time to create page: 0.237 seconds