Closed (fixed)
Project:
OG Mailinglist
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 May 2012 at 12:57 UTC
Updated:
6 Jun 2012 at 19:31 UTC
When I add a discussion to a group, the email sent out by og_mailinglist includes the settings for "promote group", "group sticky", and "featured content". I don't know if this has anything to do with Commons or whether it is also an issue with any OG site.
Would it be possible not to include these in the emails that are sent out?
Thanks.
Comments
Comment #1
kyle_mathews commentedOGM doesn't do anything to the nodes it sends out. It just loads and renders them however Drupal wants them to. OGM does use its own build mode so I *think* you can set within Drupal to not show certain things for certain build modes. I'm a little sketchy on the details as I haven't done much with build modes and I don't know what Commons is doing specifically. You might also try overriding the node output through a theme function.
Comment #2
jsibley commentedKyle, when you say "however Drupal wants them to, is the notifications module involved? Should I look there? Thanks.
Comment #3
kyle_mathews commentedAny module that wants to can add content to your node. I know very little about the Commons Distro so I don't know what would be adding the extra bit of text. I think it's pretty unlikely that the Notifications module is the source. But you might as well disable it anyways as OGM replaces its functionality.
Comment #4
jsibley commentedSorry to respond after the status is already "fixed", but I wanted to confirm that using "display suite" in Commons, I was able to exclude the "sticky" and "featured" fields that had been added to the "discussion" node type from the og_mailinglist build mode.
It's so great when everything works the way way it should....