Horje
Create elegant Login, Register, and Forgot Your Password form on Page, widget or Popups on your website in just minutes with AJAX.

Noted That:

  • To install correctly this wp-user.zip.
  • Fisrt Download the wp-user.zip to your computer
  • Extract/Open wp-user.zip to Your Computer.
  • Then, Find readme.txt file inside wp-user.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 the Tips Below.

Start the Tips:

1. First Download "wp-user.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 "wp-user.zip" Downloaded plugin from your computer, Where you downloaded wp-user.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. "WP User – Custom Registration Forms, Login and User Profile" folder is added on left sidemenu. Now, Click on "WP User – Custom Registration Forms, Login and User Profile" folder.

   Noted that: If you do not see "WP User – Custom Registration Forms, Login and User Profile" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about WP User – Custom Registration Forms, Login and User Profile Configurtions and Settings or How to work "WP User – Custom Registration Forms, Login and User Profile" 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 "WP User – Custom Registration Forms, Login and User Profile" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is WP User – Custom Registration Forms, Login and User Profile
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide
  • Download the plugin file, unzip and place it in your wp-content/plugins/ folder. You can alternatively upload it via the WordPress plugin backend.
  • Activate the plugin through the ‘Plugins’ menu in WordPress.
  • WP User menu will appear in Dashboard->WP User.
  • shortcode
    [wp_user] shortcode for display login, registration, forgot password form.
    You Can use following attribute for custom form
    [wp_user id=’1234? width=’360px’ popup=’1? active=’register’ role=’subscriber’ login_redirect='”.get_site_url().”‘]
    id : If Multiple Form Add-on activated then create form and set id=’form_id’.
    You can use diffrent registration form for diffrent page.
    Ex. [wp_user id=’1234?]

width : set custom width to login, registration, forgot password form.
[wp_user width=’360px’]

popup : set popup=’1? shortcode for popuup model login, registration, forgot password form.
Ex. [wp_user popup=’1?]

active : For activate default form. By Defualt login.
[wp_user active=’register’ popup=’1?] shortcode for popuup model login, registration, forgot password form. default active registration form
[wp_user active=’register’] for display default active registration form.(sign up page)
[wp_user active=’forgot’] shortcode for display login, registration, forgot password form. default active forgot form

role : Set role for new register user via register form. You can set diffrent role for diffrent form. By Defualt subscriber role
Ex. [wp_user role=’subscriber’]

login_redirect : Custom login redirection url for each login form.
Ex. [wp_user login_redirect=’www.yoursite.com/redirectPageUlr’] for redirect user after login to custom link. Replace ‘www.yoursite.com/redirectPageUlr’ Url with redirect page Url.

[wp_user_member] shortcode for display member list/directory
You can use following attributes for filter/show member list
[wp_user_member role_in=’subscriber’ role_not_in=’author’ include=’1,2,5,7? exclude=’55,44,78,87? approve=’1? size=’small’]
role_in : If you want to show only selected member role in list then set this attribute by comma seprated
Ex. [wp_user_member role_in=’subscriber,author’]

role_not_in : If you want exclude to show some user roles in member list then set this attribute by comma seprated
Ex. [wp_user_member role_not_in=’subscriber,author’]

include : If you want only show selected user ids then set this attribute by comma seprated
Ex. [wp_user_member include=’1,2,5,7? ]

exclude : If you don’t want show selected user ids then set this attribute by comma seprated
Ex. [wp_user_member exclude=’55,44,78,87? ]

approve : If you want show only approve user then set approve=’1?
Ex. [wp_user_member approve=’1? ]

size : If you want change default display member list template to small one then set size=’small’
Ex. [wp_user_member size=’small’ ]

[wp_user_list] shortcode for display member list/directory

You can use following attributes for filter/show member list

[wp_user_list role_in=’subscriber’ role_not_in=’author’ include=’1,2,5,7? exclude=’55,44,78,87? approve=’1? size=’small’]

role_in : If you want to show only selected member role in list then set this attribute by comma separated

Ex. [wp_user_list role_in=’subscriber,author’]

role_not_in : If you want exclude to show some user roles in member list then set this attribute by comma separated

Ex. [wp_user_list role_not_in=’subscriber,author’]

include : If you want only show selected user ids then set this attribute by comma separated

Ex. [wp_user_list include=’1,2,5,7? ]

exclude : If you don’t want show selected user ids then set this attribute by comma separated

Ex. [wp_user_list exclude=’55,44,78,87? ]

approve : If you want show only approve user then set approve=’1?

Ex. [wp_user_list approve=’1? ]

template : If you want change default display member list with different layout then set template=

Template : Currently we 2 template available for show user list

Rounded (template=rounded ): set template parameter as rounded.

Ex: [wp_user_list template=’rounded’]

Default :

Ex: [wp_user_list]

Key,Value : if you want user list display user list on particular page based on user_meta key and value then set Key and Value attribute.

If you have pages like Bride, Groom so based on user meta_key you can display or category user using this attribute

Ex:

Bride : [wp_user_list key=’gender’ value=’Female’]

Groom : [wp_user_list key=’gender’ value=’Male’]

Use above shortcode respective pages and set metaket as gender and it value male or female.

This meta key add using form builder addon and add filed for gender in register/profile form.

You can add multiple key and values in this shortcode.

Ex: If you want to add Bride page on site and only for Unmarried’ then add multiple keys and values using comma separated

[wp_user_list key=’gender,maritial_status’ value=’Female,Unmarried’]

This meta key add using form builder addon and add filed for gender and maritial_status in register/profile form.

id : If Form builder addon is Activated then filter result based on custom fields.

Create new form using form builder

Add field into form which you want to add in custom filter

Get form id from list

Set id attribute in form and set value as form id

Ex:

[wp_user_list id=’474?]

[wp_user_list id=’474? key=’gender,maritial_status’ value=’Female,Unmarried’]

So based on this filter it will filter the result.

[wp_user_restrict] your restricted content goes here [/wp_user_restrict]
shortcode for Restrict Content to registered users only. logged in users only access content
To restrict just a section of content within a post or page, you may use above shortcodes
You can also set user role for access content.
You can use role attribute for only access content to selected user role:
Ex. [wp_user_restrict role=’author,editor’] your restricted content goes here [/wp_user_restrict]
Ex. [wp_user_restrict role=’author’] your restricted content goes here [/wp_user_restrict]
Ex. [wp_user_restrict role=’logged_in’] your restricted content goes here [/wp_user_restrict] : logged in users only access content
To restrict an entire post or page, simply select the user role you’d like to restrict the post or page to from the drop down menu added just below the post/page editor.


your, popups, widget, website, just, ajax, minutes, page, form, login,

Name

Reffered: https://wordpress.org/

Share on: