To disable node teaser creation for specific node types? For example I don't want a node teaser field when I create a new forum topic.
Great module, by the way, thanks!
To disable node teaser creation for specific node types? For example I don't want a node teaser field when I create a new forum topic.
Great module, by the way, thanks!
Comments
Comment #1
jillelaine commentedPlease see: http://drupal.org/node/105608
There is a patch with the above post that allows this functionality.
Please review and offer feedback. Thank you.
Comment #2
jillelaine commentedplease see this comment for updated code to control visibility with PHP code
http://drupal.org/node/76675#comment-186602
Comment #3
ideaoforder commentedThis would actually be easiest by either excluding node/add/forum from the pages to show the module on, or by not including it. Cheers.