CHANGELOG.txt |
CHANGELOG.txt |
|
-------------------------------------------------------------------------------------
7.x-1.0 xxxx-xx-xx
------------------------------------------------------------------------------------- |
nd.buildmodes.test |
tests/nd.buildmodes.test |
|
Tests for Node displays (Build modes) |
nd.fields.test |
tests/nd.fields.test |
|
Tests for Node displays (fields) |
nd.info |
nd.info |
|
name = "Node displays"
description = "Extended node build and display modes"
core = "7.x"
dependencies[] = ds
package = "Display suite"
files[] = nd.module
files[] = nd.install |
nd.install |
nd.install |
|
Node displays install file. |
nd.module |
nd.module |
|
Node displays. |
nd.plugins.test |
tests/nd.plugins.test |
|
Tests for Node displays (plugins) |
nd.regions.test |
tests/nd.regions.test |
|
Tests for Node displays (regions) |
nd.tools.test |
tests/nd.tools.test |
|
Tests for Node displays (defaults) |
nd.tpl.php |
templates/nd.tpl.php |
|
This template is optimized for use with the Node displays module. |
ndtest.ds_default.inc |
tests/ndtest.ds_default.inc |
|
Display suite default settings. |
ndtest.info |
tests/ndtest.info |
|
name = "Node displays TEST"
description = "Test module for Node Displays, do not enable this on production sites."
core = "7.x"
dependencies[] = ds
package = "Display suite"
files[] = ndtest.module
files[] =… |
ndtest.module |
tests/ndtest.module |
|
Node displays test module. Merely for test purposes. |
nd_regions.css |
css/nd_regions.css |
|
.nd-region-header {
clear: both;
}
.nd-region-left {
clear: left;
float: left;
}
.nd-region-middle {
clear: none;
}
.nd-region-right {
float: right;
}
.nd-region-footer {
clear: both;
}
/* default region dimensions */
.nd-region-left… |
README.txt |
README.txt |
|
-- SUMMARY --
For a full description of the module, visit the project page:
http://drupal.org/project/nd
For documentation of the module, visit the handbook pages:
http://drupal.org/node/644662
To submit bug reports and feature suggestions,… |