I'm looking for a way to generate email notifications when content is posted. In this particular instance, we're using Drupal to manage project interactions and there's a subset of users who I'd like to notify that I've created a new forum and made the first posting in it. It wouldn't be unreasonable for me to do this outside of Drupal, but inside would be awesome.
I installed the Disknode module, and set it up correctly. I enabled the "Act as node" option, and expected to find a new option in the 'create content' menu, of the disknode type. There is no such thing however. How can I create nodes of the disknode type then?
That's what my problem is: I need to generate vCard content (I use http://www.bitfolge.de/phpvcard-en.html) - generation is going smoothly and everything seems to be ok until you try to send vcard to the browser. For this I use:
A quick question. Does anyone know why you have to disable "comments" and "attachments" on the "group node type" after installing the og module? I mean, after doing this you have to assign the og node type another node type to be able to hold discussions. Is the "group" node type a container or a node type? I've heard it called both. Anyway, would it not be easier to be able to directly comment on the "group" node type/container/whatever-it-is rather than being forced to assign another node type to be used by the og module in the first place?