node--nodeblock.tpl.php |
node--nodeblock.tpl.php |
|
node-nodeblock-default.tpl.php |
nodeblock.info |
nodeblock.info |
|
name = Nodeblock
description = Enables use of specified node types as custom blocks.
core = 7.x
dependencies[] = block
files[] = nodeblock.module |
nodeblock.install |
nodeblock.install |
|
Define module install logic. |
nodeblock.module |
nodeblock.module |
|
Enables use of specified node types as custom blocks. |
nodeblock.views.inc |
nodeblock.views.inc |
|
Provides the views data and handlers for nodeblock.module. |
README.txt |
README.txt |
|
Nodeblock - Use nodes as blocks
1. Install the Nodeblock module the usual way at admin/build/modules.
2. Edit the content type that you wish to use as a block. In most situations you
would create a simple content type named Block to use as your… |