Horje
This plugin allows you to have members and profiles in WordPress independent from wp built-in users functionality.

Noted That:

  • To install correctly this twg-members.zip.
  • Fisrt Download the twg-members.zip to your computer
  • Extract/Open twg-members.zip to Your Computer.
  • Then, Find readme.txt file inside twg-members.zip and Open readme.txt.
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download "twg-members.zip" Plugin to your Local Computer. (Click Download)

2. Then, Login to your "yourdomain.com/wp-admin" Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse "twg-members.zip" Downloaded plugin from your computer, Where you downloaded twg-members.zip According to Step – 1 Above then, click on "Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "TheWebGears Members Plugin" folder is added on left sidemenu. Now, Click on "TheWebGears Members Plugin" folder.

   Noted that: If you do not see "TheWebGears Members Plugin" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about TheWebGears Members Plugin Configurtions and Settings or How to work "TheWebGears Members Plugin" in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to "Plugins" + "Installed Plugin" from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find "TheWebGears Members Plugin" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is TheWebGears Members Plugin
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide
  1. Upload the plugin to the “/wp-content/plugins/” folder
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Customize the registration fields, success/failure messages and element values through Settings -> TWG Members settings panel

Usage

  • Create a page for registration form and use [twg-register-form] shortcode on it, or if you have a custom template for that page – use twg_register_form(); ?> PHP code to get the registration form
  • Create a page for login form and use [twg-login-form] shortcode on it, or if you have a custom template for that page – use twg_login_form(); ?> PHP code to get the login form
  • Use [twg-login-errors] on the login page in place where you want login errors to be displayed, or twg_login_errors(); ?> code – for custom template
  • You can use twg_logged_in() PHP function to check whether there is a currently logged-in user (the function returns boolean true or false)
  • Use [twg-get-username] shortcode or twg_get_username() function to get username of currently logged-in user (returns ‘Guest’ if user is not logged in)
  • Place on the page of user own profile the shortcode [twg-my-profile] or a function twg_my_profile() (user can edit his profile from the page where you place this code)
  • [twg-profile-page] shortcode or twg_profile_page() PHP function to be placed on users public profile page (user profile can be seen calling url like this [assuming that your page name/slug is ‘users’ http://my-wordpress-site.com/users/?uid=15 – where uid=15 is ID of the user whose profile is to be displayed)
  • To log out the user you either redirect user to login page’s /?logout location (like this: http://www.my-wordpress-site.com/my_login_page/?logout) or add a new page for logging out and put there [twg-logout] short code or twg_logout(); ?>.
  • To display someones public profile by his user ID, you either need to proceed by the link from the user list or if you want to preview the public profile of the current user, you should get user ID by using [twg-my-id] short code or twg_my_id() PHP function and append it to the public profile page link like this: [twg-my-id]“>preview my profile or like this: twg_my_id(); ?>”>preview my profile
  • To get list of all members you can just call short code like this [twg-member-list profile_page=”my_public_profiles_page”] or a function like this twg_member_list(‘profile_page=my_public_profiles_page’) from PHP. If you don’t use profile_page parameter (both in short tag and in PHP function) it will take “profiles” as a default value. This option points to your profile page (it must be the slug of the page where you have used [twg-profile-page] or twg_profile_page() function). profile_page is an optional parameter, so if not passed no profile links will be displayed for individual users.

independent, built, users, functionality, wordpress, profiles, allows, have, members, plugin,

Name

Reffered: https://wordpress.org/