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
13 years 7 months ago #133715 by rleitman
Hi skyhawk85u,

I have same urgent need, to send the post or notification of any new post on all categories by default. my forum is very small only 200 users max as its small community. they don't enter daily to the forum site, so alerting them on discussions is mandatory to create traffic.

Can you please share with me exactly what you did to make it happen ? even privately please. I appreciate it.
The topic has been locked.
More
13 years 7 months ago #133808 by skyhawk85u
I make no guarantees, but I haven't seen any adverse affects yet. You need to access the MySQL tables using phpMyAdmin, HeidiSQL, or whatever tool you prefer.

In the Joomla User Manager find the user ID number(s) you want to subscribe. Then in the MySQL table, look in the xxx_kunena_categories table (or something like that.) Get the category you want to subscribe your user(s) to. Finally, in the xxx_kunena_user_categories table insert the rows you need with user_id, category_id, and subscribed (set to 1.) You'll see how they are set in the existing records already there.

For multiple row insertions you can build a SQL statement similar to this (which inserts a bunch of users into category 12):
Code:
INSERT INTO `xxx_srl2`.`xxx_kunena_user_categories` (`user_id`, `category_id`, `role`, `allreadtime`, `subscribed`, `params`) VALUES ('463', '12', '0', NULL, '1', ''), ('161', '12', '0', NULL, '1', ''), ('72', '12', '0', NULL, '1', ''), ('423', '12', '0', NULL, '1', ''), ('94', '12', '0', NULL, '1', ''), ('420', '12', '0', NULL, '1', '');
The topic has been locked.
More
13 years 7 months ago #134397 by rleitman
I need each member to get notification email of any new post on any forum by default without them to manually need to subscribe to it. this should be default behavior and users can then disable it if they want.
The topic has been locked.
More
13 years 7 months ago #134399 by sozzled
The topic has been locked.
More
13 years 7 months ago #134594 by SylvainV
Hi,

Someone says : the feature has been partially implemented in K2.

Could you point us exactly on this partial feature description please?

here's some points I have collected about to patch or hack to obtain some similar feature :

- J!MailAlerts Component
- digest notification, may rely on commercial non free plugin.
- SQL insert, be careful to keep trace of unsubscribe action, not to subscribe again user.

Regards,
Sylvain.
The topic has been locked.
More
13 years 7 months ago #134636 by san65
Hi,

We have a community of registered users in CB/Kunena, both latest versions. We would like to know whether it is possible to, as admin / webmaster, to subscribe all users belonging to a particular group (say, registered) by ourselves. By doing so, all new posts that are henceforth made on the forum will at least reaches every member, either as full-text or as link form.

Your guidance on this would be appreciated.

Thanks in advance.
The topic has been locked.
Time to create page: 0.257 seconds