Plugin: fMoblog
Desc:   A Wordpress plugin for posting pictures from your cell phone ore regular email.
        Adds a thumbnail gallery to Worpress.

Author: Fredrik Fahlstad
Web: www.fahlstad.se
Version: 1.3
Date: 2009-09-27
Licence: GPL

---------------------------------------
Please give me some credit for this one if you use it on your page..
---------------------------------------

fMoblog is a plugin for Wordpress 1.5.x which enables the user to post images and a description from a cell phone. 
Pictures can also be uploaded by email. 
Creation of thumbnails is automatic and the image are displayed in a image gallery sorted by month. 
A dropdown list makes it easy to change month to display. You can see a demo here.
Requirements

Wordpress 1.5.x
Some plugin for running PHP code in posts.
Exec PHP at http://soeren-weber.net/
RunPHP at http://www.nosq.com/
PHP support for imap_open() on you host.

Installing

	1. Unzip to a directory.
	2. Put fmoblog.php and fmoblog_options.php in your
      wp-content/plugins directory.
	3. Create directories fmoblog_pictures and fmoblog_thumbs in your /wp-content/ directory.
	4. Create a secret email account at your host for use only for fMoblog. (Ex. fMoblog@domain.com).
	5. Go to Wordpress admin->plugins and press activate.
	6. Go to Wordpress admin->options->fmoblog and input your incoming
		email server something like (incomingserver.domain.com), username and password.
		Input the size you want the image to be resized to and the update interval. You can choose to show a quick tag for fMoblog.
	7. Press update options.
	8. Create a page and press the fMoblog quicktag or manually input [!--fmoblog--] just change the [] to <>
		where you want the photos to appear.
	9. If you want to show the latest posted image in your sidebar add fmoblog_get_latest()
	10. Input the number images for the latest.
	11. Start posting.

Posting images

You can either post from your cell phone as an email with the image attached or from your regular email.
Simply attach the picture and write as subject the title for the image.
Send and the next time the page is shown the emailed image will apperar. Post your images to your secret email account.
Deleting images

When logged in as administrator you can click the Delete this image link at the bottom of the image.
This deletes the image and the thumb from the server.


If youre updating from earlier version please go to admin->plugins and press deactivate and then press activate to update installation.


