When using a subdirectory on the site for members and user and then also using custom directories the user permalink in the custom directory is not correct.
eg using https://website/private/members2 (custom directory)
and also the original members directory is in private subdirectory (website/private/members) the user permalink in the custom directory links incorrect to https://website/members/user
In the original members directory (website/private/members) the user permalink links correctly to https://website/private/members/user
Did I miss something here? I probably can hardcode the permalink it with my limited php skills but it would be nicer if the plugin can support this.