Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Users cannot edit their own profiles

More
14 years 10 months ago #100593 by Topuk
I have checked the blend with joomla option... it is off... The boxes are not hidden they are just not there... please can someone help me.

No matter what template i use they still do not show up.

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

More
14 years 10 months ago #100595 by sozzled
As I wrote earlier, your case is unlike any other that I have seen. It is almost certainly a case of a Javascript behaviour that is disabling the form elements. I do not think that this is a case of a Gantry (Build Title Spans = Off) situation - as Matias wrote - but it is, indeed, the most peculiar situation I have ever come across. It is my guess that Kunena is incompatible with the Joomla template or some other extension that you have installed. What that other extension may be is anyone's guess. It's possible, too, that your installation of Kunena was corrupted or some part of it is missing.

The following screenshot illustrates this bizarre and, at the moment, unique situation affecting one user.


I hope you find the other extension that is clobbering Mootools ... whatever it is.

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

More
14 years 10 months ago - 14 years 10 months ago #100596 by sozzled
Eureka! After a lot of digging around - I must have spent a couple of hours looking at this problem - I've found what causes the problem.

The Joomla site template loads the following HTML:
Code:
<script type="text/javascript"> // <![CDATA[ var kunena_toggler_close = "Collapse"; var kunena_toggler_open = "Expand"; // ]]> // <![CDATA[ window.addEvent('domready', function(){ $$('dl.tabs').each(function(tabs){ new KunenaTabs(tabs); }); }); // ]]> window.addEvent("domready", function() { var JTooltips = new Tips($$(".hasTip"), { maxTitleChars: 50, fixed: false}); }); </script>
This results in a dynamic CSS class being created
Code:
.hasTip {display: none}
Find out what is loading this DOMready event trigger and comment out the line
Code:
var JTooltips = new Tips($$(".hasTip"), { maxTitleChars: 50, fixed: false});
Last edit: 14 years 10 months ago by sozzled.

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

More
14 years 9 months ago - 14 years 9 months ago #104946 by rooster790
Hello all,

First off I have to point out that I feel a bit stupid asking this as I can only imagine I' missing something blindingly obvious.

When my users click on the button to edit their profile information, the only fields which seem to be enabled are Personal Text, Location and Gender. The other field titles are displayed but there seems to be no way to enter any information. The signature field can be edited from the back-end control panel but I need my users to be able to alter their own information.



I'm using V 1.6.5 and the default template.

I've looked around the web and these forums but haven't spotted any mention of this, is it a bug? or do I have my dumb hat on?

Thanks




**EDIT**

My Configuration Report if it's any help:

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: 7200 seconds | Max execution memory: 512M | Max file upload: 100M

This message contains confidential information

Joomla default template details : ja_purity | author: JoomlArt.com | version: 1.2.0 | creationdate: 12/26/07

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.5 | creationdate: 2011-07-27

Kunena version detailled: Installed version: 1.6.5 | Build: 5005 | Version name: Babel | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

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

Modules: Kunena Latest 1.6.4

Last edit: 14 years 9 months ago by rooster790.

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

More
14 years 9 months ago #104975 by sozzled
G'day, rooster790, and welcome to Kunena.

I remember seeing the exact same issue reported a while ago and I've merged your question with that topic. The problem is caused by another Joomla extension that you've installed that is clobbering Kunena. Unfortunately, we never found out what was the name of this other extension (that caused the problem the last time this subject was raised) but, as you will see above, we do know the cure. ;)

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

More
14 years 9 months ago #105022 by rooster790
Thanks, now at least I know I'm not going crazy. I'll take a look through the site and see what I can find.

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

Time to create page: 0.286 seconds