Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mathieu Viet

    (@imath)

    ??? you mean if you activate antispam bee non loggedin users can vote ??

    Thread Starter Saleswonder Team Tobias

    (@tobias_conrad)

    @imath can you please show me easy steps how to let non logged in user vote and add ideas? “Idea Factory” plugin has got just an option box to “Enable the public (non logged in users) to submit and vote on new ideas.”

    @tobias_conrad

    First, it’s a bit annoying to reply to something that has nothing to do with the original topic. So next time, try to read and see if your topic is relative. ALlowing ideas to be voted for non logged in users has nothing to do with the problem described in the topic.

    Then, you can always use Idea Factory if you don’t like the fact i’m not allowing non logged in users to vote. That’s a very easy step!
    Else, there’s no easy step, you need to disallow the built in rating system and find another plugin to deal with ratings. Here’s the filter to disallow built in ratings:

    add_filter( ‘wp_idea_stream_is_rating_disabled’, ‘__return_true’ );

    Sorry i added the content from the wrong place here.

    Can you please make it possible (as an option) to “Enable the public (non logged in users) to submit and vote on new ideas.”

    Thread Starter Saleswonder Team Tobias

    (@tobias_conrad)

    i just wanted to say i do not see the need of logging in when an antispam plugin is active.

    Plugin Author Mathieu Viet

    (@imath)

    @tobias_conrad

    Ah ok. Well it’s not a question of spamming. I just don’t want to support it and play with IP address. So a user ID is required to vote. Sorry if you don’t like it, but as you said some plugins are doing it so everyone is free to use them if that’s a blocker for them ??

    Thread Starter Saleswonder Team Tobias

    (@tobias_conrad)

    Also for the visitors of the blog it is a blocker when new to the page and need to login.
    Yes, to avoid double voting watch the IP and set a cookie is a good way.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘non logged in user can vote also’ is closed to new replies.