- Posts: 17
- Thank you received: 0
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.
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
17 years 1 month ago #9589
by BigBear
Replied by BigBear on topic Re:[SOLVED] sh404SEF: Preview not working in latest FB version
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.
17 years 1 month ago #9590
by BigBear
Replied by BigBear on topic Re:[SOLVED] sh404SEF: Preview not working in latest FB version
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.
- Oscarfishlover
-
- Offline
- Premium Member
-
17 years 1 month ago #9591
by Oscarfishlover
The #1 Oscar Fish website on the net
Joomla! 2.5.14
Kunena 3.0.2
Replied by Oscarfishlover on topic Re:[SOLVED] sh404SEF: Preview not working in latest FB version
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.
17 years 1 month ago #9596
by BigBear
Replied by BigBear on topic Re:[SOLVED] sh404SEF: Preview not working in latest FB version
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:
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
Please Log in or Create an account to join the conversation.
17 years 2 weeks ago #12370
by roland76
Replied by roland76 on topic Re:[SOLVED] sh404SEF: Preview not working in latest FB version
Hello,
this should fix the problem:
Replace in components\com_kunena\template\default\js\kunenaforum.js
with
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.
17 years 2 weeks ago #12863
by roland76
Replied by roland76 on topic Re:[SOLVED] sh404SEF: Preview not working in latest FB version
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
with
and add in components\com_kunena\template\default\fb_write.html.php under this line (line 295)
the following line
(both line have to be included)
Thanks to Matias for this fix!
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",
Code:
var templatePath2 = document.postform.templatePath2.value;
jQuery.ajax({url:templatePath2,
Code:
<input type="hidden" value="<?php echo KUNENA_DIRECTURL . '/template/default';?>" name="templatePath" />
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