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

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 1 month ago #9589 by BigBear
Ok - cheers for the heads up. Is that Joomla 1 or 1.5? Or both?

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

More
17 years 1 month ago #9590 by BigBear
Oh! and you are caching the URL's in 404sef right? And there is still an issue?

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

More
17 years 1 month ago #9591 by Oscarfishlover
When I was running sh404sef with the Forum, I would purge the sef urls every now and then. At one stage I didn't purge them for a long time and I had something like 18,000, once I deleted them, things speeded up dramatically. Now I just set sh404sef to skip the forum completely. This is on 1.015

The #1 Oscar Fish website on the net
Joomla! 2.5.14
Kunena 3.0.2

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

More
17 years 1 month ago #9596 by BigBear
Thanks for that.

The live site at joomlabear.com is running the same 1.0.15, but I've been doing a mad dash to rebuild and upgrade to 1.5 this week. It's going quite well - my temp location is time-to-train.com/

Kunena was a pain to port from 1 to 1.5 but it does seem to run quite snappily with sh404SEF.

:silly: I like the way you say "you've only got 2000 posts" - I thought it was a good effort ;-) I look fwd to 10,000+ though :blink:

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

More
17 years 2 weeks ago #12370 by roland76
Hello,

this should fix the problem:

Replace in components\com_kunena\template\default\js\kunenaforum.js
Code:
jQuery.ajax({url:"index2.php",

with
Code:
jQuery.ajax({url:"index.php",

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

More
17 years 2 weeks ago #12863 by roland76
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.

Time to create page: 0.245 seconds