I commit persian language to trunk.
It would be good to add local function to this version.
in xoopspoll/admin/xoopspoll.php
change all strtotime:
strtotime($end_time)
with this:
method_exists('XoopsLocal', 'strtotime') ? XoopsLocal::strtotime($end_time) : strtotime($end_time)
i can add this file to the svn too.
Also IMO it would be better to change the default setting for anonymous in xoopspoll/admin/xoopspoll.php from "1" to "0" to make it similar to the default value in db field:
$anonymous_yn = new XoopsFormRadioYN(_AM_ALLOWANONYMOUS, "anonymous", 1);
it is better to be 0 because the default value in db is 0
I remember that some people in the past hack this module and add some features like "blind voting". it would be good to add them in future.
edit:
i correct some bugs in newbb regarding xoopspoll 1.33
of course newbb will still work with prev xoopspoll versions like 1.1
irmtfan
Module Developer

Joined:
2003/12/7 14:14
From In the middle of nowhere
Group:
Registered Users
Community Coordinator (temporary)
(Show More)
(Show Less)