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

This category is for general discussion about the Kunena Project or this website.

Please use other categories for questions about problems that you may be having with your website.

Question "Automatically" subscribe all members to be notified of any new messages

More
12 years 4 months ago #151237 by tribal6
Hi
We use kunena forum on a few client sides.
Three of them have as user groups only guests/public, and every employee as a registered j-user, and they use the forum as a internal message and discussion board for the company.

And that every Employee ist automatic a subscriber on every topics/categories, respectivly that every user becomes automatic notification mails without any actions needed, I extended on these installations the 'loadSubscribers'-Query with a union on every registered and non blocked Joomla user (as they are all employees in #__users) in the kunena-libray on in access.php with a additionally union (~line 605)
Code:
$query[] = "SELECT u.id as user_id FROM `#__users` as u inner join #__kunena_users as k on k.userid = u.id where u.block = 0";

And after every update I have to check if the access.php is overwritten by the update itself.

Would be usefull to make these 'notification automated for all'-feature as a configurable option in the subscriber-settings of the forum (notification to all yes/no and wich usergroup). Maybe with the addionally option 'to all Joomla-users' or 'to all Kunena-users'.

Could be a usefull feature for all company-sites who use the forum as a internal message-board.

Or maybe I've missing something, and these behavior is there/possible (i.e. by a plugin), than please forgive me and tell me how to enable it. :laugh:

Regards
Roger
The topic has been locked.
More
12 years 4 months ago #151360 by jansiebold
Many people have requested on this board the option to subscribe users automatically to categories. Kubik-Rubik provided a plug-in that subscribed new users automatically. Last week, Kubik-Rubik added the option to subscribe existing users to all categories. Installing this revised plug-in was easy. Executing the function posed a little hurdle; “Mode Setting” in the Plug-in Manager needs to be set to “Selection”.
Subscribing 400 users to 16 categories took 10 seconds on a slow connection.

Link to the plug-in: joomla-extensions.kubik-rubik.de/ask-aut...scription-for-kunena
The topic has been locked.
More
12 years 4 months ago #151555 by Kubik-Rubik
Released a version for Joomla! 3 of Auto Subscription for Kunena: joomla-extensions.kubik-rubik.de/downloa...-for-kunena/joomla-3

Have success!

Kubik-Rubik Joomla! Extensions
kubik-rubik.de
The topic has been locked.
More
11 years 11 months ago #156160 by sozzled
This topic—going back 4¾ years ago—is now closed. The main points in this topic have been summarised in an article written for the community and published on our blog page.

If people have other comments to make about "plans" that the Kunena team has for developing a feature that "automatically" subscribes members of their forums to receive email notifications of new forum activity then they are welcome to make those comments in response to the article I have written. Further discussion on what people may do in relation to forum "autosubscription" should see Automatic subscriptions .

A big thank you to everyone who contributed to this topic (and to other discussions) over the years.
The topic has been locked.
Time to create page: 0.253 seconds