<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: Topic Poll</title>
        <description>This module makes it possible to add polls to forum topics. For each forum the administrator can configure who can create polls. Features:

o Admin interface that allows for a specific configuration for each forum.
o CSS based styles, each forum can have its own style.
o Revoking votes for registered users who have voted.
o Polls can be for registered users only or for all visitors.
o Anonymous vote tracking is done using a combi of cookies and IP blocking.
o Easy poll editor for users, implemented as a separate posting editor screen.
o Topics with polls in them can be tagged in the message list

[code]
[size=large]Changelog:
----------[/size]

2016-09-01 v1.0.22 Oliver Riesen-Mallmann 

    - Made XHTML 1.0 Transitional compliant.

2015-09-18 v1.0.21 Oliver Riesen 

    - Fixed various warnings and errors from the W3C validator.

    - Fixed undefined index warning when using together with the Post Preview
      Module, see:
      http://www.phorum.org/phorum5/read.php?62,123477,153685#msg-153685

    - Performance improvements.

    - Added simplified chinese language file. Thanks to phorum.org user
      laiweiwei.

2011-01-09 v1.0.20

    - Added new German language files. Thanks to Oliver Riesen!

    - Added Russian translation. Thanks to phorum.org user sailord.

    - Added Swedish translation. Thanks to phorum.org user CHR.

2010-10-27 v1.0.19

    - A small change to explicitly set the POST action URL for
      Topic Poll forms.

2010-05-19 v1.0.18

    - Fixed an issue with the voting form being visible after the first
      anonymous vote when the IP-block is fully disabled. BTW: posting the
      poll for the second time would not register the vote. The only problem
      was that the results were not visible directly after the first post.
      Thanks to Zdravko Balorda for the bug report!

2010-04-18 v1.0.17

    - Renamed constants to avoid redefining the same contstants when
      the &quot;rate_this_thread&quot; module is enabled as well. That module
      was based on the Topic Poll module and copied the CAST_* constants.

2009-11-08 v1.0.16

    - Fixed displaying of the poll style preview in the admin interface.

2009-10-25 v1.0.15

    - Fixed an issue with execution priorities, that could cause
      other formatting modules to fail.

2009-08-01 v1.0.14

    - Fixed a small bug with using BBcode in the poll question and/or
      answers. When editing a poll, the BBcode would show up as the
      rendered HTML for that BBcode in the edit form. After saving,
      the poll would show the HTML escaped in the page, instead of
      showing the desired formatting.

2009-07-04 v1.0.13

    - Moved the separator between poll and message body to a module
      template, so it can be modified without hacking the code.

    - Fixed an issue where other formatting modules (especially the
      smileys module) could break the form code of the Poll module.
      Thanks to Phorum user paranid for reporting the problem.

    - Removed templates/default, because that one was only there for
      supporting some of the very early 5.2 development versions.

2009-06-05 v1.0.12

    - Made the module compatible with the CSRF protection in Phorum 5.2.11.

    - Added German translation files.
      Thanks to Oliver Riesen.

2008-07-14 v1.0.11

    - Added a new option to the settings for a poll, to make it possible to
      hide all thread reply messages until the visitor casts a vote.

2008-01-01 v1.0.10

    - It is now possible to not add an icon to the subjects in the list
      page for threads that have a poll in them, but instead setup some
      template variables. This way, it&#039;s possibly to fully control the
      way in which polls are indicated in the message list page. See the help
      information in the module admin settings for info about this feature.
    
    - Added a Latin American Spanish tranlation.
      Thanks to Phorum user &quot;marcelarr&quot;.

2007-11-19 v1.0.9

    - Reset the $messages array in the read hook, so each() will get the
      first message in the array. This didn&#039;t work correctly if some
      previous read hook from another module iterated over the $messages
      array as well.

2007-08-17 v1.0.8

    - Copied templates/default to templates/emerald to match the default
      fall back template for Phorum 5.2.

2007-07-13 v1.0.7

    - Fixed a compatibility issue for using this module in combination
      with Phorum version 5.1.23. From here on, 5.1.23 is also the minimal
      version for which the module will work.

2007-06-19 v1.0.6

    - Fixed a bug in the feed message rendering.

    - Added an option in the poll editor for displaying the poll before
      or after the message body.

    - Included updated French language file by Fran.

