constant COMMENT_MODE_THREADED_EXPANDED

Comments are displayed as a threaded list - expanded.

6 uses of COMMENT_MODE_THREADED_EXPANDED
comment_controls in drupal-6.x/modules/comment/comment.module
Build a comment control form.
comment_form_alter in drupal-6.x/modules/comment/comment.module
Implementation of hook_form_alter().
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.
_comment_get_display_setting in drupal-6.x/modules/comment/comment.module
Return a current comment display setting

... See full list

File

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

Code

define('COMMENT_MODE_THREADED_EXPANDED', 4)