* Author: Fredrik Fahlstad * Version: 0.2 * Last updated: 2006-04-04 Description WordPress image gallery plugin which seamlessly intergrates with WordPress. Administration page for uploading files and managing galleries integrated in the WordPress administration area. Supports gif, jpg and png images. Requirements * Only tested with Wordpress 2+ * GD library * Diffrent from many other image galleries for WordPress this one does not require PHP’s safe_mode: on. * ZZIPlib for zip uploading Notes fGallery is still in beta, so any feedback and bug reports is greatly appreciated. If your site look funny after installation, take a look in the FAQ section below. Installing 1. Unzip to wp-content/plugins/fgallery. 2. Create wp-content/fgallery for the images, chmod 777. 3. chmod 775 css/fim_style.css, to make it edible. 4. Go to WP admin->plugins and activate fGallery. 5. Add a new link to your site to view the photos. * Example http://www.mydomain.com/wp-content/plugins/fgallery/fim_photos.php. * Or if you are using famncy URL:s http://www.mydomain.com. 6. If you updating from erlier version, deactivate and activate. Manage galleries Gallery managenent is performed through WP admin->fGallery->Manage galleries. Here you can create galleries/delete galleries and edit images. Upload images Image uploads is performed through WP admin->fGallery->fGallery. Edit CSS CSS editing is performed through WP admin->fGallery->Edit CSS. Just edt the css and press Update css, or reset all css to default by pressing Reset CSS. Showing images in the sidebar Random images regardless of gallery: Add Somewhere in your sidebar.php. Latest images regardless of gallery: Add Somewhere in your sidebar.php. Example: If you want to show the 5 most recent images 64 pixels wide in the sidebar the code would look like this: