CUL Activity Stream Block

Blocks ::: block_culactivity_stream
Maintained by Amanda Doughty
A block that displays a feed containing the latest moodle messages. Part of the CUL Activity Stream suite.
Latest release:
24 sites
83 downloads
9 fans
Current versions available: 6

Activity stream block
=====================

The block has a dependency on moodle-message_culactivity_stream which creates and populates the table it uses.

The block selects and displays a list of the users messages from the table {message_culactivity_stream}. Each message includes a link to view the notification subject and one to remove the message from the users feed. With JS enabled, the block checks for new notifications every 5 mins. It also appends older messages as the users scrolls down the list. If the block is displayed on the site page then all course messages are included. If the block is displayed on a course page then only course messages for the containing course are displayed.

The block identifies course messages by displaying a course image (the first image file uploaded to the course summary files area) or a gravatar (if the course has no course image). The messages are required to include the course id for this to work. The event data sent to the message lib does not always include the course id or any useful/consistent way of identifying the course that the message originated from. If the message cannot be linked to a course id, the avatar will be the user from picture or a gravatar if none exists.

There is a core code patch for adding the course id to messages: https://tracker.moodle.org/browse/MDL-47162

The block has a setting to choose a gravatar type but this will only work if the core code setting 'enablegravatar' is enabled. So in summary, the avatar for a message defaults in the following order:

Requirement - course id and image uploaded to course summary files.
1. Course image centred horizontally and vertically
Requirement - course id and 'enablegravatar' is enabled
2. Course gravatar
Requirement - course id
3. Moodle image /pix/u/f2
Requirement - user from image uploaded
4. User image
Requirement - 'enablegravatar' is enabled
5. User gravatar
6. Moodle image /pix/u/f2

Screenshots

Screenshot #0

Contributors

Amanda Doughty (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • David Mudrák
    Thu, 30 Oct 2014, 8:55 PM
    See my approval comments in message_culactivity_stream
  • David Mudrák
    Thu, 30 Oct 2014, 8:57 PM
    Please provide some illustrative screenshot here, such as how the block may look in production site at the My home page. Thanks.
  • Rob Bright
    Mon, 3 Nov 2014, 2:38 PM
    I tried using this with Moodle 2.6.5 and the Essential theme. It installs fine, along with the other parts needed; however, when I add the block to the course, I am then unable to edit anything within that course. I have to remove the plugins themselves and then delete the local contents. Once this has been done, I can then edit the course again but not use this block.
  • Amanda Doughty
    Wed, 5 Nov 2014, 11:32 PM
    I have updated the git repo with a fixed version.
  • Bas Brands
    Thu, 6 Nov 2014, 12:29 AM
    Install went fine, it looks great and I could immediately see it work. Thanks for sharing your work, I am sure many will enjoy it.
    It's great to see this using YUI modules for it's JS smile
    The only tip I would have is to provide some extra installation instructions.

    Great work!
Please login to post comments