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 Preview and auto return to the topic

More
16 years 11 months ago - 16 years 11 months ago #16785 by artnco
i have the same problem, do you found a solution ?
i install in first on my test site and its ok !
very strange !

thanks
Last edit: 16 years 11 months ago by artnco.

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

More
16 years 11 months ago #16837 by sozzled
As you would probably imagine, Matias, I use a fairly "vanilla-flavoured" version of Kunena with very, very few changes from the default configuration settings. My test site uses the Kunena default_ex template; the site template is JA_Purity. As you would probably gather (from what I've written here over the past several months) I have a reasonably confident understanding of how Kunena's configuration settings may, and what might, interact with one another. Even so, it's possible that I've overlooked the obvious.

To answer your specific questions: I use Internet Explorer V7 as my web browser. I have not had any problems with the Preview button (or the autoreturn-to-thread behaviour after submitting a message) in the past with K 1.0.9 on this - www.kunena.com - website nor on any of my own (K 1.0.9) websites. Since K 1.0.10 was introduced here - at www.kunena.com - I have not had any problems with these two functions either. B) However, since upgrading to K 1.0.10 on my test website, these two functions do not operate like they do at www.kunena.com . :S

I suspect (and I hope I'm not throwing you on a wild-goose chase here) there's an involvement with Javascript as a potential cause. :huh:

Further to your question, my test website neither uses Joomla SEF nor does it involve any other, 3rd-party SEF product. I will later try to upgade K 1.0.10 on another website, hosted on a different server, to see if the problem isn't localised to my Windows XP-served XAMPP-hosted J! 1.5.7 test site. B)

I'm puzzled by imperium's "solution": creating a new Joomla - which version - website. As you say, Matias, there is/was something amiss in his installation. I'd like to persevere with this for a while longer. It may be that, if we isolate the cause to a specific version of Joomla that you may need to change the technical prerequisites for using K 1.0.10.

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

More
16 years 11 months ago #16863 by Matias
After sleeping overnight..

Javascript problems are usually easy to fix, so this one should not be that bad to solve. As JavaScript does not change, I believe that the reason can be found from Joomla template. Usually JS stops to work if there's html validation error in the page or if the html structure is different. Most of our JS doesn't use jQuery yet, so any change in html can potentially break them.

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

More
16 years 11 months ago #16871 by woonydanny
yeah i dont think the message preview or auto return to topic is working for me as well now since i upgraded to K1.0.10

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

More
16 years 11 months ago #16877 by artnco
i found something, on my site i use cb 1.2 if i install kunena 1.10, its don' t work ok

now i upgrade the new cb 1.2.1 and now its ok !

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

More
16 years 11 months ago #16888 by roland76
Hello,

the failure is in kunena.php...

The kunenaforum.js isn't loaded if you use CB.

Just a quick fix:

open kunena.php and insert after
Code:
global $_CB_framework; if (is_object($_CB_framework)) { if (defined('KUNENA_COREJSURL')) { $_CB_framework->addJQueryPlugin( 'kunena_tmpl', KUNENA_COREJSPATH ); $_CB_framework->outputCbJQuery( '', 'kunena_tmpl' ); }
the following line:
Code:
$mainframe->addCustomHeadTag('<script type="text/javascript" src="' . KUNENA_COREJSURL . '"></script>');

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

Time to create page: 0.277 seconds