- Posts: 17
- Thank you received: 0
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
Solved how to disable auto subscribe?
10 years 3 months ago #171852
by felixgr
how to disable auto subscribe? was created by felixgr
I have upgrade my Kunena to latest version 4.0.7 and now when a user reply a topic, it gets automatic subscription to that topic. It's absolutely crazy in large forums like mine, where a topic could have 20 or 30 replies in one day and a user could reply 10 to 20 topics. So, in one day he could receive hundreds of notification emails.
Please, help me in how to disable this!?
Please, help me in how to disable this!?
Please Log in or Create an account to join the conversation.
10 years 3 months ago #171854
by felixgr
Replied by felixgr on topic how to disable auto subscribe?
I have 72000 registered users, so, tell the users how to disable it manually in his profiles is not a "profesional" option. I need the SQL sentence and instructions on where to disable it for new users.
Please Log in or Create an account to join the conversation.
10 years 3 months ago #171855
by 810
Replied by 810 on topic how to disable auto subscribe?
The following user(s) said Thank You: felixgr
Please Log in or Create an account to join the conversation.
10 years 3 months ago - 10 years 3 months ago #171857
by felixgr
Replied by felixgr on topic how to disable auto subscribe?
Thanks, then solution is
Change #_ with your prefix.
What about new users? will them have it set to Yes or No? i'm using jomsocial, so register process is a different.
Related to this. How can i edit the text for the "new reply" notification email?
Code:
UPDATE `#__kunena_users` SET `canSubscribe` = '-1'
Change #_ with your prefix.
What about new users? will them have it set to Yes or No? i'm using jomsocial, so register process is a different.
Related to this. How can i edit the text for the "new reply" notification email?
Last edit: 10 years 3 months ago by felixgr.
Please Log in or Create an account to join the conversation.
10 years 3 months ago #171858
by 810
Replied by 810 on topic how to disable auto subscribe?
new users get the default setting (configuration option). As far i know jomsocial does not have kunena user settings on their edit profile. So they can't change it thereself.
Only using by the buttons on the forum, for example subscribe category/topic.
For editing text you can edit the strings on:
plugins\kunena\community\language\en-GB\en-GB.plg_kunena_community.sys.ini
but you need to create a language override, else the strings are gone on a update.
Only using by the buttons on the forum, for example subscribe category/topic.
For editing text you can edit the strings on:
plugins\kunena\community\language\en-GB\en-GB.plg_kunena_community.sys.ini
but you need to create a language override, else the strings are gone on a update.
The following user(s) said Thank You: felixgr
Please Log in or Create an account to join the conversation.
10 years 3 months ago #171859
by felixgr
Replied by felixgr on topic how to disable auto subscribe?
Yes, my users can disable it thereself because i have created a new option in the Kunena Menu to have direct acces to edit kunena user settings 
The language string file that you pointed is the en-gb version, but i receive the emails in spanish language. In plugins\kunena\community\language there isn't es-ES folder or version of the file... so... where it could be?
The language string file that you pointed is the en-gb version, but i receive the emails in spanish language. In plugins\kunena\community\language there isn't es-ES folder or version of the file... so... where it could be?
Please Log in or Create an account to join the conversation.
Time to create page: 0.286 seconds