Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello. I have the same problem. Even if the option badge text is not checked i see that in all the profiles. I need somehow to fix it cuz i really need this plugin for my website.
    http://www.newfashiontalents.com/

    nkeatign

    (@nkeatign)

    same problem

    mrgiblets

    (@mrgiblets)

    Me too.. All members now displaying “Verified User” text, not the badges though.

    mrgiblets

    (@mrgiblets)

    Quick fix to remove “Verified User” text for all non-verified users.

    1) open buddpress-verified/includes/functions.php

    2) find :

    $text = !empty($is_verified['text']) ? $is_verified['text'] : 'Verified User' ;

    3) replace with :

    $text = !empty($is_verified['text']) ? $is_verified['text'] : '' ;

    4) Make sure you actually type “Verified User” (or whatever you want to use) into the Badge Text input box or leave it blank if you don’t want any text to display.

    Yeah it still leaves the empty div though.. I wish that the developer would address this

    Wish BP would integrate this into their own plugin. I think it’s super important. Great job on making this available though. We really need this function for our community.

    Same issue here.. i hope this does not become a dead plugin. some one who does php must be able to go in and fix it. I’m just going deactivate it till they fix it if they ever do.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘all members are verified without being selected’ is closed to new replies.