| 1 |
// $Id: README.txt,v 1.2.2.2 2008/06/18 05:59:11 herc Exp $
|
| 2 |
|
| 3 |
This module allows those with the appropriate permissions the right to create
|
| 4 |
blocks for each node. By default these blocks display the node title as the
|
| 5 |
block title and the node teaser as the body. This can be themed by overriding
|
| 6 |
the theme('nodeasblock', $node) function.
|
| 7 |
|
| 8 |
The goal of this module is to break down conceptual barriers between nodes and
|
| 9 |
blocks.
|
| 10 |
|
| 11 |
THEMING
|
| 12 |
|
| 13 |
I get quite few theming questions for node as block. Here are some useful resources:
|
| 14 |
|
| 15 |
Create a .tpl file to control your node as block content:
|
| 16 |
http://drupal.org/node/123810
|
| 17 |
|
| 18 |
Showing the entire node instead of just the teaser:
|
| 19 |
http://drupal.org/node/107712
|
| 20 |
|
| 21 |
AUTHORS
|
| 22 |
Mark Fredrickson
|
| 23 |
mark@advantagelabs.com
|
| 24 |
(based on some work by chud: http://drupal.org/node/93339)
|
| 25 |
|
| 26 |
Currently maintained by Ronny López (dropcube) <http://drupal.org/user/37031>
|