The activity page is the default homepage, you can consider it as your control panel about what happens in the site (maybe in addition to the dashboard, even if the dashboard is an option-plugin you can activate or not, whereas the activity page is built into core).
The river provides a number of widgets that display a user and his friends' latest activities. Each entry shows who performed the action and allows you to click through to it and the subject of that action. You have three tabs: "All" shows you yours plus your friends actions; "Mine" and "Friends"... guess which!
An entry is only displayed if an individual plugin has provided information about its activities in a form that the river can understand, and entries are limited to operations that the user has been allowed to see.
A few technical details: the river is not a plugin, it's built into core, and it has its own table in the database. We will see these things further.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
There's a few errors in this part:
The river isn't a plugin, it's built into core. Also, the information isn't gleaned from the system log - it has it's own table in the database.
I also want to thank you for doing this - documentation always seems to get overlooked even though it's vitally important for new users. Thank you!
I updated it. Is it correct to say: "the activity page is the default homepage"?
I think so.