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.

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.

Question [SOLVED] sh404SEF: Preview not working in latest FB version

More
17 years 3 months ago #12934 by Earthson
Thank you roland76. This worked for me. :)

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

More
17 years 3 months ago #13777 by englishstudent
Don't forget to clear your browser's cache after you do any changes.

I'm using joomla 1.5.10, artio joomsef 3.2.11 and the kunena plug in for artio joomsef. My installation of joomla is not in a subdirectory. I tried the fix written in quotes and it worked perfectly for me on my site www.puddlejumpr.com/englishlearnersforum.html , but it didn't seem to work at first. After I cleared the cache it was clear that this fix did the trick!
Thanks a lot guys!

roland76 wrote:

Hello again,

we found out, that the last solution could make problems on some installation. Here the new way which should work for all (sh404SEF, nos sef, Joomla native SEF, installation in root, installation not in root):

Replace in components\com_kunena\template\default\js\kunenaforum.js

Code:
jQuery.ajax({url:"index2.php",
with
Code:
var templatePath2 = document.postform.templatePath2.value; jQuery.ajax({url:templatePath2,
and add in components\com_kunena\template\default\fb_write.html.php under this line (line 295)
Code:
<input type="hidden" value="<?php echo KUNENA_DIRECTURL . '/template/default';?>" name="templatePath" />
the following line
Code:
<input type="text" value="<?php echo sefRelToAbs(KUNENA_LIVEURLREL);?>" name="templatePath2" />

(both line have to be included)

Thanks to Matias for this fix!

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

More
17 years 2 months ago #15657 by emeyer
Yes, this worked for me too, thank you!

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

Time to create page: 0.258 seconds