Viewing 2 replies - 1 through 2 (of 2 total)
  • Flowrida

    Can you post the code you fixed. This plug in seems to only work at an admin level and not at a subscriber level and would love to know your fix.

    Thread Starter flowrida

    (@flowrida)

    Hi sweetcell,

    I only changed the line 104 to:
    $find_feedkey = $wpdb->get_row("SELECT umeta_id,user_id FROM " . $wpdb->prefix . "usermeta WHERE meta_value = '" . $wpdb->escape($submitted_feedkey) ."'");

    The plugin works also with subscribers as I have an admin user and several subscriber users (and tested it). But I am also using the plugin “User Access Manager”… I deactivated the inheritance of the RSS access rights. This could be “your” solution or maybe coincidence.

    Does this make sense?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Database prefix’ is closed to new replies.