Jump to content

Guests can view poll results?


jair101

Recommended Posts

Posted

Is it possible to disable the guest access to poll results? I have an ongoing poll, where I don't want the users to view results until they vote, but I see that guests can view the results regardless. This makes the settings that viewing result disables voting kinda pointless as everyone can start an incognito window and see the results before voting. 

Is there any way to remove access to poll data for guests?

Posted
1 hour ago, jair101 said:

Is there any way to remove access to poll data for guests?

Open your theme ->Edit Html and CSS

Open template Core_global_global_poll

Find

 <ul class='ipsList_reset cPollList_choices'>

Add before

{{if member.member_id}}

After </ul> tag add

{{endif}}

Now your guests will see only questions in polls.

Posted

Id rather have this handled in the core then making manual template edits and/or plugins. It seems to me it is an oversight that needs to be rectified. 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...