CONVERSION INSTRUCTIONS ======================= To convert an existing SurveySays 1.0 poll to a 1.1 poll, do the following: 1) Point the existing poll.pl file to the new surveysays.pl contained in this distribution. 2) By the other $font_* variables, add the following: $font_face = "Arial,Helvetica"; using your preferred font choices. 3) Cut and paste the following variables below into the poll.pl file, and edit them as necessary (somewhere above the &SurveySays; call at the end). That's it! ## START NEW POLL.PL SECTION ## # If your poll is working properly, leave this undefined. As a last # resort, if your poll consistently puts the results on a separate page, # define this as the URL of the page containing the poll. $panic_url = ""; # This variable, if set to 1, may alleviate problems with browsers and # proxy servers caching your page and not displaying poll results. Do not # set this to 1 if you have multiple polls on the same page; weird # behavior will result if you do. $suppress_cache = 0; # This variable, if set to 1, adds a second button to the poll, which # allows the user to see the poll results without voting. $without_vote = 1; ## END NEW POLL.PL VARIABLES ##