I made the changes that miss_jwo mentioned and it worked the correction of the list of users in the dashboard of the plugin, in addition to this also corrected the form ID tag in the file buddypress-verified-profile.php on line 123
Currently is
<form action=”” method=”post” id=”standard-form” class=”standard-form” name=”settings-form”>
I change to
<form action=”” method=”post” id=”settings-form” class=”standard-form” name=” settings-form”>.
But despite all this I have a little problem, the plugin don’t show the verified badge image and info in the user’s profile even though the manager list as I get verified, may help resolve this? I have using a Child Theme of the Mingle WordPress Theme
Thanks
Regards