- Posts: 87
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth 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 exclude notifications for only ONE user?
- carsten888
-
Topic Author
- Offline
- Senior Member
-
Please Log in or Create an account to join the conversation.
So you need a hack (should be easy one).
Please Log in or Create an account to join the conversation.
- carsten888
-
Topic Author
- Offline
- Senior Member
-
- Posts: 87
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- carsten888
-
Topic Author
- Offline
- Senior Member
-
- Posts: 87
- Thank you received: 0
file:
components/com_kunena/template/default/post.php (where default is the template you are using, else template_ex/ or template_gray/ etc.)
line:
Maybe add a textfield 'exclude notifications to these users' in the config where an array of usernames (id's would be better) can be saved.
hope that helps someone.
Please Log in or Create an account to join the conversation.
- carsten888
-
Topic Author
- Offline
- Senior Member
-
- Posts: 87
- Thank you received: 0
If in your forum the default setting for getting notifications of posts is active, then you can disable that for one user. When that user makes a post, the checkbox to get notifications, which would else be selected, can be set to un-selected with this code.
file:
components/com_kunena/template/default/fb_write.html.php (where default is the template you are using, else template_ex/ or template_gray/ etc.)
line:
Please Log in or Create an account to join the conversation.