Hello,
on my test site I created
Login UWP – Set as login page
Register UWP – Set as registration page
Login GD – Set as GD login page
Now when a use comes to the site, and selects ‘add listing’ from the menu, they are taken to the UWP login, and if they don’t have a login they can select the link for ‘Create new account’ which takes them to the UWP registration page so they can fill out all the reuired UWP fields.
GD is ‘aware’ of the settings for UsersWP, and UWP specifically overrides the setings for GD so they work together. This is especially important since in V1 to add a listing, users must login to add a listing, and most site owners want users to register to add a comment, too.
If there is another page for GD Login, it shouldn’t show up anywhere, and doesn’t need to be in the menu. If you are using UsersWP, then the various places where users are directed to login/register, these links will point to the UsersWP login page.
Hope that helps