Ticket #2827 (closed defect: fixed)

Opened 7 months ago

Last modified 5 months ago

Forum plugin for Elgg

Reported by: bettse Assigned to:
Priority: minor Milestone: 1.1
Component: Trac Version:
Keywords: Cc:

Description (Last modified by bettse)

For the OSU RC club Mars Rover guys I installed DiscussionPlugin(a forum) without properly vetting it. It turns out it added some new tables to the db(should have seen that coming). The problem isn't the tables, but that its not done in a multi-project fashion. Before any other groups can use it (since they would all share the same forums), someone needs to

the tables are:

  • forum
  • forum_group
  • message
  • topic

We've decide to go with a Elgg based plugin that provides each community (and project profile) a forum

Change History

11/24/08 10:47:51 changed by bettse

the discussion plugin is at http://beaversource.oregonstate.edu/projects/osurcmarsrover/discussion if anyone wants to see what it looks like

01/12/09 22:07:00 changed by cedenoj

(In [176]) refs #2827 Adding forum plugin for elgg

01/12/09 22:14:38 changed by cedenoj

To get the elgg forum plugin running, I had to run the following query

alter table elgg_weblog_posts add column last_updated int NOT NULL default '0';

01/13/09 08:34:49 changed by bettse

  • description changed.
  • summary changed from Forum plugin database correction to Forum plugin for Elgg.

this ticket was originally about the Trac forum plugin, but i'll update the title and summary to reflect that its about the elgg one now.

01/18/09 23:19:24 changed by cedenoj

(In [185]) refs #2921 and refs #2674 and refs #2827 Creating a new tag that includes: * projects profiles in elgg * forum * users getting notifications * ui changes

01/21/09 13:16:29 changed by bettse

The bulk of this is in and live, but Jose would like to work on the CSS and we'll leave it open for that.

01/23/09 22:01:53 changed by cedenoj

(In [194]) refs #2827 added a little bit of css to clean up the forum topics listing

01/28/09 22:39:52 changed by cedenoj

(In [208]) refs #2827 , #3026 , #2890 , #2935 , #2985, #2933 , #2887 , #3935, #2929 , #2931 Creating new tag

02/11/09 13:41:52 changed by bettse

  • status changed from new to closed.
  • resolution set to fixed.