CHANGELOG.txt |
CHANGELOG.txt |
|
Mar 2010
--------
* Fixes and enhancements to the documentation
* Added support to show X number of comments under the node being discussed
[#742792]
* Added support to let users change the Disucss This! labels from the
settings window… |
discussthis.admin.inc |
discussthis.admin.inc |
|
Settings callbacks |
discussthis.autocomplete.inc |
discussthis.autocomplete.inc |
|
Function to compute the auto-complete string used in the discussion title. |
discussthis.css |
discussthis.css |
|
.discussthis-admin ul {
clear: both;
list-style-type: none;
list-style-image: none;
}
.discussthis-admin li {
background: none;
clear: both;
list-style-type: none;
list-style-image: none;
}
.discussthis-admin li div {
display:… |
discussthis.info |
discussthis.info |
|
name = Discuss This
description = "Adds 'Discuss This!' links to a forum topic for specific node types"
dependencies[] = 'forum'
dependencies[] = 'token'
dependencies[] = 'comment'
core = 6.x |
discussthis.install |
discussthis.install |
|
Installtion functions for Discuss This! module. |
discussthis.module |
discussthis.module |
|
Associations discussions in forums with specific nodes |
INSTALL.txt |
INSTALL.txt |
|
INSTALLATION
------------
Decompress the discussthis-6.x-<version|dev>.tar.gz file into your Drupal
modules directory (usually sites/all/modules, see
http://drupal.org/node/176044 for more information).
Dependencies: forum, comments, token
If… |
README.txt |
README.txt |
|
README
------
This module allows for a useful connection between story/node content on your
site and forum discussions about that content. For each selected node type, the
module provides a Discuss This! link that will auto-generate a forum topic… |