| 1 |
Module: Node Image Block
|
| 2 |
Author: Mike Carter <mike@ixis.co.uk>
|
| 3 |
|
| 4 |
|
| 5 |
Description
|
| 6 |
===========
|
| 7 |
Displays all images that are attached to any node using the upload.module.
|
| 8 |
|
| 9 |
|
| 10 |
Requirements
|
| 11 |
============
|
| 12 |
|
| 13 |
* Drupal 4.5+ installation
|
| 14 |
* upload.module to attach images to nodes
|
| 15 |
|
| 16 |
|
| 17 |
Installation
|
| 18 |
============
|
| 19 |
* Copy the 'nodeimageblock' module directory in to your Drupal
|
| 20 |
modules directory as usual.
|
| 21 |
|
| 22 |
|
| 23 |
Usage
|
| 24 |
=====
|
| 25 |
When editing a node, attach an image to it using the upload.module functionality.
|
| 26 |
|
| 27 |
Untick the 'list' option to prevent the image(s) from being listed to
|
| 28 |
the public at the end of the node.
|
| 29 |
|
| 30 |
In the Blocks configuration page (?q=admin/block) enable the 'Node Image' block
|
| 31 |
and assign it to a region on the page.
|
| 32 |
|
| 33 |
|
| 34 |
|
| 35 |
|
| 36 |
Security
|
| 37 |
========
|
| 38 |
To restrict who can see your 'contact card' nodes I suggest using the Simple_Access module.
|
| 39 |
Available from http://drupal.org/project/simple_access
|
| 40 |
|