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

Question [SOLVED] Moderator Emails sent to non-moderators

More
16 years 11 months ago #14401 by pmpodcast
Lintzy,

Understood and agreed. But for now, the forum is working (minus notifications) and I must concentrate on getting the rest of the site ready for the launch.

But if Matias (or another developer) would like access to the site to check it, I'm happy to grant them access or send a DB extract. Let me know and I'll set it up.

Cornelius

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

More
16 years 11 months ago #14509 by Matias
I've read and tested the code which sends the emails and I couldn't find a bug in it. It finds the admins with one simple SQL query:

SELECT * FROM jos_users AS u WHERE u.block=0 AND ( u.sendEmail=1)

What is the result of that query? If you get a list of users, they will get all system emails in Joomla. This is probably what you do not want to happen and it can be fixed from Joomla User Manager: Receive System E-mails = No.

There may be something else going on, but please try this before continuing.. :)

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

More
16 years 11 months ago #14530 by pmpodcast
Matias,

THANK YOU! You have solved the problem. These users do indeed have "Receive System E-mails = Yes". So it is not surprising that they received these emails.

Phew! What a relief!

I'm happy to report that Kunena is performing as expected. It's the settings in these users that is wrong.

Thank you EVERYBODY for helping me find the source of this issue. Highly appreciated.

Have a great Sunday!
Cornelius

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

Time to create page: 0.243 seconds