• Resolved noisegate95

    (@noisegate95)


    Hello, I installed this plugin and I really like it. However I think it is not playing nice with the Livefyre commenting plugin. Is there a way to completely remove this from the commenting section? Am I missing the whole point of this plugin.
    I just wanted users to be able to login with a social network as I will be creating a members only page in the future.

    Site is http://blog.noisegate95.com

    Thank you.

    http://wordpress.org/extend/plugins/oa-social-login/

Viewing 1 replies (of 1 total)
  • Claude

    (@claudeschlesser)

    Hello,

    to remove the plugin from the comments, you can open the file includes/user_interface.php and comment the following lines:

    add_filter('comment_form_defaults', 'oa_social_login_filter_comment_form_defaults');
    add_action ('comment_form_top', 'oa_social_login_render_login_form_comments');

    To comment the lines, simply add // in front

    //add_filter('comment_form_defaults', 'oa_social_login_filter_comment_form_defaults');
    //add_action ('comment_form_top', 'oa_social_login_render_login_form_comments');

    In the next version of the plugin we will add the possibility to disable the comment features in the plugin settings.

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Social Login] Remove From Comments? Site Login Only?’ is closed to new replies.