Forum Aggregator

Blocks ::: block_forum_aggregator
Maintained by asdTõnis Tartes
Customized forum block, which allows teacher to select from which forums are latest posts shown on a course page.

Forum Aggregator 2015030200

Moodle 2.6, 2.7, 2.8, 2.9, 3.0
Released: Tuesday, 3 March 2015, 3:28 AM
Forum Aggregator by Tõnis Tartes since 2011

This works for Moodle 2.x version.

Customized forum block, which allows teacher to select from which forums are latest posts shown on course page.
This block is an alternative for Recent News block which is tied to News Forum.

Includes all forums used in course
Teacher can select one or more forums to be shown
Can select number of latest posts to be shown(max 25)

This block makes no DB changes!
//02.03.2015 - Version bump and couple minor version.php updates.

//13.05.2014 - If forum tracking is FORCED then unread posts are shown with different background color.
Background color can be set in global block config. Thank you Thomas Bantle!

//12.02.2014 - Moodle 2.6 release(2014021200). Please note this version will not work below 2.6!!!
If you want to use this block below Moodle 2.6 then please download from this branch:
https://github.com/t6nis/moodle-block_forum_aggregator/tree/2013091300

//09.13.2013 - Refactored code and now showing the latest posts foreach selected forum.
Before it showed the latest discussions(first posts) only.

//06.05.2013 - Changed the view of posts in block

//19.10.2012 - Fixed a bug, related to showing different count of posts. Thank you Thomas Bantle!

//04.07.2012 - Minor lang fixes

//10.06.2012 - There were some messages popping up in Moodle 2.3, when debugging was enabled. Fixed it.

//11.06.2012 - Updating Forum Block to Forum Aggregator. Removing old entries from git.

Version information

Version build number
2015030200
Version release name
2015030200
Maturity
Stable version
MD5 Sum
1b085e40e903046419f20e7fd9487383
Supported software
Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.