Were on the latest version of this plugin but seem to be having an issue with it (issue goes away when you disable the plugin)
We have a moderator user group which has the following permissions:
The account can see / edit their own profile on the frontend, but other users seem to be a different story, we can get to the edit page of a user using the moderator account but we don't see any valid fields to edit,
The checks for can this user edit someone seem to pass but somewhere in the functionality of calling
wpforo_account_fields
and then the
<?php wpforo_fields( $fields ); ?>
call we seem to be having some problem where wpforo doesn't seem to think the moderator should be able to edit any of the fields.
This works fine when logged in as admin and I see in your plugin code you allow for user 1 / site admin to edit anyone regardless but then some permissions checking happens for everyone else and it seems to fail at that point.
We do override this template file but our changes are extremely minimal really, we just change some wording on a button, adding a couple classes etc, the form itself all appears to output fine with the hidden fields and save buttons but just not the fields themselves.
When you disable the plugin you can see / edit the fields as expected when enabled we can't see them apart from if your the current person edfiting yourself or if your overall site admin.
Can you help us here? I am not sure if its config related I can't see anything in there to suggest it needs to be given user groups that can do stuff or anything like that so not sure if I am just missing it.
Thanks.