It is a module for the display of the employees Yahoo status IDs on your
Prestashop site.

Features:
  * Displays the Yahoo status of selected employees in Front Office
  * Provides an ymsgr link, so your customers can click it to start
    messaging
  * Has an administration interface in Back Office
  * The data entered in Back Office is kept in the database, in the
    'employee_yahoo_status' table. This table can be exported as CSV
    file.

INSTALLATION & USE:
  1. Unzip the archive into the '/modules/' folder in your Prestashop root.
  2. Go to Back Office > Modules > Yahoo status display block and click
     'Install'.
  3. Go to Back Office > Modules > Yahoo status display block >
     Configure and enter the Yahoo IDs and the enabled/disabled state
     for every employee you want to appear in the Front Office. Then hit
     the 'Update Yahoo status list' button.
  4. After you enter the data required in step 3, the module will appear
     in the right column and on the product page. Go to
     Back Office > Modules > Positions > Transplant a module to take it
     out of some locations or to put it in the left column or the top area.
     It can use 4 hooks: extraRight, leftColumn, rightColumn and top.
  5. You can also export the Yahoo IDs list into a CSV file. You can
     import it in the database through phpMyAdmin.

UPGRADE:
  1. If you upgrade from a verssion lesser than 0.6 it is mandatory to
     delete the ps_employee_yahoo_status table from the DB, since from the
     0.6 version I changed the table structure. You cand do it:
     - from phpMyAdmin (easiest) or
     - by uncommenting line 29 from
     '/modules/blockyahoostatus/blockyahoostatus.php' (function
     'uninstall') before actually uninstalling the module.

UNINSTALLATION:
  1. Go to Back Office > Modules > Yahoo status display block >
     Configure and click the "Export Yahoo status list" button to make a
     backup.
  2. Go to Back Office > Modules > Yahoo status display block and click
     'Uninstall'.
  3. [Optional] Delete the 'employee_yahoo_status' table from the
     database. Keep in mind that by deleting the table you lose the
     Yahoo details you entered before, and if you later decide to
     reinstall the module youll have to somehow re-enter the data.
