PHPackages                             iionly/recentdiscussions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. iionly/recentdiscussions

ActiveElgg-plugin

iionly/recentdiscussions
========================

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

2.0.0(10y ago)118GPL-2.0PHP

Since Sep 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/iionly/recentdiscussions)[ Packagist](https://packagist.org/packages/iionly/recentdiscussions)[ Docs](https://github.com/iionly/recentdiscussions)[ RSS](/packages/iionly-recentdiscussions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Recent discussions plugin for Elgg 2.X
======================================

[](#recent-discussions-plugin-for-elgg-2x)

Latest Version: 2.0.0
Released: 2015-09-24
Contact:
License: GNU General Public License version 2
Copyright: (C) iionly 2012, (c) Jean-Baptiste Perriot 2009

Description
-----------

[](#description)

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
------------

[](#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.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3878d ago

Major Versions

1.9.x-dev → 2.0.02015-09-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/fdbf30b346be3828b40d37e87d3dfc0974c9481c41c8019a37a90d59580b031b?d=identicon)[iionly](/maintainers/iionly)

---

Top Contributors

[![iionly](https://avatars.githubusercontent.com/u/1773681?v=4)](https://github.com/iionly "iionly (5 commits)")

---

Tags

pluginelgg

### Embed Badge

![Health badge](/badges/iionly-recentdiscussions/health.svg)

```
[![Health](https://phpackages.com/badges/iionly-recentdiscussions/health.svg)](https://phpackages.com/packages/iionly-recentdiscussions)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
