Polls add-on has been updated today, introducing the new option called
$directLookUpLink (set under
addon_polls_options.php). In the combination with another option, only when
$onePollInTopic=TRUE;, and if this option is set to TRUE, in the Polls list area, the script will try to collect and generate DIRECT Look-Up links to the certain topic. As the experience shows, this function would work slow on large forums with hundred thousands of posts, that's why it should be set to FALSE for such forums. For small-to-medium forums with not a lot of posts and Polls, you may still have it enabled.
Under bb_plugins.code.txt for this add-on, there is an update having
$autoDeletePolls=FALSE; setting. When set to FALSE, it will skip deleting of Polls when deleting a message or topic. Set it to TRUE if you would like to delete the attached Poll from the library, when deleting a topic or message (again, it is suitable only for the cases when
$onePollInTopic=TRUE;, because when it's FALSE, the script won't delete Polls at all).
The file
addon_polls.php has been updated as well.
File Upload and Image Attachments add-on has been updated just to have some additional featured conditions under
addon_fileupload_topic_thumbnails.code.txt. Addon's core version was not updated.
Private Messaging add-on includes a very little bugfix regarding Quotation algorithm. After the condition of the block which says
/* display reply form only if inbox, and user exists */ we have added
else $l_quoting=''; code to prevent JavaScript error from appearing, if the user doesn't anymore exist and can't be replied. Apply this change or just update
addon_pmail.php from the package. The core version of the add-on has not been changed.