webdesignbytrex
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] Auto Notify Specific Roles to Specific ForumsVinny,
Thanks again for getting back to me. I did some thinking about this last night and I will probably write something custom using what you provided.
Something along the lines of:
if (WordPressUserRole = RoleA) {
notify for topics in ForumA
notify for replies to topics in ForumA
}else if (WordPressUserRole = RoleB) {
notify for topics in ForumB
notify for replies to topics in ForumB
}Etc…
I know the logic will be a bit more complicated than that, but I will post it here when I get it working in the next day or two.
Cheers,
Zach
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] Auto Notify Specific Roles to Specific ForumsWhat I am basically trying to avoid is having the members of each forum click the subscribe button for topics and replies by default. It’s fine if they decide to turn it off themselves later, but on signup if they are part of a particular forum, by default I want them to get notified any time a new topic or reply is made on that forum and only that forum, because most users will likely not have access to the other 5 forums.
Forum: Plugins
In reply to: [bbPress Notify (No-Spam)] Auto Notify Specific Roles to Specific ForumsVinny,
Thank you for the quick reply.
The private areas are managed by custom roles created using Members (https://themehybrid.com/plugins/members) I can then tell a given bbPress forum to only be available to specific roles I create using the Members Plugin.
I can see all of the roles within bbpnns, but as you just confirmed I can’t add all of them or each private forums users will get notified of the others topics, replies, etc.
Cheers,
Zach