If you delete the body label from the forum content type, the body does not disappear from the form. This is because forum_form() does not respect $type->has_body: patch attached.

We want to use CCK fields across all content types so we've got more control over display, but regardless the behaviour of forum.module here is inconsistent.

CommentFileSizeAuthor
forum_has_body_patch.txt704 bytesjp.stacey
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

garrettc’s picture

+1

Consistency is good.

yched’s picture

jp.stacey’s picture

@yched will #553306: Make nodes have no body field by default. Remove deprecated APIs for body field that be backported to D6? Presumably it only makes sense in the context of fields-in-core. If that's the case then this is still a D6 core bug.

yched’s picture

Woops, my bad, didn't notice the "6.14" version. Right, #553306: Make nodes have no body field by default. Remove deprecated APIs for body field is D7 only, of course.

larowlan’s picture

Status: Needs review » Reviewed & tested by the community

Status: Reviewed & tested by the community » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.