Doesn't apper on mobile themes

Is there a way to make the polls fully usuable on mobile?

Comments

  • Thanks for trying my addon!

    I don't think the current version works so great on mobile, but you can try it out if you would like.

    Add 'MobileFriendly' => true, to the plugin info array at the top of the plugin file.

  • Thanks for the addon, it seems to work ok on current mobiles. I'll be changing it to be just one question however.

    Is there a quick way to not show the results to visitors and to prompt them to sign in / register if they try to vote?

  • You can remove the 'Plugins.DiscussionPolls.View' permission for guests. It will then say "You don't have permission to view polls".

    You can override that text by using a /conf/locale.php file and using the key: 'Plugins.DiscussionPolls.NoView'

    <?php
    $Definition['Plugins.DiscussionPolls.NoView'] = 'You need to sign in to view the polls.';
    
  • Perfect thank you, I'll give that a whirl

Sign In or Register to comment.