Activity Feed
Displays a self-updating feed of logged site activity, with options to filter the contents. Also includes a block for entering new activities directly into the feed, allowing a "status update" functionality.
These blocks are put on the member profile tabs by default, but may also be called up on other areas of the site.
If the chat addon is installed, "status" posts can be restricted to only show for buddies.
If the Hybridauth addon is installed then the system can syndicate out activities to configured social media destinations.
The blocks provided are main_activity_feed and the status entry box is called main_activity_feed_state.
…will show a feed with a title "Goings On" containing the last 20 activities, old activities will "fall off the bottom" (grow="0") as new ones are loaded via AJAX and there is no filtering on what is shown. (mode="all").
…will show a status update box with the title "Say Something".
Maximum software version: 11.9
These blocks are put on the member profile tabs by default, but may also be called up on other areas of the site.
If the chat addon is installed, "status" posts can be restricted to only show for buddies.
If the Hybridauth addon is installed then the system can syndicate out activities to configured social media destinations.
The blocks provided are main_activity_feed and the status entry box is called main_activity_feed_state.
Code
[block="Goings On" max="20" grow="0" mode="all"]main_activity_feed[/block]
Code
[block="Say Something"]main_activity_feed_state[/block]
Website Software Requirements
Minimum software version: 11Maximum software version: 11.9
0 reviews: Unrated
There have been no comments yet