I got rid of the vote times in the list completely as I do not need it and occupies too much space in the list.Jessica wrote:But thanks for the link to the post to fix the time. Though I wish I could get rid of the times for the old polls...:S
Code: Select all
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
<!-- IF S_DISPLAY_RESULTS -->
<td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG} </td>
<td class="gen" align="{S_CONTENT_FLOW_END}"><b> {poll_option.POLL_OPTION_PERCENT} </b></td>
<td class="gen" align="left">[ {poll_option.POLL_OPTION_RESULT} ]
<!-- IF .poll_option && poll_option.POLL_OPTION_RESULT_PERMISSION -->{poll_option.POLL_OPTION_VOTERS}<!-- ENDIF --></td>
<!-- IF poll_option.POLL_OPTION_VOTED -->
<td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
<!-- ENDIF -->
Yeah there are permissions...you go to a forum (in the ACP, Forum permissions), choose a group, and set to Yes or No in the Polls tabDaveWFrank wrote:Hi there,
I just installed the AutoMod friendly version you listed on page 1 and it appears to be working great. One question though. It appears that all users are capable of viewing who voted. Is it possible to change it to only Admin/Mods/Certain Groups are able to view who voted for which option?
Thanks!
Dave
That's what I did and the permission was added. The one in the first post doesn't add in the permission like it shouldGCypher wrote:The install file is actualy is not updating and will not update the tables, thats why u cannot see in the ACP Permissions. So ive found the solution and works with updated install file and will add the table in DB was missing in the previous install file, first download here:
https://github.com/phpbb-saske/Advanced ... oll_Voters
Then just reupload only the file: install.php via FTP
E.g: http://www.yourforum/install.php
After run again the install.php and choose unnistall option, after run once again install.php and "voila" u will see the Permission option after in ACP
As i said was outdated and the author of the mod forgot to post that update here
The permission option "Can see who voted on each option" which is actually linked to this {acl_f_poll_results } should not be present under "Misc" but under "Polls". I have seen this before as well but I don't how I solved it to be honest. I did multiple un- & installs and it came under the right menu in the end.DaveWFrank wrote:After checking permissions I noticed that there was no chance in what is listed under "Polls", but under "Misc" I now have:
Can ignore flood limit
Can post without approval
{ acl_f_poll_results }
Increment post counter
Please note that this setting only affects new posts
Can search the forum
I assume the bolded line (my bolding) is what I'm looking for, right? If it is set to "no" for a particular group, that group should not be able to see who voted for what, right? Problem is, they still can.
Suggestions?
I guess that should not be too difficult using this mod as a base as all information is basically captured in POLL_VOTES_TABLE and you just should combine the results of all different vote options in one string, but it's not provided standard in this mod. You will need to modify some code yourself.bastihgw wrote:All participants are supposed to have participated in the survey are shown below, is this possible?
I mean, I just want to see who participated in the survey by the usern what he has been selected, I do not want
Bye Bastian