How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support How i can enable multiply rating?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6033
    bincatt
    Participant

    I know this code from other topic.
    This is comments for guests but how i can enable not only comments and enable rating for guests? (i know that it’s not good but i need this)

    function poka_child_init(){

    update_option( ‘comment_registration’, 0 );

    }

    add_action( ‘init’, ‘poka_child_init’ );

    #6047
    admin
    Keymaster

    Hi!

    I’m sorry but this not an easy change with just a small snippet.
    The way reviews are built currently is by allowing only registered users to vote to avoid duplicate votes.
    In order to allow guests to vote another logic must be made maybe using IP,cookies,etc to avoid duplicates. (Even though this is not very safe because these methods can be fooled).
    If you are interested for something custom you can send us an email for a quote.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.