Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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
11 years 5 months ago #158115 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
11 years 5 months ago #158157 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
11 years 5 months ago #158160 by xpoint
Thank you for your comment.
I haven't change any CSS and javascript...

How can I analysis it?

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

More
11 years 5 months ago #158163 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
11 years 5 months ago #158164 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
11 years 5 months ago #158165 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.

Time to create page: 0.449 seconds