PHPackages                             rainlab/forum-plugin - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rainlab/forum-plugin

ActiveOctober-plugin[Utility &amp; Helpers](/categories/utility)

rainlab/forum-plugin
====================

Forum plugin for October CMS

v2.0.1(1y ago)4720734[1 issues](https://github.com/rainlab/forum-plugin/issues)MITPHPPHP &gt;=7.0

Since Feb 7Pushed 1y ago14 watchersCompare

[ Source](https://github.com/rainlab/forum-plugin)[ Packagist](https://packagist.org/packages/rainlab/forum-plugin)[ Docs](https://octobercms.com/plugin/rainlab-forum)[ RSS](/packages/rainlab-forum-plugin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (9)Used By (0)

Forum plugin
============

[](#forum-plugin)

This plugin adds a simple embeddable forum to [October CMS](https://octobercms.com).

A video demonstration of this plugin can be seen here:

-

View this plugin on the October CMS marketplace:

-

Configuration
-------------

[](#configuration)

The forum does not require immediate configuration to operate. However the following options are available.

- Forum categories (Channels) can be managed via the System &gt; Channels menu.
- Forum members can be managed via the User menu.

Displaying a List of Channels
-----------------------------

[](#displaying-a-list-of-channels)

The plugin includes a component forumChannels that should be used as the main page for your forum. Add the component to your page and render it with the component tag:

```
{% component 'forumChannels' %}
```

You should tell this component about the other forum pages.

- **channelPage** - the page used for viewing an individual channel's topics.
- **topicPage** - the page used for viewing a discussion topic and posts.
- **memberPage** - the page used for viewing a forum user.

### RSS Feed

[](#rss-feed)

Use the `forumRssFeed` component to display an RSS feed containing the latest blog posts. The following properties are supported:

- **channelFilter** - a channel slug to filter the topics by. If left blank, all topics are displayed.
- **topicsPerPage** - how many topics to display on the feed. The default value is 20.
- **forumPage** - path to the main forum page.
- **topicPage** - path to the topic details page.

The component can be used on any page, it will hijack the entire page cycle to display the feed in RSS format. The next example shows how to use it:

```
title = "RSS Feed"
url = "/forum/rss.xml"

[forumRssFeed]
forumPage = "forum"
topicPage = "forum/topic"
==

```

Example Page Structure
----------------------

[](#example-page-structure)

#### forum/home.htm

[](#forumhomehtm)

```
title = "Forum"
url = "/forum"
layout = "default"

[forumChannels]
memberPage = "forum/member"
channelPage = "forum/channel"
topicPage = "forum/topic"
==

Forum
{% component 'forumChannels' %}

```

#### forum/channel.htm

[](#forumchannelhtm)

```
title = "Forum"
url = "/forum/channel/:slug"
layout = "default"

[forumChannel]
memberPage = "forum/member"
topicPage = "forum/topic"
==

{{ channel.title }}
{% component 'forumChannel' %}

```

#### forum/topic.htm

[](#forumtopichtm)

```
title = "Forum"
url = "/forum/topic/:slug"
layout = "default"

[forumTopic]
memberPage = "forum/member"
channelPage = "forum/channel"
==

{{ topic.subject }}
{% component 'forumTopic' %}

```

#### forum/member.htm

[](#forummemberhtm)

```
title = "Forum"
url = "/forum/member/:slug"
layout = "default"

[forumMember]
channelPage = "forum/channel"
topicPage = "forum/topic"
==

{{ member.username }}
{% component 'forumMember' %}

```

### License

[](#license)

This plugin is an official extension of the October CMS platform and is free to use if you have a platform license. See [EULA license](LICENSE.md) for more details.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community29

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 82.9% 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 ~357 days

Recently: every ~362 days

Total

6

Last Release

656d ago

Major Versions

v1.4.0 → v2.0.02024-05-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/106532?v=4)[october](/maintainers/october)[@october](https://github.com/october)

---

Top Contributors

[![daftspunk](https://avatars.githubusercontent.com/u/1392869?v=4)](https://github.com/daftspunk "daftspunk (261 commits)")[![ShahiemS](https://avatars.githubusercontent.com/u/188719889?v=4)](https://github.com/ShahiemS "ShahiemS (7 commits)")[![gergo85](https://avatars.githubusercontent.com/u/2959112?v=4)](https://github.com/gergo85 "gergo85 (4 commits)")[![pandabear41](https://avatars.githubusercontent.com/u/133441?v=4)](https://github.com/pandabear41 "pandabear41 (4 commits)")[![alekseybobkov](https://avatars.githubusercontent.com/u/481606?v=4)](https://github.com/alekseybobkov "alekseybobkov (3 commits)")[![bennothommo](https://avatars.githubusercontent.com/u/15900351?v=4)](https://github.com/bennothommo "bennothommo (3 commits)")[![a2thek26](https://avatars.githubusercontent.com/u/938302?v=4)](https://github.com/a2thek26 "a2thek26 (2 commits)")[![acasar](https://avatars.githubusercontent.com/u/6329543?v=4)](https://github.com/acasar "acasar (2 commits)")[![Dmi3yy](https://avatars.githubusercontent.com/u/669491?v=4)](https://github.com/Dmi3yy "Dmi3yy (2 commits)")[![Flynsarmy](https://avatars.githubusercontent.com/u/334808?v=4)](https://github.com/Flynsarmy "Flynsarmy (2 commits)")[![luizbills](https://avatars.githubusercontent.com/u/1798830?v=4)](https://github.com/luizbills "luizbills (2 commits)")[![mahony0](https://avatars.githubusercontent.com/u/2674488?v=4)](https://github.com/mahony0 "mahony0 (2 commits)")[![octoberapp](https://avatars.githubusercontent.com/u/6543374?v=4)](https://github.com/octoberapp "octoberapp (2 commits)")[![WebVPF](https://avatars.githubusercontent.com/u/61043464?v=4)](https://github.com/WebVPF "WebVPF (2 commits)")[![winitop](https://avatars.githubusercontent.com/u/32765749?v=4)](https://github.com/winitop "winitop (2 commits)")[![hooper21](https://avatars.githubusercontent.com/u/2732860?v=4)](https://github.com/hooper21 "hooper21 (1 commits)")[![immersiontravis](https://avatars.githubusercontent.com/u/11685934?v=4)](https://github.com/immersiontravis "immersiontravis (1 commits)")[![jocic](https://avatars.githubusercontent.com/u/10118993?v=4)](https://github.com/jocic "jocic (1 commits)")[![jonostanck](https://avatars.githubusercontent.com/u/33318513?v=4)](https://github.com/jonostanck "jonostanck (1 commits)")[![abhi1693](https://avatars.githubusercontent.com/u/5083532?v=4)](https://github.com/abhi1693 "abhi1693 (1 commits)")

---

Tags

blogforumoctoberoctobercms

### Embed Badge

![Health badge](/badges/rainlab-forum-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/rainlab-forum-plugin/health.svg)](https://phpackages.com/packages/rainlab-forum-plugin)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[rainlab/userplus-plugin

User plus plugin for October CMS

168.8k2](/packages/rainlab-userplus-plugin)[responsiv/currency-plugin

Currency plugin for October CMS

171.3k1](/packages/responsiv-currency-plugin)

PHPackages © 2026

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