- Posts: 27
- 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
Question Preview and auto return to the topic
16 years 11 months ago - 16 years 11 months ago #16785
by artnco
Replied by artnco on topic Re:Preview and auto return to the topic
i have the same problem, do you found a solution ?
i install in first on my test site and its ok !
very strange !
thanks
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.
16 years 11 months ago #16837
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Preview and auto return to the topic
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.
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.
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.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 11 months ago #16863
by Matias
Replied by Matias on topic Re: Preview and auto return to the topic
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.
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.
- woonydanny
-
- Offline
- Elite Member
-
Less
More
- Posts: 694
- Thank you received: 22
16 years 11 months ago #16871
by woonydanny
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Replied by woonydanny on topic Re: Preview and auto return to the topic
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.
16 years 11 months ago #16877
by artnco
Replied by artnco on topic Re: Preview and auto return to the topic
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 !
now i upgrade the new cb 1.2.1 and now its ok !
Please Log in or Create an account to join the conversation.
16 years 11 months ago #16888
by roland76
Replied by roland76 on topic Re: Preview and auto return to the topic
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
the following line:
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' );
}
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