I am using Open Atrium, which uses Team Notifications and Organic Groups. notifications_team works great within groups, but I also publish a lot of "top-level" content outside of groups, and I'd like for users to be able to subscribe to that as well. However, the notifications_team UI does not show up on posts made outside of an Organic Group.

Comments

Fidelix’s picture

Well, i also need this.

I use some modules which require Organic Groups, though i don't use it at all on my intranet.
So unfortunately, Team Notifications functionality for my site is currently none.

Dane Powell’s picture

Status: Active » Closed (duplicate)

I'm pretty sure that this is the same problem as #510378: Team members not appearing

Dane Powell’s picture

Title: List all users if outside of group context » List all users if outside of group context (Open Atrium)
Status: Closed (duplicate) » Needs work
Issue tags: +mailflow 2.x

Okay, I've sorted this out- it's caused by line 204 of atrium.module:

<?php
if (empty($space) || $space->type != 'og') {
  $form['notifications']['#access'] = FALSE;
}
?>

If you comment that out, the problem is solved. I'm not sure what the proper resolution is here- it's certainly not a bug with Team Notifications- so we should decide whether to open up an Open Atrium issue or whatever and then close this one.