The administrator is able to customize registration fields from the plugin settings panel Settings -> TWG Members..
The Web Gears is community of web-developers who are busy with developing new features and implement them environment to make the web more comfortable and suitable for you...
Create page for registration form and use shortcode on it, or if you have template for that page use PHP code to get the registration form.
Create page for login form and use shortcode on it, or if you have template for that page use PHP code to get the login form.
Use on the login page in place where you want login errors to be displayed, or code for custom template.
You can use twg logged in PHP function to check whether there is currently logged-in user.
To log out the user you either redirect user to login page's logout location or add new page for logging out and put there short code or..
To get list of all members you can just call short code like this or function like this twg member list from PHP.
This option points to your profile page function ) profile page is parameter, so if not passed no profile links will be displayed for individual users...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more