 README.txt for node_gallery_display module (jqery slideshows for node_gallery)

 
 CREDIT
 ------
 Developed, Contributed and Maintained By Dirk Gebhardt(DesignWork) http://drupal.org/user/123706
 The original post at drupal.org http://drupal.org/node/675948


 FEATURES
 --------
 At the moment it supports the Ad Gallery, Easy Slider and the Galleriffic Photo Gallery.
 It gives you a Tab on the User Account Page, user/%uid/galleries.     
 Provides a block for random images.
 Provides a user selectable display when creating a gallery


 INSTALLATION
 ------------
 Upload the module folder (as is) to sites/all/modules
 Enable the module ( administer > Site configuration > Modules list ) in the node gallery subsection.
	( Node Gallery Slideshow Integration )


 USE
 ---
 Slideshow or display control:
	On the (create gallery) or (gallery edit) page there is a field set
	called "Node Gallery Display Settings" with four options.
	Make a selection to display the gallery as desired.

	* Default Node Gallery.
	  (Thumbnails that open a photo gallery with Prev|Next navigation links.)
	* AD Gallery.
	  (Photo display with thumbnails below. Prev|Next navigation, slideshow and slideshow transition selector.)
	* Easy Slider Gallery.
	  (Single photo display with Prev|Next navigation links.)
	* Galleriffic Photo Gallery.
	  (Photo display with thumbnails at the top. Prev|Next navigation and slideshow function.)

 Tab control for User account page:
	Goto: administer > settings > Node gallery > Common settings
	You will find a check box to turn on a tab on the user account with all the galleries
	of the account owner. 
	Enable the view permission for the tab under Administer > User management > Permissions.
	Clear the cache for changes to show (Administer > Site configuration > Performance)

 Block Control for 'Random Image':
	Goto: ( Administer > Site building > Blocks )
	Place the block to the region of choice and set the block visibility.


 BEHAVIOR
 --------
 You choose a gallery and the gallery landing page will change.
 The display of the single images will not be changed.


 THEMING
 -------
 The theming of the galleries is done in the node_gallery_display/theme folder.
 You can modify the gallery-display-images-list.tpl.php (and/or) gallery-display-image-thumbnail.tpl.php


 CSS FILES
 ---------
 Each time a change is made, the cache must be cleared.
	node_gallery_display/js/ad-gallery/jquery.ad-gallery.css
	node_gallery_display/js/full/css/galleriffic-5.css
	node_gallery_display/js/slider/css/screen.css

 JS FILES
 --------
 Additional tweaks can be made in the js files.	It's good to keep a back-up, just in case you mess up.
 Each time a change is made, the cache must be cleared.
 
	node_gallery_display/js/ad-gallery/jquery.ad-gallery.js

	node_gallery_display/js/full/js/jquery.galleriffic.js
	node_gallery_display/js/full/js/jquery.opacityrollover.js

	node_gallery_display/js/slider/js/easySlider.js

 TESTED
 ------
 It's been tested with Chrome, FireFox and Safari.
 

 Cheers, Dirk Gebhardt (DesignWork), module developer and contributor. README BY dbeall


 END OF FILE
 -----------