[Elgg 1.8-1.12 & 2.X: Recent discussions]

Warning: This plugin has't been updated in over 8 years. It may no longer be maintained.

What you can do to help:

This plugin adds a widget that lists all the group discussions in which a user recently took part in.

Last updated
Recommended Releases
Elgg Release Download Date Links
2.32.0.0 (16.21 kB)2015-Sep-26
2.22.0.0 (16.21 kB)2015-Sep-26
2.12.0.0 (16.21 kB)2015-Sep-26
2.02.0.0 (16.21 kB)2015-Sep-26
1.121.9.5 (15.93 kB)2015-Sep-26
1.111.9.5 (15.93 kB)2015-Sep-26
1.101.9.5 (15.93 kB)2015-Sep-26
1.91.9.5 (15.93 kB)2015-Sep-26
Show all releases

This plugin is an update of Twister's recent discussions plugin (https://community.elgg.org/plugins/384564). There are releases available for Elgg 1.8 or newer.

The plugin offers a widget to be added to the profile page / dashboard which shows / links to the latest group discussions the user has participated in (latest 5, 10, 15, 20 depending on how the widget is configured by the user). The widget won't show the starting entry of a discussion (= Elgg entity) but only the latest comments the user made in group discussions (= Elgg annotations).

Additionally, you can include the "Recent discussions" widget also on your index page. Assuming you are using the custom_index plugin add the following lines to the file mod/custom_index/views/default/page/layouts/custom_index.php at the appropriate place (depending on where you want the Recent discussions widget to be placed within your index page):

// Recent discussions plugin

if (elgg_is_active_plugin('recentdiscussions')) {

    $html = elgg_view('index/recentdiscussions');

    echo elgg_view_module('featured',  elgg_echo('recentdiscussions:title'), $html, $mod_params);

}

If you are using the Widget Manager plugin, the recentdiscussions plugins comes with a widget you can add to your index page using the Widget Manager plugin without the need to modify any code.

Installation:

  1. If you have a previous version of the Recent discussions plugin installed, disable the plugin, then remove the plugin's folder from the mod directory before installing the new version,
  2. Copy the recentdiscussions folder in the mod directory of your Elgg installation,
  3. Enable the plugin in the admin section,
  4. The widget can now be added to profile pages/dashboards,
  5. Optionally: if you have the Widget Manager plugin installed, you can add the recentdiscussions widget to your index page.

Stats

  • Category: Widgets
  • License: GNU General Public License (GPL) version 2
  • Updated: 2016-12-11
  • Downloads: 3224
  • Recommendations: 8

Other Projects

View iionly's plugins