wiki:DiscussionPlugin

Version 18 (modified by Radek Bartoň, 18 years ago) (diff)

--

Discussion forum plugin

Notice: This plugin is unmaintained and available for adoption.

Description

The DiscussionPlugin adds discussion forums to Trac. An arbitrary number of forums can be added, and each forum has a list of moderators who can block posts, etc. Plugin is administrated directly with apropriate rights for now but WebAdminPlugin support is planned.

Bugs/Feature Requests

Existing bugs and feature requests for DiscussionPlugin are here.

If you have any issues, create a new ticket.

Download

download:discussionplugin

Source

You can check out the source for DiscussionPlugin from Subversion at http://trac-hacks.org/svn/discussionplugin.

Installation

After installing plugin's egg you can set in trac.ini configuration file following variables:

[discussion]
title = Discussion

If you run Trac in environment which needs to enable plugins explicitly put in trac.ini these lines:

[components]
tracdiscussion.init.discussioninit = disabled
tracdiscussion.timeline.discussiontimeline = disabled
tracdiscussion.wiki.discussionwiki = disabled
tracdiscussion.admin.discussionwebadmin = disabled
tracdiscussion.core.discussioncore = disabled

The next step is to upgrade your environment:

# trac-admin <path_to_environment> upgrade

Example

Discuss this on the [forum:trac-dev Trac Development forum]. 
Useful threads are [topic:23 this one] and [topic:96 this one].

Screenshots

Shot of the forum index:

http://trac-hacks.org/attachment/wiki/DiscussionPlugin/screenshot.jpg?format=raw

Author/Contributors

Author: athomas
Contributors: Blackhex

Attachments (3)

Download all attachments as: .zip