I'm working on a social website focused on gaming. I'm making intense use of FBSS + Activity Log and now want to implement the notifications to keep users on site.
The site it's divided on categories, using taxonomy, one for every diferent game something like this:
-Games
- Starcraft
- Halo
- Fifa
and soon.
On each taxonomy view is a Comunity block were users can post statuses about the game to whit taxonomy term it's related. Also there is a Notices block were website admins can publish articles, histories and other content types also related to one game and clasified using taxonomy terms.
What I'm trying to do it's than when users suscribe to taxonomy terms using messaging+notifications they could receibe a digest of lasted nodes published on the taxonomy term + lastes statuses published on the taxonomy term also.
At this momment, users needs to suscribe to taxonomy term and also suscribe for taxonomy term statuses but that is not very user friendly and it's very confusing. I will really apreciated if you could indicate me how this can be done, no matter if I have to make some code.
Comments
Comment #1
icecreamyou commentedI am not sure how to do this off the top of my head but it would need to start by implementing the "insert" and "update" cases of hook_notifications(). My experience integrating FBSS with Notifications was a very unhappy one because the Notifications module is complex and (at least before I reverse-engineered it and rewrote the documentation) very poorly documented. So I'm not very excited about revisiting it.
Comment #2
icecreamyou commentedFBSS for D6 is closed to new features and I may drop Notifications support from D7 so unfortunately this is not going to get completed.