In "Latest Activity" what is automatically shown, and how can we control it?
Using Jamroom
Quote: Not being able to pull all or selected kinds of activity, from all users (members), into a single (non-profile) Page window, seems odd. We are often advised to highlight member activities, on the landing page or home page of an online community, in order to attract new members.
You can list user activities anywhere on your site, including non profile pages -
{jrCore_list module="jrAction"}
You can then add searches to the call to list just the actions/activities you want -
{jrCore_list module="jrAction" search="action_module = jrBlog"}
or
{jrCore_list module="jrAction" search="action_module IN jrBlog,jrGallery,jrVideo"}
The search/filtering possibilities are endless.