• So, we have this blog and we need both a plagiarism checker and ratings plugin. The ratings plugin we use is Yet Another Stars Rating and the plagiarism one is this, obviously.

    The problem is that when we activate the the PCbySST our ratings just stops working for unlogged users. Right need we looking foward for a solution on either end.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Bernardo Rosa

    (@bernardogram)

    You are blocking all ajax action, what is really really bad and you should check it ASAP.

    I tested it with these lines commented out and it works:

    if(!current_user_can('edit_posts'))
    {
    	if(!check_ajax_referer( 'sst-check-plagiarism-security-nonce', 'sst_nonce_security'))
    	{
    		wp_die();
    	}
    	die('Only Admins and Editors are allowed to access these files...');
    }

    Please implement a better solution, people are paying to use this.

Viewing 1 replies (of 1 total)
  • The topic ‘The plugin made YARS stop working’ is closed to new replies.