constant DISCUSSTHIS_DEFAULT_NODE_MESSAGE in Discuss This! 6
Same name and namespace in other branches
- 7.2 discussthis.module \DISCUSSTHIS_DEFAULT_NODE_MESSAGE
- 7 discussthis.module \DISCUSSTHIS_DEFAULT_NODE_MESSAGE
@file
Associations discussions in forums with specific nodes
2 uses of DISCUSSTHIS_DEFAULT_NODE_MESSAGE
- discussthis_admin_settings in ./
discussthis.admin.inc - \brief Generate the administration form.
- discussthis_create_form_submit in ./
discussthis.module - \brief Save the new comment.
File
- ./
discussthis.module, line 8 - Associations discussions in forums with specific nodes
Code
define('DISCUSSTHIS_DEFAULT_NODE_MESSAGE', 'Following is a discussion on the [node-type-name] item titled: [node-link].<br/>' . 'Below is the discussion so far. Feel free to add your own comments!<br/>');