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.

Question how to stop getting notifications from myself (admin user) to myself (super admin) ?

More
17 years 3 months ago #3113 by carsten888
I got the forum configured so I get a email notification of any post. I want to block notification from my own posts. I post on the forum using my admin-account. So as a super admin I also get notifications of all of my own posts.


(kind of getting really irritating, each time I just posted I hear my mail-client going 'bling' and am surprised someone answered my post already, just to find out its just my own post. Its silly, but it gets me all the time).

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

More
17 years 3 months ago - 17 years 3 months ago #3121 by Matias
I'll have a look at this today..

Edit: Forum is designed so that every user has only one account. So when you send a message, you won't get email, but your other account does, because of there is no way to know if you are the same user..

Quick fix:

1) find user id for both of your users
2) Edit components/com_kunena/template/default/post.php
3) Find
Code:
if ($ip != "127.0.0.1" && $my->id != $mods->id)
4) Add your user id's into there:
Code:
($ip != "127.0.0.1" && $my->id != $mods->id && $mods->id!=ID1 && $mods->id!=ID2)

Hope that it helps!
Last edit: 17 years 3 months ago by Matias.

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

More
17 years 3 months ago - 17 years 3 months ago #3122 by Matias
Easier solution would be this: Go to Joomla user configuration and edit your users. Only one of them should say yes for system email.

And that one should be the one you use in the forums.
Last edit: 17 years 3 months ago by Matias.

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

Time to create page: 0.661 seconds