• josephinelovesnapoleon

    (@josephinelovesnapoleon)


    Wonderful plugin and it works great. I have only just noticed the text ‘xx users out of 100’ in my users tab.

    Does this mean I cannot add more than 100 privileged users to my website? I cannot find this information in the FAQ or anywhere else.

    When I look at the code, I see `$Sql .= “LIMIT ” . ($Page – 1)*100 . “,100”;
    $myrows = $wpdb->get_results($wpdb->prepare($Sql, $_GET[‘User_ID’]));
    $Number_of_Pages = ceil($wpdb->num_rows/100);`

    I hope someone can help me as I do expect to surpass that number quite soon 🙁

  • The topic ‘[Front-End Only Users] Is there a maximum number of users?’ is closed to new replies.