Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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.

Solved Problem : user having mutiple group can't write any topic

More
9 years 7 months ago #1 by xpoint
I have the problem of group permission.
For example,
User AAA - Registered only
User BBB - Registered and Super User
User CCC - Super User only

User AAA can read and write all topic.
User BBB and CCC can't write new topic and reply topic.
When they try to click "submit" button, the color of information area in Boardcode change from yellow to red.
I had checked all category permission of category manager. I think that they are no problem.

Would you please advise me why user having multiple group can't write any topic?

Thank you and Best Regards


Configuration Report is here:
This message contains confidential information

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

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

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

Kunena menu details:

Warning: Spoiler!

Joomla default template details : protostar | author: Kyle Ledbetter | version: 1.0 | creationdate: Unknown

Kunena default template details : Blue Eagle | author: Kunena Team | version: 3.0.6 | creationdate: 2014-07-28

Kunena version detailed: Kunena 3.0.6 | 2014-07-28 [ Tala ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 1.9.1

Third-party SEF components: None

Plugins: Search - Kunena Search 3.0.1 | Content - Kunena Discuss 3.0.1

Modules: Kunena Latest 3.0.1 | Kunena Stats 3.0.1 | Kunena Login 3.0.1 | Kunena Search 3.0.1

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

More
9 years 7 months ago #2 by Matias
I don't think that the issue is the permissions, but something in JavaScript. If it was permission issue, you couldn't even enter to the editor screen.

Red border color means that the field is empty and the field is required. So basically writing some content into the red bordered area should fix the issue -- or something is broken in JS.

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

More
9 years 7 months ago #3 by xpoint
Thank you for your comment.
I haven't change any CSS and javascript...

How can I analysis it?

Attachments:

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

More
9 years 7 months ago #4 by xpoint
I tried debug mode of Firefox.
This Console said "document.id(...) is null" in newtopic.html:385

This line is;
function kunenaCheckPollallowed(catid) {
if ( pollcategoriesid[catid] !== undefined ) {
document.id('kbbcode-poll-button').setStyle('display');
} else {
document.id('kbbcode-poll-button').setStyle('display','none');
}
}

What does this line mean?

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

More
9 years 7 months ago #5 by Matias
Umm.. Help row is changed to RED? Wow. I have no idea what could cause that to happen -- have you checked the HTML markup for the element if it tries to make it required?

You said this only happens to some users? If that's true, you have probably some plugin which has been enabled only for those users and it's causing these issues..?

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

More
9 years 7 months ago #6 by xpoint
Yes. When "submit" Button is pressed, the Help row change from yellow to red.
According to console of firefox,
1) Warinig: not recommend get AttributeNode(), change to use getAttribute() in mootools-core.js:108
2) TypeError: document.id(...) is null in newtopic.html : 385

User having Registered group only can submit topic.
User having another of Registered can't submit topic.

Installed plugins are;
Community Builder
Attachment
DPCalendar
JCE Editor

Community builder is wrong? I guess that this issue happen after installing Community Builder.

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

More
9 years 7 months ago #7 by xillibit
Try to disable all third party plugins to check which one can cause this kind of issue. Then re-enable these plugins one by one and check each time if it's works or not.

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.

More
9 years 7 months ago #8 by xpoint
Thank you for your advice.

I found the module occuring this issue.
It was Calendar Mini of DPCalendar.
I could create some topic after disabling its module.

Thanks and Best Regards

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

Time to create page: 0.417 seconds