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 contains old discussions (generally more than one year ago or based on circumstances that subsequently changed) or topics resolved in other ways. Topics moved into this category are closed from further discussion.

Question subscribe to Categories

More
17 years 5 days ago #13811 by greener
Hi everyone, I have been looking for a forum solution for months now and very surprised I have not found one because my need is very "simple".

in addition to the basic forum features I am looking for a forum that would allow my users to subscribe to a category and get instant emails after every post (or daily capsules of the threads). I would think this would be a very common request as we are using it as an "announcement tool" to announce important issues for the school that I am developing the site for.

Can Kunena do this? on the roadmap? if not, does anyone else know how this can be achieved or another forum?

thank you in advance.

rg

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

More
17 years 4 days ago #14022 by Matias
Replied by Matias on topic Re:subscribe to Categories
It's possible to do, but not that easy (quite a lot of changed code). We are currently finishing our next releases, so this could be done after that has been done.

If you have not done it yet, go vote this feature:
kunena.uservoice.com/pages/11439-kunena/...-to-forum-categories

Top features will get implemented sooner.

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

More
16 years 11 months ago #18102 by greener
Replied by greener on topic Re:subscribe to Categories
thanks,
Just a thought, I could have a single thread (versus a category or forum) that would be all "announcements" and subscribe everyone to the single thread. is their a way to automatically subscribe all members to a single thread? or if not automatically add them manually through a bulk database command or ??

best,

rg

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

More
16 years 10 months ago #18464 by progster
Replied by progster on topic Re:subscribe to Categories
Code:
INSERT INTO #__fb_subscriptions (<your-thread-id-here>,userid) SELECT `userid` FROM #__fb_users;

Should do the trick, though I haven't tested it. Great to see simpleboard/joomlaboard still lives on :)

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

More
16 years 8 months ago #27338 by metaltome
Is this going to be added any time soon? I'm getting hammered at work by my boss to get this feature implemented :( I tried hacking it in myself, yet it was way to buggy.

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

More
16 years 8 months ago #27352 by Matias
Replied by Matias on topic Re:subscribe to Categories
This feature is not trivial to add so that it works as expected for a large groups of users. Our new design in Kunena 1.6 allows adding features like this pretty easily compared to the current situation.

What are your needs? If it is mandatory subscribe (automatic emails on news category etc) for all users in a small forum, this should be pretty easy to hack into Kunena. Just subscribe every user to the new thread when it gets added in template/default/post.php (see previous message). You may also want to add if () to do it only in that one category.

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

Time to create page: 0.308 seconds