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

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 All members getting Emails on new posts?

More
16 years 7 months ago #30314 by sprdoorman
I understand that this could only be done by an admin. Just trying to get the info over to him. So the question remains: Can it be "un-fixed" so that all members receive all posts?

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

More
16 years 7 months ago #30316 by Matias
It's not a fix. Just change setting for every user and it should work.

Fast way in Joomla database (for all users):

UPDATE jos_users SET sendEmail = '1'

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

More
16 years 7 months ago #30317 by MartinD
I have set email notifications in the Joomla backend to "no" so lets see if any members PM me..

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

More
16 years 6 months ago - 16 years 6 months ago #31209 by StanleyHK
Looking back through the forum, I have seen a number of posts (some solved/locked) on the problem of moderator emails going to everybody, but the proposed solution (turning off system email receipt for users) does not address what I think may be the underlying code problem. [strike]In addition, doing so disables the ability of other extensions to notify via email. I do not think that the Receive System Emails option should be reserved for admins, though I had assumed incorrectly that it should before working with Jomsocial. I need this option set to Yes for JS email notifications to get to users. I think of this now as more of a option for users to silence the site. In other words, "please send me no more emails!" My default setting is Yes.[/strike] [UPDATE: Jomsocial has a default user setting named "Receive system emails" which needs to be on for users to receive Jomsocial notifications, but this parameter is DIFFERENT from the core Joomla parameter "Receive System E-mails". No need to set the core Joomla parameter to Yes for this purpose.]

I think the problem with misdirected moderator emails stems from the design of the SQL query that extracts moderators in /components/com_kunena/template/default/post.php. As it is currently written, it returns the entire joomla users list.

See this thread

Changing one word has made this problem go away for me.
Last edit: 16 years 6 months ago by StanleyHK.

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

Time to create page: 0.244 seconds