Social Activity Setup

Overview

This document explains how to configure and use the extension Social Activity. This extension allows members to interact with each other by adding an activity system to your site where members can create posts on their wall and see what other members are up to on your site.

Contents

Settings #

Extension's settings #

Once the extension is activated, you will see the tab "Social Activity" on wp-admin > Ultimate Member > Settings > Extensions. You can manage extension's settings:

  • Number of wall posts on desktop - Limits the number of posts displayed and loaded at once on the desktop device.
  • Maximum number of faces - Limits the number of displayed members who liked the post.
  • Number of wall posts on mobile - Limits the number of posts displayed and loaded at once on the mobile device.
  • Number of initial comments/replies to display per post
  • Number of comments/replies to get when user load more
  • Comments order
  • How many words appear before wall post is truncated? - Limits the length of the post extract shown in the activity wall.
  • Allow users to set their activity wall privacy through account page?
  • Trending Hashtags Days
  • Require user to login to view activity walls? - Guests can't see the activity wall if this setting is enabled.
  • Text to display If user needs to login to interact in a post
  • Active Color
  • Enable integration with followers to convert user names to user profile links automatically (mention users)? - Optional. Require the extension "Followers".
  • Show only followed users activity in the social wall - Optional. Require the extension "Followers".
  • Enable integration with friends to convert user names to user profile links automatically (mention users)? - Optional. Require the extension "Friends".
  • Show only friends activity in the social wall - Optional. Require the extension "Friends".
  • Enable "New user" in activity
  • Enable "New blog post" in activity
  • Enable "New product" in activity
  • Enable "New Gravity Form" in activity
  • Enable "New Gravity Form Answer" in activity
  • Enable "New follow" in activity
  • Enable "New note" in activity
  • Enable "Account Verification" in activity
  • Enable "New forum topic" in activity
  • Enable "New topic reply" in activity
  • Enable "New job" in activity
  • Enable "Job is filled" in activity

Image - Settings on wp-admin > Ultimate Member > Settings > Extensions > Social Activity

wp-admin> Ultimate Member > Settings > Extensions > Social Activity

Profile Menu settings #

The extension adds the tab "Activity" into the profile page menu. Administrators can hide/show this tab and manage who can see this tab.

  • Activity Tab – Allows to enable/disable "Activity" item in the Profile menu.
  • Who can see Activity Tab? – Manage access to the "Activity" tab in the Profile menu.

Image - Profile menu settings on wp-admin > Ultimate Member > Settings > Appearance > Profile Menu

User Role settings #

Each user role has settings for the extension. Administrators can edit user role settings on wp-admin > Ultimate Member > User Roles > Edit Role.

Image - User role settings on wp-admin > Ultimate Member > User Roles > Edit Role

Shortcode #

[ultimatemember_wall] #

This shortcode shows the wall with member's posts and activities.

The shortcode attributes:

  • user_id (integer) - the identification number of the user - recipient. Required.
  • hashtag (string) - filter user wall posts by Hashtag. Optional.
  • user_wall (bool) - show the form on the wall. Optional.
  • wall_post (integer) - show specific post/activity. Optional.

Examples:

[ultimatemember_wall user_id="123"]
[ultimatemember_wall user_id="123" hashtag="#mypost" user_wall="true" wall_post="3" ]

[ultimatemember_activity] #

This shortcode shows the wall with common posts and activities of members.

The shortcode attributes:

  • user_id (integer) - the identification number of the user - recipient. Optional
  • hashtag (string) - filter user wall posts by Hashtag. Optional.
  • user_wall (bool) - show the form on the wall  (the form will not display when using a hashtag). Optional.
  • wall_post (integer) - show specific post/activity. Optional.
  • template (string) - activity template name. Optional.
  • mode (string) - mode name append in the element’s class. Optional.
  • form_id ( string ) - form id append in the element id. Optional.

Please note that the form for a new post will not be displayed when using a hashtag.

Examples:

[ultimatemember_activity]
[ultimatemember_activity user_id="123" hashtag="#mypost" user_wall="false" wall_post="3" template="activity" mode="activity" form_id="um_activity_id" ]

Manage wall posts #

Admin side #

Administrators can see and manage social activity posts on wp-admin > Ultimate Member > Social Activity. Administrators can delete any post, edit posts content, comments and hashtags.

Image - Activity wall posts on wp-admin > Ultimate Member > Social Activity

Administrators can overview reported (flagged) posts and decide what to do with these posts: delete or approve.

Image - Activity wall post actions on wp-admin > Ultimate Member > Social Activity > Flagged

Front end side #

The post author can delete and edit the post on the wall. The comment author can delete and edit the comment on the wall. The reply author can delete and edit the reply on the wall. Administrators can delete and edit posts, comments, and replies.

Image - The Activity wall

Configure notifications #

The extension can't send email notifications but can send real-time notifications*. The Administrator can turn OFF/ON each notification and edit notifications templates on wp-admin > Ultimate Member > Settings > Extensions > Notifications

Note: Real-time notifications require the extension Ultimate Member - Real-time Notifications.

Existing real-time notifications:

  • User get a new wall post - When someone publishes a post on my wall
  • User get a new wall comment - When someone comments on your post
  • User get a new post like - When someone likes your post
  • User get a new mention - When someone mentions me

Image - Real-time notifications templates on wp-admin > Ultimate Member > Settings > Extensions > Notifications

User Account #

Privacy #

Members can manage their activity wall privacy in their accounts.

Image - The option Who can see your activity wall? on Account > Privacy

Web notifications #

Members can turn on or off each real-time notification in their accounts if the Notifications extension is also integrated on the site.

Image - Real-time notification options Account > Web notifications.