Hi,
You truly found a bug in PM. A language constant is defined in the wrong place.
To correct this:
Add the line:
define('PM_GOTO_RESULT', 'All poll results');
to the file: /includes/languages/english/extra_definitions/poll_box.php
Be sure to add it BEFORE the line that contains ?>.
You also may remove the same line from the file: /includes/languages/english/poll_overview.php
But this is not absolutely necessary.
Furthermore I noticed that the radio buttons and the text of the poll options are very close to eachother. You may use the fix mentioned earlier (changing the percentages) to correct this.
Boudewijn



Reply With Quote

