CHANGELOG.txt |
CHANGELOG.txt |
|
Oct 2008
--------
* Added new permissions, as per: http://drupal.org/node/320854 (EgonO)
* Overhalued all access-controlled code to reflect new permissions
* Removed hook_block
* Option for the current user to be the author of newly-created topics as… |
discussthis.css |
discussthis.css |
|
#discussthis-admin ul {
clear: both;
width: 50%;
}
#discussthis-admin li {
background: none;
clear: both;
}
#discussthis-admin li div {
display: block;
float: left;
width: 50%;
}
#discussthis-admin li span.conditional-select {
… |
discussthis.info |
discussthis.info |
|
name = Discuss This
description = "Adds discuss this links to a forum topic for specific node types"
dependencies = forum token |
discussthis.install |
discussthis.install |
|
|
discussthis.module |
discussthis.module |
|
|
INSTALL.txt |
INSTALL.txt |
|
INSTALLATION
------------
Decompress the discussthis-5.x-n.m.tar.gz file into your Drupal modules
directory (usually sites/all/modules, see http://drupal.org/node/176044 for
more information).
Ensure you have forum module enabled, and at least one… |
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… |