;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Nodereference Widget Thumbnail
;;// $Id$ 
;; Original author: kmadel (http://drupal.org/user/288818)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

CONTENTS OF THIS FILE
=====================
- OVERVIEW
- REQUIREMENTS
- INSTALLATION


OVERVIEW
========

The Nodereferenc Widget Thumbnail module provides a configurable way to associate an 
image from a cck imagefield to be use as a thumbnail for nodereference autocomplete 
widget on the referencing node.


REQUIREMENTS
============

- CCK and Node Reference.
  http://drupal.org/project/cck
  
- FileField.
  http://drupal.org/project/filefield
  
- ImageField.
  http://drupal.org/project/imagefield

- Imagecache.
  http://drupal.org/project/imagecache
  
Highly Recommended 
- Node Relationships.
  http://drupal.org/project/noderelationships


INSTALLATION
============

- Be sure to install all dependent modules.

- Copy all contents of this package to your modules directory preserving
  subdirectory structure.

- Go to Administer -> Site building -> Modules to install module.

- Review the settings of your nodereference fields to make sure related
  content types are explicitly specified in the option "Content types that
  can be referenced". And enable the 'Enable Thumbnail' checkbox.

- Enter the image cck field name for each node type that you would like to display a nodereference widget thumbnail 
  for when be referenced via the nodereference field on another node.
  
- This module has also been thoroughly tested with the excellent noderelationships module which is highly recommended.

