constant COMMENT_FORM_SEPARATE_PAGE

  1. 7.x drupal-7.x/modules/comment/comment.module COMMENT_FORM_SEPARATE_PAGE
  2. 6.x drupal-6.x/modules/comment/comment.module COMMENT_FORM_SEPARATE_PAGE

Comment form should be displayed on a separate page.

5 uses of COMMENT_FORM_SEPARATE_PAGE
comment_form_alter in drupal-6.x/modules/comment/comment.module
Implementation of hook_form_alter().
comment_link in drupal-6.x/modules/comment/comment.module
Implementation of hook_link().
comment_render in drupal-6.x/modules/comment/comment.module
Renders comment(s).
comment_update_6002 in drupal-6.x/modules/comment/comment.install
Changed comment settings from global to per-node -- copy global settings to all node types.
theme_comment_post_forbidden in drupal-6.x/modules/comment/comment.module
Theme a "you can't post comments" notice.

File

drupal-6.x/modules/comment/comment.module, line 90
Enables users to comment on published content.

Code

define('COMMENT_FORM_SEPARATE_PAGE', 0)