It would be helpful - in my implementation at least - to have the body text available to have an intro to my daily feature. It seems it would be easy enough for a user to ignore it if needed, while having the body available may help others. It seems unnecessary to me to disable this text area for the daily container content type.
Comments
Comment #1
EvanDonovan commentedChange the daily_node_info function in daily_container.inc to the following:
Then add the following lines of code to the daily_form function (in the same file):
I used http://www.leveltendesign.com/blog/dustin-currie/drupal-6-node-skeleton as a guide to making these changes.
Comment #2
Frodo Looijaard commentedThanks for the suggestions and code. I have now enabled this, though I did not use your patch suggestion but rolled my own, simpler version.