/*
 vMoods by ZONE365.com
 Created by Sniper
 http://www.zone365.com
 for vbulletin 3.7
*/

Todo
- - - - - - - - - -

- Add more to readme.txt
- More features, options?

1.1.2 Beta - Monday May 5th (GMT)
- - - - - - - - - - 

- Fixed bug for JS error for guests

UPGRADE
- - - -

- Import the new product file

1.1.1 Beta - Monday May 5th (GMT)
- - - - - - - - - - 

- Moved javascript/html to footer to improve load times for IE6/7

UPGRADE
- - - -

- Import the new product file

1.1 Beta - Monday May 5th (GMT)
- - - - - - - - - - 

- Added reset option
- Added CSS to vMoods in admin CP so you can edit quickly if need be
- Removed width/height so you can use your own mood images
- Improved speed for IE6/7, FF should be faster is well
- Added option to have custom display for postbit

UPGRADE
- - - -

- Import the new product file and overwrite the vmoods.js file and if need me change settings in AdminCP

1.0 Beta - Sunday May 4th (GMT)
- - - - - - - - - -

- New version for vbulletin 3.7.0
- renamed from Mood Manager

NEW INSTALL
- - - - - - - - - -

- upload vmoods to main forum folder
- use product manager in the ADMIN CP to install vMoods

UPGRADE from Mood Manager
- - - - - - - - - -

- At this moment I suggest uninstalling the old version and installing this new version.
  REMEMBER this will delete all user moods, if you want old moods to be kept, please request and I'll post a how to.

FAQ
_ _

- How can I keep the old moods?
 
 1) disable the old mood manager, install the new mood manager
 
 2) run these queries

	ALTER TABLE 'user' DROP 'vmood';

	ALTER TABLE 'user' CHANGE 'mood' 'vmood' varchar(100) NOT NULL DEFAULT 'none';

- How can I change the location of the mood in the postbit?

  disable the auto edit in the Admin CP, now you will have access to 

  $vmood_postbit

  place that anywhere you want in the postbit templates (well the location where you want the mood to show)
