Download & Extend

Team members not appearing

Project:Team Notifications
Version:6.x-2.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I'm trying this out on a site with just a few people and no Organic Groups - I must be doing something wrong but what? I've installed the module and enabled team notifications in User permissions, but when I created a new forum content type I can't see the cool boxes to subscribe people with. The documentation says something about "the other normal content notifications apply" but this is not very helpful as I am only just getting to grips with notifications - could you expand on the different steps I have to go through to get this to work please?

Comments

#1

Hello,

Go to admin/messaging/notifications/content and make sure the "thread" type of subscription is enabled and "use global settings on this page" is checked. Alternatively you can select settings per content type and enable thread subscriptions for forum type posts.

David

#2

I've done this - but it is still not appearing. I've attached an image of the content settings, and of what the "add node" page looks like. Thanks for the help.

AttachmentSize
teambug1.PNG 29.55 KB
teambug2.PNG 11.89 KB

#3

same problem, did you find a solution ?

#4

Do users have the "subscribe other users" and "subscribe to content" permissions?

#5

It is ok, there was a conflict between messaging and notification. Thanks

#6

Hummm I have the same issue here, what do you mean by "there was a conflict between messaging and notification??

Thanks!
Patchak

#7

I would like to know how to fix this issue aswell.

Thanks !

#8

Hi everybody!

I want to send digest notifications, this only works with Team Notifications 1.0, but I can't see the boxes. I have installed 2.x-dev and 2.0-beta5, the boxes appear, but the digest notifications doesn't work, the comments didn't come together, In the notification only appears the last comment.

I don't understand!

Somebody Help me please!

#9

What kind of conflict? and how you solved it?

#10

This was my fault. I had not realised that the Team Notifications module 6.1 would not work with Notifications 6.2. Now I have upgraded Team Notifications to 6.2-dev and the check boxes are appearing!

#11

Version:6.x-1.0» 6.x-2.x-dev
Category:support request» bug report

I´ve followed ALL INSTRUCTIONS and precautions, and still not appearing:
People can subscribe to content.
Perms are correct.
Notification´s version is 6.x-2.2 and Team Notif. is 6.x-2.x-dev

I think this could be a bug?

Thanks for your help!
Rosamunda

#12

Ok, in my way of trying to solve this, I´ve messed up all my notifications settings in my demo site, so I could try different combinations.
So far, I can tell that checking ALL checkboxes on /admin/messaging/notifications/content did the trick: the team block does appear.

Hope this helps someone...

#13

Category:bug report» support request
Status:active» postponed (maintainer needs more info)

Which checkboxes can you unclick before it doesn't work? This sounds to me like some confusion about the settings-they are admittedly confusing because you have the option of overall and per-content type settings for the form. Please post pack with your specific fix for other users, and if you have a better idea for streamlining the configuration, post a feature request :-)

Thanks,
David

#14

Same here. Notification section was not appearing. But in my case, it was a user error.

Here is what fixed it for me
1. Go to /admin/user/permissions
2. Set appropriate permissions under the following sections
* notifications module
* notifications_content module
* notifications_team module

In my case I was assuming I didn't had to set any permission because I was log-in as admin (user 1). But after I set above permissions properly it work for admin and all other roles.

Using
* Messaging 6.x-2.2
* Notifications 6.x-2.3
* Team Notifications 6.x-2.1-beta8
* Drupal 6.19

#15

I've dug into this a little (the problem of the Team UI not showing up on node creation forms outside of groups), and I found that Team Notifications is actually doing its part by adding the Team UI to the form. However, somewhere in the rendering process (i.e. inside the drupal_render() function) some module is clobbering everything on the form related to notifications. Theming functions scare me, so I didn't dig deeper than that :) But I'm quite sure that whatever's going wrong is happening in hooks called from within drupal_render().

#16

#17

Tagging

#18

subscribe

#19

Status:postponed (maintainer needs more info)» active

Okay, I've identified this as at least two separate issues - in vanilla installs, the UI will not appear if permissions are not set correctly as described in #14. The problem I was having was actually separate and caused by Open Atrium- see #944952: List all users if outside of group context (Open Atrium) for details.

In terms of this issue, I think the only remaining action item should be to investigate why permissions need to be set even for admin users.

#20

removing tag