You are here

constant DISCUSSTHIS_DEFAULT_NODE_MESSAGE in Discuss This! 7

Same name and namespace in other branches
  1. 6 discussthis.module \DISCUSSTHIS_DEFAULT_NODE_MESSAGE
  2. 7.2 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
Generate the administration form.
discussthis_create_discussion_form_submit in ./discussthis.discussion.inc
Save the new comment.

File

./discussthis.module, line 9
Associations discussions in forums with specific nodes

Code

define('DISCUSSTHIS_DEFAULT_NODE_MESSAGE', '<div>Following is a discussion on the [node:content-type] item titled: <a href="[node:url]">[node:title]</a>.</div>' . '<div>Below is the discussion so far. Feel free to add your own comments!</div>');