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

Live Hyperlinks plugin for Copppermine

version 1.3

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
	
/////////////////////////////////////////////////	

	Version 1.2 ONLY

		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']);
		

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

	Changelog
			
			- 18 June 2009 Initial Release
			
			- 28 September 2009 Version 1.2
			
				- Add Option of Hyperlinks in Image Titles
				
				
			-  30 September 2009 Version 1.3
			
				- Filter added to remove Coppermine file names from Caption (added as a security measure)
				
				- words like "delete", "edit", etc. will be removed from hyperlinks, replaced by (...)
				
				- removed Option for titles (added in v1.2)


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



_end