admins en moderators kunnen zien wie gestemd heeft in poll?

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
barduck
Berichten: 63
Lid geworden op: 19 sep 2006, 07:09

admins en moderators kunnen zien wie gestemd heeft in poll?

Bericht door barduck » 20 nov 2006, 21:43

'k Ben er nog mar eens met een requestje (ben een lastige, 'k weet).
Ik had graag een MODje sie het voor admins en moderators mogelijk maakt te zien wie er nu eigenlijk allemaal gestemd heeft in een poll zodat die beter kunnen afleiden wie er nu eigenlijk echt actief deelneemt in het forum. Eventueel, indien mogelijk, met een optie erin dat de poll starter eveneens kan zien wie er gestemd heeft (dus zonder dat hij/zij tot de staff behoort).

Mogelijk?

Gebruikersavatar
Fridge
Berichten: 1028
Lid geworden op: 25 sep 2006, 19:22
Locatie: Rotterdam
Contacteer:

Bericht door Fridge » 21 nov 2006, 04:32

Advanced Vote Manager

Code: Selecteer alles

##############################################################
## MOD Title: Advanced Vote Manager
## MOD Author: soapergem < soapergem@gmail.com > (Gordon Myers) N/A
## MOD Description: This MOD extensively expands the capabilities of voting on
##		your forums. Previous MODs have done one thing or another, but never
##		really offered a comprehensive package to give the most functionality
##		overall, and they had compatibility issues with each other.
##
##			MULTIPLE CHOICE VOTING
##			  * poll creator can set the maximum allowed options on which
##				a user may vote (e.g. creates 7 options, but users may vote on 4)
##			  * if a user votes for fewer options than the maximum allowed,
##				they may still use the rest of their votes later so long
##				as the poll has not expired (only on options they have not
##				already voted on, obviously)
##
##			SIMPLE POLL RESULTS
##			  * same display you are used to, but in addition to "Total Votes,"
##			      the number of voters is also shown
##			  * results are sorted by what's winning so data analysis is easy
##
##			DETAILED POLL RESULTS
##			  * results sorted by options and users in two columns
##			  * results may be exported as a CSV file for Microsoft Excel
##
##			HIDE RESULTS
##			  * poll creator may choose to hide the detailed results either 
##			      permanently or until the poll expires
##			  * poll creator may hide the simple results until the poll expires, so 
##			      long as the detailed results are also hidden
##			  * poll creator may hide the total number of voters until the poll expires,
##			      so long as the simple results are also hidden
##			  * simple results/total number of voters may not be hidden on
##			      "never-ending" polls (with no expiration date)
##			  * simple results are NOT sorted by what's winning when they are hidden,
##			      instead sorted by options
##
##			UNDO/CHANGE VOTES
##			  * poll creator may allow users to undo/change their votes
##			  * this option is configurable for each poll
##			  * users can undo their votes only if the poll is configured to allow that
##			  * users cannot undo their votes after a poll has expired (but admins/mods can)
##
##			ADMINISTRATOR/MODERATOR CONTROL
##			  * admins/mods have control over every setting
##			  * admins/mods may prune (delete) any individual user's votes
##			  * admins/mods may always view detailed results
##			  * these control features apply to all polls for administrators but only 
##			      to specific polls for moderators: mods only have control over polls 
##			      that are in the specific forum(s) which they moderate
##
## MOD Version: 1.0.2
##
## Installation Level: Intermediate
## Installation Time: 20 Minutes
##
## Files To Edit:		8
##                 - posting.php
##                 - viewtopic.php
##                 - includes/functions_post.php,
##                 - language/lang_english/lang_main.php, 
##                 - templates/subSilver/posting_poll_body.tpl,
##                 - templates/subSilver/viewtopic_poll_ballot.tpl
##                 - templates/subSilver/viewtopic_poll_result.tpl
##                 - templates/subSilver/subSilver.cfg
##
## Included Files:	6
##                 - templates/subSilver/images/list_branch0.gif
##                 - templates/subSilver/images/list_branch1.gif
##                 - templates/subSilver/confirm_delete.tpl
##                 - templates/subSilver/vote_manage_body.tpl
##                 - templates/subSilver/vote_manage_select.tpl
##                 - vote_manage.php
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
##############################################################

Gesloten