- Posts: 13
- Thank you received: 3
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your
configuration report
when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Solved K 3.0.2 message preview not working
- civilizationitalia
-
- Offline
- New Member
-
Less
More
12 years 5 months ago #149584
by civilizationitalia
Replied by civilizationitalia on topic K 3.0.2 message preview not working
I don't know if it can help but I'm trying to debug with IE 10 Developer Tool.
When I start to write the post I trigger the event (onChangeing or something similar I suppose) but I got an error on third line of the following snippet:
editor.js, row 263 character 5
The error is something like "Action not valid for the object" (rowly translated from italian).
If I continue to debug I noticed that
return false and skip the code inside.
When I start to write the post I trigger the event (onChangeing or something similar I suppose) but I got an error on third line of the following snippet:
Code:
if(this.options.interceptTabs) {
this.el.addEvent('keypress', function(event){
event = new Event(event);
if(event.key == "tab") {
event.preventDefault();
this.replaceSelection("\t");
}
}.bind(this));
}
editor.js, row 263 character 5
The error is something like "Action not valid for the object" (rowly translated from italian).
If I continue to debug I noticed that
Code:
if (_previewActive == true){
return false and skip the code inside.
Please Log in or Create an account to join the conversation.
12 years 5 months ago #149586
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic K 3.0.2 message preview not working
Hello,
I have found a fix, remove the following line and it will works :
I have found a fix, remove the following line and it will works :
Code:
event = new Event(event);
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
12 years 5 months ago - 12 years 5 months ago #149587
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic K 3.0.2 message preview not working
So, maybe this whole problem (and the reason why we have never been able to reproduce it here at
www.kunena.org
) is because none of us uses Internet Explorer? Maybe the whole problem has to do with IE 10/11 Javascript support?
As it turns out, I passed the information to the developers and they checked. This change has been referred to at GitHub #2010.
Howard, can you tell us what kind of browser you have been using when you have the problem, please?
EDIT:
Further information:
As it turns out, I passed the information to the developers and they checked. This change has been referred to at GitHub #2010.
Howard, can you tell us what kind of browser you have been using when you have the problem, please?
EDIT:
Further information:
- Howard uses Safari
- json support enabled; json version 1.2.1
- Cannot reproduce these problems at www.kunena.org
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 12 years 5 months ago by sozzled.
Please Log in or Create an account to join the conversation.
12 years 5 months ago - 12 years 5 months ago #149602
by Matias
Replied by Matias on topic K 3.0.2 message preview not working
A comment on using the Kunena 1.7 template:
Kunena 2.0+ is designed to use CSS, JS and image files from the "legacy templates", but to ignore any PHP code. So the Blue Eagle derived legacy templates should work, althought with some potential issues.
In this case I would just keep using the old one, but at the same time I would remove all the javascript and PHP files, just in case. Then I would rename the template and change its version.
Of course this should be done first in a test site...
Kunena 2.0+ is designed to use CSS, JS and image files from the "legacy templates", but to ignore any PHP code. So the Blue Eagle derived legacy templates should work, althought with some potential issues.
In this case I would just keep using the old one, but at the same time I would remove all the javascript and PHP files, just in case. Then I would rename the template and change its version.
Last edit: 12 years 5 months ago by Matias.
Please Log in or Create an account to join the conversation.
12 years 5 months ago #149606
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic K 3.0.2 message preview not working
Further update:
- I talked for about an hour with Howard
- Howard is now trialling K 3.0.3-DEV to see if it makes any difference
- Howard promised me that he will never again use the K 1.7.2 Blue Eagle template

- Howard will be building a "vanilla flavoured Joomla" test site (with no changes, no non-standard Joomla site template, nothing else added), install Kunena on it (again, with no changes to the configuration) and see if, out-of-the box he can reproduce the message preview issue. This could take a while before he gets back to us.
- This is a low priority issue as far as Howard is concerned.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
12 years 5 months ago - 12 years 5 months ago #149607
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic K 3.0.2 message preview not working
Further update: Howard confirmed that on a "vanilla-flavoured" no-frills Joomla website, with a vanilla-flavoured K 3.0.2 installation, there were no issues with the message preview. This eliminates the webhost as a possible cause and also eliminates Kunena software as a possibility.
The cause is therefore, in this particular case, something unique to Howard's installation. We can probably consider this matter closed for the time being but it would be nice to know what other Joomla extension, installed on the problem site, interferes with the behaviour of Kunena's editor.js ... in this particular instance.
The cause is therefore, in this particular case, something unique to Howard's installation. We can probably consider this matter closed for the time being but it would be nice to know what other Joomla extension, installed on the problem site, interferes with the behaviour of Kunena's editor.js ... in this particular instance.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 12 years 5 months ago by sozzled.
Please Log in or Create an account to join the conversation.
Time to create page: 0.335 seconds