/////////////////////////////////////////////////

Live Hyperlinks plugin for Copppermine

version 1.2

Author: Joe Carver aka "i-imagine"

/////////////////////////////////////////////////	

	Notes:	This lightweight plugin will make active links in the image description field.

	It uses the function  "make_clickable" built into Coppermine. This is 
	
	the same function used when Comments are displayed.

	Use www and/or http:// with a complete link as the text entered into the

	Caption field. 

/////////////////////////////////////////////////	
	
	Examples:
	
		http://forum.coppermine-gallery.net/
		
		www.forum.coppermine-gallery.net/
		
		http://www.forum.coppermine-gallery.net/
		
	Do not use bbcode [url] [/url] or [img] [/img] - the links will be lost
	
/////////////////////////////////////////////////	

		Optional - Add Hyperlinks to Image Titles
		
		Edit file  -  codebase.php
		
		- remove // from this line, save and upload
			//$pic_data['title'] = make_clickable($pic_data['title']);
		

/////////////////////////////////////////////////

_end