Active
Project:
Notifications
Version:
6.x-4.x-dev
Component:
Notifications
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 May 2011 at 23:52 UTC
Updated:
5 Mar 2012 at 16:11 UTC
Create a VBO action enabling the ability to change the autosubscribe settings for users in a single action. IE - I want to use VBO and an action "autosubscribe" to turn it on for lots of users.
Comments
Comment #1
rjbrown99 commentedHackish workaround.
1) Create view of type user
2) Select users, VBO option "Execute arbitrary PHP script"
3) Here's my script to take the user object, change autosubscribe to 1, and I also flip the messaging_default to mimemail.
Comment #2
cgmonroe commentedFYI - Just posted a 6.x-2.3 module that supports this.
See: #1364066: Notifications_Utils module (attached) - Support for Views Bulk Operations and some UI enhancements.
Comment #3
ZenLax commentedNice thanks. Did you have any issues with this or update the module code at all? I'm thinking about porting it over to D7.
Comment #4
cgmonroe commentedI have one update that I haven't uploaded yet. The subscribe/unsubscribe to OG Groups needed some changes to work correctly. I'll try to get the new version uploaded this week.... to the main issue thread:
#1364066: Notifications_Utils module (attached) - Support for Views Bulk Operations and some UI enhancements.