Contribution:  ZenCart Poll Manager
Version:       1.2
Designed For:  Zen Cart v1.3x Release
Support:       http://www.zencart.com/
Czech language: Dave Hankovec ( http://www.dhservis.cz )

========================================================

WHAT DOES THIS MODULE DO?
This module creates an easy way for you to add a rvoteable polls to your Zen Store.

========================================================

History:
06/06/06   - Added a new sql statement to solve a previous bug & removed a bug from the admin interface.
20/08/05   - Completely edited by Derek Buntin @ Perfect Designing :: Too Many Bug Fixes to list, just enjoy it!

========================================================

FILES TO OVER-RIDE
none

========================================================

File Modifications:
One (if not done for previous open-operations contribs) - includes/application_top.php

Open your zen-cart includes/application top and add the following to the end:

<?php
// include the list of extra open-operations files
  if ($za_dir = @dir(DIR_WS_INCLUDES . 'open-operations')) {
    while ($zv_file = $za_dir->read()) {
      if (strstr($zv_file, '.php')) {
        require(DIR_WS_INCLUDES . 'open-operations/' . $zv_file);
      }
    }
  }
  ?>
  
Make sure to add this after the last ?> & also make sure you leave no line spaces at the end of this file.

NOTE: the above needs to be added only once to your includes/application_top.php, so if you have completed this step for the links_manager 2.x or faq_manager, there is no need to repeat this step.


========================================================

Database Modifications:

A new database tables needs to be created to store your new polls.
New configuration options are added to the zen_configuration table.


========================================================

Image Modifications:

OK, one of the problems with the original contrib was that the images were too big and stretch through the center columns and messed with the overall look of the page, especially when both right and left columns were activated.
SO, within this contrib there is a folder called images_small, if you have both right and left columns active then substitute the images within the images folder with the ones in the images_small folder.
Or, you could rename the images folder to images_large and then rename the images_small folder to images, then just upload.


========================================================

INSTALLATION:

All files are arranged in the correct Zen Cart v1.3x structure.
Just upload to your server as they are without any editing required.


Upload the included poll_manager.sql using the Zen-Cart Admin Sql Patches tool

Enable poll manager sidebox in admin - admin/layout boxes controller


========================================================

USE:
Admin/Extras/Poll Manager has all configuration options

========================================================
