jair101 Posted May 1, 2017 Posted May 1, 2017 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?
Adlago Posted May 1, 2017 Posted May 1, 2017 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.
jair101 Posted May 1, 2017 Author Posted May 1, 2017 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.