Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter webdesignbytrex

    (@webdesignbytrex)

    Vinny,

    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

    Thread Starter webdesignbytrex

    (@webdesignbytrex)

    What 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.

    Thread Starter webdesignbytrex

    (@webdesignbytrex)

    Vinny,

    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

Viewing 3 replies - 1 through 3 (of 3 total)