https://bugzilla.wikimedia.org/show_bug.cgi?id=53622

       Web browser: ---
            Bug ID: 53622
           Summary: Logic Problem!
           Product: MediaWiki extensions
           Version: REL1_21 branch
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: AJAX Poll
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I just don't want autoconfirmed users see the result before voting.

Because the result could affect their decision.

$wgGroupPermissions['autoconfirmed']['ajaxpoll-vote'] = true;
$wgGroupPermissions['autoconfirmed']['ajaxpoll-view-results'] = true;
$wgGroupPermissions['autoconfirmed']['ajaxpoll-view-results-before-vote'] =
false;
$wgGroupPermissions['*']['ajaxpoll-view-results'] = true;
$wgGroupPermissions['*']['ajaxpoll-view-results-before-vote'] = true;

I want, people who do not have right to vote able to see the result, but
autoconfirmed user have to vote and then see the results. However, by setting
like previous anonymous can't see the result at all.

MW 1.22wmf9

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to