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

Sticky If you are having problems with Kunena, please read this first

More
14 years 4 months ago - 14 years 4 months ago #114372 by sozzled
I have no theories because I did not create your live website. What we know is that you set up your test site differently to your production site. On your test site, Kunena works; on your production site, it doesn't. I believe the problem is caused by another Joomla extension getting in the way of making Kunena work; what that extension is, I don't know.

My suspicion about a Javascript library conflict remains as rock-solid as it always was. I have not yet seen one case where the "Save" button (in the Kunena profile) became deactivated except through Javascript. If, in your case, it's something else then that will be the first time it's happened that way. That's why I keep suggesting that you eliminate Javascript library conflicts as a possible cause. Your test site effectively shows what happens if you don't have other things getting in the way.
Last edit: 14 years 4 months ago by sozzled.

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

More
14 years 4 months ago #114427 by JuggZaPoppiN
I am not as code savy or website savy as you. So this may sound as a stupid question.
How do I know what modules/extensions/plugins are javascript?

I really want to find out exactly what is causing this.

Thank you.

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

More
14 years 4 months ago #114428 by sozzled
On your production website, when you're trying to edit your profile, look at the source code. You have the following Javascript libraries loaded:
Code:
<script src="/media/system/js/core.js" type="text/javascript"></script> <script src="/media/system/js/mootools-core.js" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js" type="text/javascript"></script> <script src="/media/system/js/modal.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script> <script src="/components/com_k2/js/k2.js" type="text/javascript"></script> <script src="http://www.countdown2chaos.com/components/com_kunena/js/slimbox/slimbox-min.js" type="text/javascript"></script> <script src="http://www.countdown2chaos.com/components/com_kunena/template/default/js/default-min.js" type="text/javascript"></script> <script src="/plugins/system/rokbox/rokbox.js" type="text/javascript"></script> <script src="/cache/js-c7f1644c623216ea2239885f788ca501.php" type="text/javascript"></script> <script src="/modules/mod_snowfalling/mod_snowfalling.js" type="text/javascript"></script> <script src="http://www.countdown2chaos.com/media/system/js/validate.js" type="text/javascript"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="/modules/mod_rokminievents/tmpl/js/rokminievents.js" type="text/javascript"></script> <script src="/modules/mod_rokminievents/tmpl/js/rokslider.js" type="text/javascript"></script> <script type="text/javascript" src="http://www.bumpin.com/clients/bsb_V1.0/bsb_8464.js"> <script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
There is other Javascript, too, but let's just look at this lot. Count them up: that's over 15 references to Javascript libraries that have to be loaded whenever your users visit the page that allows them to update their user profile.

Of these, Kunena (and Joomla) needs 3. Those three are:
Code:
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script> <script src="http://www.countdown2chaos.com/components/com_kunena/js/slimbox/slimbox-min.js" type="text/javascript"></script> <script src="http://www.countdown2chaos.com/components/com_kunena/template/default/js/default-min.js" type="text/javascript"></script>
Everything else is unnecessary.

Your task is to find out what is loading these other libraries and figure out why they're being loaded, if they're necessary, and how to stop them from being loaded. One of these things is causing a problem. My guess it's the jQuery ones. There's a script error on your page:

jQuery.noConflict(go); - go is not defined.

Question for you to answer: What are you using jQuery with?
The following user(s) said Thank You: JuggZaPoppiN

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

More
14 years 4 months ago - 14 years 4 months ago #114510 by coolthud
Hi,

I've been researching the user profile editing problem where the menu/tabs cannot be clicked here on the support site. I'm a new user to both Joomla and Kunena so would just like to double check Im hopefully about to do the right thing to fix the problem.

I've read the two wiki articles, and from that I'm thinking that I need to upgrade my Mootools.js to 1.2 as I'm currently running 1.1.3 I think it was. Im running a Rocket Theme template at the moment too. Legacy Mode is disabled.

Have I got the right solution there for that problem? Or am I barking up the wrong tree?

Thanks for your confirmation/advice. Its much appreciated.

Jason

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Disabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 5M

This message contains confidential information

Joomla default template details : rt_nebulae_j15 | author: RocketTheme, LLC | version: 1.5.2 | creationdate: November 11, 2011

Kunena default template details : Aphotic | author: snilloconator | version: 1.6.0 | creationdate: 2010-23-09

Kunena version detailled: Installed version: 1.7.1 | Build: 5162 | Version name: UnderUret | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: None

Last edit: 14 years 4 months ago by coolthud.

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

More
14 years 4 months ago #114529 by sozzled
G'day, coolthud, and welcome to Kunena.

See msg #1 in this topic and follow the advice given in the links. I think the clue is your Rockettheme template. ;)

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

More
14 years 4 months ago #114565 by JuggZaPoppiN
Thank you for all your help on this one.
It turned out that the Login Register module that I was using was the culprit.

It was using JQuery for google API's
I couldnt find a way to fix that so I just switched out the module and all is well now. :)

Again, thank you for all your help.
It is greatly appreciated :)

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

Time to create page: 0.330 seconds