X-tra Pics Plugin
Version Information

Version: 1.0
Author: Adam - (96lude)
Creation Date: October 1, 2007
Contact: adambctld69@hotmail.com

Features:
* Accepted file types: (.jpg, .jpeg, .gif, .png ) - gif images are hit or miss, some work for thumbnails and some dont.
* 16 customizable options in the Admin Panel (listed below)
* You can call this page on your website using ( plug.php?e=extrapics&m=version )

Other information:
* Full size images are stored in (plugins/extrapics/images/$userid)
* Thumbnail size images are stored in (plugins/extrapics/images/$userid/tn)
* Uploaded files are renamed to the time (ex. 1191017429.jpg) to prevent unallowed characters and long file names.

Admin Configuration Settings {

-Subtitle for the plugin :
-Show share links (default Yes) :
-Maximum pictures per user (default 8) :
-Background color for images table :
-Maximum size (kb) for per image (default 250) :
-Number of columns for images table (default 4) :
-Number of rows for images table (default 2) :
-Maximum picture size width (default 1700) :
-Maximum picture size height (default 1700) :
-Thumbnail width (default 125) :
-Thumbnail height (default 100) :
-Quality of thumbnails (default 85) :
-Image text size (default 1) :
-Thumbnail background color (default 000000) :
-Image info text color (default FFFFFF) :
-Thumbnail border size (default 2) :

}

INSTALLATION:

1. Unpack and copy "extrapics" folder to your plugins directroy.
2. Login as an administrator and install the plugin.
3. Customize the settings you want within the plugin configurations.
4. IMPORTANT!!! Add the following to your "header.tpl" file in your skins folder!!!

<link rel="stylesheet" href="plugins/extrapics/inc/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="plugins/extrapics/inc/prototype.js"></script>
<script type="text/javascript" src="plugins/extrapics/inc/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="plugins/extrapics/inc/lightbox.js"></script>

5. Add the tags {EXTRA_PICS_DESC} & {EXTRA_PICS} to the "users.details.tpl" file in your skin folder.
6. Add the tags {EXTRA_PICS_PROFILE_DESC} & {EXTRA_PICS_PROFILE} to the "users.profile.tpl" file in your skin folder.
7. Copy the "extrapics.edit.tpl" to your skins folder (you may need to manipulate it to work right with your skin!)
8. You can also call the plugin using something like <a href='plug.php?e=extrapics'>X-tra Pictures!</a> but #4 above adds the links already.
9. Your finished!!! Go to plug.php?e=extrapics and start uploading your images...

Please don't remove the following!
If you have any questions, comments, suggestions, or to REPORT A BUG, please feel free to contact me at adambctld69@hotmail.com or through http://www.neocrome.net (96lude)