Support is monitored from Monday to Saturday in office hours from the GMT timezone. Our response time can be up to 2 business days.

Notice: We do not accept any customization. Please Read Envato Support Policy. But we still can help with little snippets if that's possible!

Okay
  Print

Youzify Shortcodes

- Activity Shortcode : 

[youzify_activity]

Check all the activity shortcode options here : https://kainelabs.ticksy.com/article/14818/




- User Reviews List : 

[youzify_reviews user_id="" per_page="5" show_more=""]

user_id : The user id.

per_page: Number of reviews to display.

show_more : Display "Show More" link.




- Verified Users List:

[youzify_verified_users limit="5"]

limit: Number of users to display.




- Login Form Shortcode : 

[youzify_login]




- Register Form Shortcode:

[youzify_register]




- Lost Password Form Shortcode:

[youzify_lost_password]




- Get Loggen-in User Avatar Shortcode :

[youzify_account_avatar]




- Display Specific Profile fields data.

[youzify_xprofile_fields user_id="1" fields="1,2,3..." ]

- user_id : The user id.

- fields : List of fields ID's.




- Display Profile Group fields Data :

[youzify_xprofile_group profile_group_id=""]


- profile_group_id :  specify the group of fields.




- Author Box Shortcode :

[youzify_author_box user_id="" layout='' meta_type="" statistics_bg="" statistics_border="" networks_type="" networks_format="" cover_overlay="" cover_pattern=""]


- user_id :

Card user ID.

- layout :

Available layouts are : ( youzify-author-v1, youzify-author-v2, youzify-author-v3, youzify-author-v4, youzify-author-v5, youzify-author-v6 )

meta_type :

Options ( username, location, website, email, phone-number )


statistics_bg :

Use the silver statistics bakcground, options ( on, off )


statistics_border :

Separate statitics with borders, available options are : (on, off)


networks_type:

Networks icons color  available options are : (colorful, silver, transparent, no-bg )


networks_format :

Networks icons border style , available options are ( flat, radius, circle )


cover_overlay :

Display card cover black overlay , available options are ( on, off)




- Members List: 

[youzify_members per_page="5"]
  • type optional

    Defines the type of users to return.

    • Accepted arguments: activenewestpopularonlinealphabeticalrandom
    • Default value: active
  • per_page optional

    The number of users to display on a page before they are paginated to the next page.

    • Default value: 20
  • page optional

    The page number to display.

    • Default value: 1
  • max optional

    The total number of users to return.

    • Default value: false (no limit)
  • include optional

    Pass a user_id or string of comma separated user_ids to return on these users.

    • Default value: false
  • exclude optional

    Pass a user_id or string of comma separated user_ids to exclude those users in the return.

    • Default value: false
  • user_id optional

    Limit the members returned to only friend connections of the logged in user.

    • Default value: false
  • search_terms optional

    Return members that match these search terms

    • Default value: false
  • meta_key optional

    Only return users with this usermeta field.

    • Default value: false
  • meta_value optional

    Only return users where the usermeta value matches. Requires meta_key.

    • Default value: false
  • populate_extras optional

    Fetch extra meta for each user such as their full name, if they are a friend of the logged in user, their last activity time.

    • Default value: true

- Groups List: 

[youzify_groups per_page="5"]
  • type optional

    Defines the type of groups to return.

    • Accepted arguments: activenewestpopularrandomalphabeticalmost-forum-topicsmost-forum-posts
    • Default value: active
  • per_page optional

    The number of groups to display on a page before they are paginated to the next page.

    • Default value: 10
  • page optional

    The page to display.

    • Default value: 1
  • max optional

    The total number of groups to return.

    • Default value: false (no limit)
  • user_id optional

    Return only groups that this user is a member of.

    • Default value: false
  • slug optional

    Return only the group that matches this slug

    • Default value: false
  • search_terms optional

    Return only groups that match these search terms

    • Default value: false
  • meta_query optional

    Return only groups that match a meta key and value

    • Default value: false
  • populate_extras optional

    Fetch extra meta for each group such as if the logged in user is a member, or is banned.

    • Default value: true
  • include optional

    Pass a group_id or string of comma separated group_ids to return on these groups.

    • Default value: false
  • exclude optional

    Pass a group_id or string of comma separated group_ids to exclude those groups in the return.

    • Default value: false