2007-05-01 v1.0.5

    - Fixed a typo in the Dutch language file.

2007-04-06 v1.0.4

    - If a topic is closed, then the poll is closed too now.

2007-02-22 v1.0.3

    - Fix for finding the raw_datestamp on 5.1 systems, in case the
      messages in the format message array are from multiple forums.

2007-01-19 v1.0.2

    - Added German translation (thanks Netwalker!).

    - Added French translation (thanks Fran!).

    - Changed the maximum width for the score bars to 95% instead of 100%,
      to provide some extra space for styling the bars.

    - Fixed a bug which could cause failure to draw the graph after
      editing the poll form (showing only some undefined index
      warnings instead).

    - Added a simple rendering to the format hook for displaying polls
      inside RSS/ATOM feeds. In the feed, the poll will show up as the
      poll question.

2006-09-07 v1.0.1

    - The preview of the poll in the admin interface (for selecting a
      style) resulted into a nested form (voting form within the admin
      form). A change was made, so the poll now doesn&#039;t start a
      new form if it&#039;s in the admin interface.

2006-09-06 v1.0.0

    - Initial revisionf</description>
        <link>https://www.phorum.org/support/read.php?62,123477,123477#msg-123477</link>
        <lastBuildDate>Sat, 11 Jul 2026 19:21:37 -0500</lastBuildDate>
        <generator>Phorum 6.0.0</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,162774#msg-162774</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,162774#msg-162774</link>
            <description><![CDATA[ Hi<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Oliver Riesen-Mallmann</strong><br />
<br />
since there are few other passages with &quot;each&quot; in the source code and perhaps also in other modules, I think we should use a funtion to replace &quot;each()&quot; like in polyfill-each: [<a href="https://github.com/ChristiaanBye/polyfill-each" target="_blank"  rel="nofollow">github.com</a>]</div></blockquote>
<br />
You mean in the source code of phorum itself, I assume. Because there is only one instance of each() in topic_poll. <br />
<br />
Anyway, I have a somewhat unusual setup, with phorum on a distributed glusterfs filesystem on three machines. So each of these three machines sees <i>one and the same</i> filesystem and files on it. But machine A runs almalinux 8.x with PHP 7.4 and machines B and C run almalinux 9.x with PHP 8.3. All three run a webserver. This means that I can switch back and fro between the same (5.2.23) phorum installation on PHP 7.4 or 8.3 just by toggling /etc/hosts on my workstation. <br />
<br />
So I added &#039;require_once(&quot;./include/polyfill-each.php&quot;);&#039; in common.php. polyfill-each does nothing if each() already exists, so 7.4 still works fine. 8.3 however breaks elsewhere with <br />
<pre class="bbcode">
PHP Fatal error:  Array and string offset access syntax with curly braces is no longer supported in /path/to/phorum/include/upload_functions.php on line 107</pre>
That raises two questions:<br />
<ol type="1"><li> Will phorum be updated for PHP 8.x? </li><li> Should we move this discussion to the main 5.2 support forum? </li></ol>
<br />
Cheers]]></description>
            <dc:creator>zenon</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 26 Sep 2024 06:42:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,162773#msg-162773</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,162773#msg-162773</link>
            <description><![CDATA[ Hi Zenon,<br />
<br />
since there are few other passages with &quot;each&quot; in the source code and perhaps also in other modules, I think we should use a funtion to replace &quot;each()&quot; like in polyfill-each: [<a href="https://github.com/ChristiaanBye/polyfill-each" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
Copy the content of polyfill-each.php to common.php after line 72.<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 24 Sep 2024 08:11:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,162772#msg-162772</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,162772#msg-162772</link>
            <description><![CDATA[ Hi Zenon,<br />
<br />
I try to publish a new version of the module.<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 24 Sep 2024 03:05:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,162771#msg-162771</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,162771#msg-162771</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Scott Finegan</strong><br />
<br />
You can try the following.  Pretty much do it yourself.</div></blockquote>
<br />
Thanks, but if I fix my own the module will still be broken. And it is an active and useful module. And it&#039;s only this one line of code that breaks it. Everywhere else foreach() is used, so I suspect that this one instance of each() is purely accidental. So from every point of view it would be much better to have it fixed at the source.]]></description>
            <dc:creator>zenon</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 24 Sep 2024 02:40:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,162770#msg-162770</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,162770#msg-162770</link>
            <description><![CDATA[ You can try the following.  Pretty much do it yourself.<br />
<br />
[<a href="https://github.com/ChristiaanBye/polyfill-each" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
[<a href="https://stackoverflow.com/questions/46492621/how-can-i-update-code-that-uses-the-deprecated-each-function" target="_blank"  rel="nofollow">stackoverflow.com</a>]<br />
<br />
[<a href="https://www.google.com/search?q=each+replacement+php" target="_blank"  rel="nofollow">www.google.com</a>]]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 23 Sep 2024 21:36:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,162769#msg-162769</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,162769#msg-162769</link>
            <description><![CDATA[ (Copying this here from the <a href="https://www.phorum.org/phorum5/read.php?16,116288,162768#msg-162768" target="_blank"  rel="nofollow">wrong place</a>)<br />
<br />
Hi<br />
<br />
Moving from PHP 7.4 to 8.3,<br />
<pre class="bbcode">
[23-Sep-2024 12:31:10 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function each() in /path/to/phorum/mods/topic_poll/topic_poll.php:389
Stack trace:
#0 /path/to/phorum/common.php(1909): phorum_mod_topic_poll_read()
#1 /path/to/phorum/read.php(754): phorum_hook()
#2 {main}
  thrown in /path/to/phorum/mods/topic_poll/topic_poll.php on line 389</pre>
The offending line is<br />
[code=&quot;php&quot;]<br />
list ($message_id, $message) = each($messages);<br />
[/code]<br />
and the cause is that each() was deprecated in PHP 7.2 and was removed in 8.0. <br />
<br />
I just checked 1.0.22 and it still uses each().]]></description>
            <dc:creator>zenon</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 23 Sep 2024 09:06:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,160808#msg-160808</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,160808#msg-160808</link>
            <description><![CDATA[ New Version:<br />
<br />
<pre class="bbcode">
2016-09-01 v1.0.22 Oliver Riesen-Mallmann &lt;oliver@riesen.org&gt;
    - Made XHTML 1.0 Transitional compliant.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 01 Sep 2016 08:33:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,157091#msg-157091</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,157091#msg-157091</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>pierrexuso</strong><br />
Poll-Software without multiple choice option?</div></blockquote>
<br />
Feel free to add it and publish a new version of this module... ;)<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 22 Apr 2016 00:59:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,157090#msg-157090</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,157090#msg-157090</link>
            <description><![CDATA[ Poll-Software without multiple choice option?]]></description>
            <dc:creator>pierrexuso</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 21 Apr 2016 09:48:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,156111#msg-156111</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,156111#msg-156111</link>
            <description><![CDATA[ New version 1.0.21:<br />
<br />
<pre class="bbcode">
2015-09-18 v1.0.21 Oliver Riesen &lt;oliver@riesen.org&gt;

    - Fixed various warnings and errors from the W3C validator.

    - Fixed undefined index warning when using together with the Post Preview
      Module, see:
      [<a href="http://www.phorum.org/phorum5/read.php?62,123477,153685#msg-153685" target="_blank" >www.phorum.org</a>]

    - Performance improvements.

    - Added simplified chinese language file. Thanks to phorum.org user
      laiweiwei.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 18 Sep 2015 07:49:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155352#msg-155352</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155352#msg-155352</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Scott Finegan</strong><br />
For the regular forum: Make available the formal dutch.php for selection.<br />
The topic poll comes with a formal dutch.php language file.<br />
<br />
If formal Dutch is used, the topic poll uses formal Dutch on its buttons, etc. in my test.<br />
<br />
Make a copy of the dutch.php, rename it to dutch_informal.php and test yourself.</div></blockquote>
<br />
Dit not work for some reason, but i decided to delete the informal file, and strangely enough it&#039;s working.<br />
<br />
Thank you Scott!]]></description>
            <dc:creator>TTV</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 08 Sep 2014 13:09:24 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155334#msg-155334</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155334#msg-155334</link>
            <description><![CDATA[ For the regular forum: Make available the formal dutch.php for selection.<br />
The topic poll comes with a formal dutch.php language file.<br />
<br />
If formal Dutch is used, the topic poll uses formal Dutch on its buttons, etc. in my test.<br />
<br />
Make a copy of the dutch.php, rename it to dutch_informal.php and test yourself.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 06 Sep 2014 09:15:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155333#msg-155333</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155333#msg-155333</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Scott Finegan</strong><br />
Both must be formal, or you need to create an informal for the module.</div></blockquote>
<br />
You mean i should change the filename?? Or simply delete the informal file?]]></description>
            <dc:creator>TTV</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 06 Sep 2014 08:32:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155332#msg-155332</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155332#msg-155332</link>
            <description><![CDATA[ Both must be formal, or you need to create an informal for the module.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 06 Sep 2014 08:09:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155316#msg-155316</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155316#msg-155316</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Scott Finegan</strong><br />
They are both formal Dutch?</div></blockquote>
<br />
No one is formal Dutch and the other informal...]]></description>
            <dc:creator>TTV</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 05 Sep 2014 17:05:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155314#msg-155314</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155314#msg-155314</link>
            <description><![CDATA[ They are both formal Dutch?]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 05 Sep 2014 09:47:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155313#msg-155313</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155313#msg-155313</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Scott Finegan</strong><br />
The language file must match.<br />
<br />
If phorum/include/lang/dutch.php  is used the poll seems to work (phorum5.3 dev)<br />
<br />
If phorum/include/lang/dutch_informal.php is used the poll remains in english</div></blockquote>
<br />
Yeah tried that yesterday but without any luck, i am going to retry it right now to see what it does.....<br />
<br />
Update:<br />
<br />
Updated the language file... Still no luck...<br />
<br />
Isn&#039;t there a way to set a default language in the module itself? Maybe change a line of code somewhere?]]></description>
            <dc:creator>TTV</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 05 Sep 2014 09:14:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155312#msg-155312</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155312#msg-155312</link>
            <description><![CDATA[ The language file must match.<br />
<br />
If phorum/include/lang/dutch.php  is used the poll seems to work (phorum5.3 dev)<br />
<br />
If phorum/include/lang/dutch_informal.php is used the poll remains in english]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 05 Sep 2014 08:57:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155311#msg-155311</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155311#msg-155311</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Scott Finegan</strong><br />
Are you using the Emerald template when you encounter this issue?<br />
<br />
edit&gt;&gt;  The Classic template would need a matching template in the poll module.</div></blockquote>
<br />
I am using emerald-alt as my standard template, next to the normal emerald, classic and redbirds templates. The module stays in English in all of them..... And yes Dutch is included in the language files of the module. There are currently two Dutch language files for phorum, both of them do not work with the Topic Poll module on my site.<br />
<br />
What i have done so far:<br />
<br />
Cleaned out cache/cookies of browser<br />
Purge cache<br />
Ran sanity checks<br />
Ran Database integrity<br />
Shut the module off/on<br />
<br />
Did all of the above multiple times...<br />
<br />
And asked this question...<br />
<br />
Would it make any difference if would uninstall and reinstall the module?]]></description>
            <dc:creator>TTV</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 05 Sep 2014 04:08:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155310#msg-155310</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155310#msg-155310</link>
            <description><![CDATA[ and a matching language as it seems to be about the language.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 05 Sep 2014 00:34:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155309#msg-155309</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155309#msg-155309</link>
            <description><![CDATA[ Are you using the Emerald template when you encounter this issue?<br />
<br />
edit&gt;&gt;  The Classic template would need a matching template in the poll module.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 04 Sep 2014 21:26:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,155308#msg-155308</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,155308#msg-155308</link>
            <description><![CDATA[ Module language is not changing to Dutch on my site, i have tried several things but nothing seems to be working, what can i do to set it to show in Dutch instead of English?<br />
<br />
I am using Nederlands informeel on my site...]]></description>
            <dc:creator>TTV</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 04 Sep 2014 10:02:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,153685#msg-153685</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,153685#msg-153685</link>
            <description><![CDATA[ Hi Maurice,<br />
<br />
I get some PHP Notice from the Topic Poll Module when using also Post Preview Module:<br />
<br />
<pre class="bbcode">
PHP Notice:  Undefined index: READ in /var/www/.../phorum-5.2.19/mods/topic_poll/topic_poll.php
on line 711, referer: [<a href="http://forum.langzeittest.de/list.php?182" target="_blank"  rel="nofollow">forum.langzeittest.de</a>]</pre>
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 06 Jun 2013 10:40:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,153236#msg-153236</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,153236#msg-153236</link>
            <description><![CDATA[ No, that has not been implemented. It really is &quot;topic poll&quot;, so a poll that is linked to a single topic / thread.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 02 Feb 2013 11:10:56 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,153235#msg-153235</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,153235#msg-153235</link>
            <description><![CDATA[ Thanks for very neat module, Maurice. I have one question/request tho: Is it possible to have multiple polls in same thread/post? Basically, I would like to have multiple questions with their own answers in the same thread. This would help our forum members a lot since currently some &quot;voting&quot; that we do is bit taxing.<br />
<br />
Thanks!]]></description>
            <dc:creator>TheQ</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 02 Feb 2013 04:56:25 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,153060#msg-153060</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,153060#msg-153060</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>autoven</strong><br />
in the poll editor, can i have more than 2 fields by default? Where can i modify the code?</div></blockquote>
<br />
Modify topic_poll.php to:<br />
<br />
[code=&quot;php&quot;]<br />
// Initialize a new poll.<br />
        $message[&quot;meta&quot;][&quot;mod_topic_poll&quot;] = array (<br />
            &quot;question&quot;    =&gt; &quot;&quot;,<br />
            &quot;answers&quot;     =&gt; array( 0 =&gt; &quot;&quot;, 1 =&gt; &quot;&quot;, 2 =&gt; &quot;&quot; ),<br />
            &quot;votes&quot;       =&gt; array(),<br />
            &quot;total_votes&quot; =&gt; 0,<br />
            &quot;votingtime&quot;  =&gt; 0, // in days, 0 for unlimited<br />
            &quot;permission&quot;  =&gt; &quot;user&quot;,<br />
            &quot;active&quot;      =&gt; 1,<br />
            &quot;cache_id&quot;    =&gt; 0,<br />
        );<br />
[/code]]]></description>
            <dc:creator>pat</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 07 Jan 2013 14:10:55 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,153056#msg-153056</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,153056#msg-153056</link>
            <description><![CDATA[ thanks...it works for me.]]></description>
            <dc:creator>autoven</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 07 Jan 2013 06:03:24 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,153049#msg-153049</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,153049#msg-153049</link>
            <description><![CDATA[ In topic_poll.php, an empty poll is initialized like this:<br />
[code=php]<br />
        // Initialize a new poll.<br />
        $message[&quot;meta&quot;][&quot;mod_topic_poll&quot;] = array (<br />
            &quot;question&quot;    =&gt; &quot;&quot;,<br />
            &quot;answers&quot;     =&gt; array( 0 =&gt; &quot;&quot;, 1 =&gt; &quot;&quot; ),<br />
            &quot;votes&quot;       =&gt; array(),<br />
            &quot;total_votes&quot; =&gt; 0,<br />
            &quot;votingtime&quot;  =&gt; 0, // in days, 0 for unlimited<br />
            &quot;permission&quot;  =&gt; &quot;user&quot;,<br />
            &quot;active&quot;      =&gt; 1,<br />
            &quot;cache_id&quot;    =&gt; 0,<br />
        );<br />
[/code]<br />
<br />
By extending the &quot;answers&quot; array, you can add as many standard answers as you wish.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 06 Jan 2013 10:47:23 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,153046#msg-153046</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,153046#msg-153046</link>
            <description><![CDATA[ in the poll editor, can i have more than 2 fields by default? Where can i modify the code?]]></description>
            <dc:creator>autoven</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 05 Jan 2013 18:51:44 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123477,152903#msg-152903</guid>
            <title>Re: Module: Topic Poll</title>
            <link>https://www.phorum.org/support/read.php?62,123477,152903#msg-152903</link>
            <description><![CDATA[ eh, no, there is no functionality built in for that.<br />
Essentially this means to prepare some base content for each post in a forum.<br />
Guess that would make a different module.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 22 Dec 2012 13:49:23 -0600</pubDate>
        </item>
    </channel>
</rss>
