@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.”