Download the PHP package rainlab/forum-plugin without Composer
On this page you can find all versions of the php package rainlab/forum-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rainlab/forum-plugin
More information about rainlab/forum-plugin
Files in rainlab/forum-plugin
Package forum-plugin
Short Description Forum plugin for October CMS
License MIT
Homepage https://octobercms.com/plugin/rainlab-forum
Informations about the package forum-plugin
Forum plugin
This plugin adds a simple embeddable forum to October CMS.
A video demonstration of this plugin can be seen here:
View this plugin on the October CMS marketplace:
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 > Channels menu.
- Forum members can be managed via the User menu.
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:
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
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:
Example Page Structure
forum/home.htm
forum/channel.htm
forum/topic.htm
forum/member.htm
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 for more details.