Forum software

2 views
Skip to first unread message

Luke Ivers

unread,
Feb 19, 2007, 11:27:07 AM2/19/07
to rubyonra...@googlegroups.com

I'm going to be developing a site that will allow various groups to sign up, and each one to have it's own forum section of the site, completely independent of any other forum. There will also be other various group-specific items (event calendar and such).

In regards to that, I have two question:

1) Should I try to roll my own solution, given that I'm going to have to have multiple forums in one site?
a) If so, should I actually try to roll this out via one table in a DB, dynamically created tables, should I try to do a subsite (ie group1.mysite.com, group2.mysite.com) and have each one of those sites have its own rails app?

2) If I don't need to roll my own, can someone point me at software that either can already do this, or that I should use as a starting point (basic forum software) and modify it to be able to have multiple forums?

Thanks for any help you can give.

--
Luke Ivers <techn...@gmail.com>

Rick Olson

unread,
Feb 19, 2007, 11:32:57 AM2/19/07
to rubyonra...@googlegroups.com
> 2) If I don't need to roll my own, can someone point me at software that either can already do this, or that I should use as a starting point (basic forum software) and modify it to be able to have multiple forums?


http://beast.caboo.se/
http://svn.techno-weenie.net/projects/beast/trunk/


--
Rick Olson
http://weblog.techno-weenie.net
http://mephistoblog.com

Andreas Schwarz

unread,
Feb 19, 2007, 11:57:11 AM2/19/07
to rubyonra...@googlegroups.com
Luke Ivers wrote:
> 2) If I don't need to roll my own, can someone point me at software that
> either can already do this, or that I should use as a starting point
> (basic forum software) and modify it to be able to have multiple forums?

RForum (http://rforum.andreas-s.net) supports "sites", forum sections
that can have their own layout and are independent except for the user
database. For example, http://en.mikrocontroller.net/,
http://inkscape-forum.andreas-s.net/ and http://www.ruby-forum.com/ are
using only one DB and one installation.

--
Posted via http://www.ruby-forum.com/.

Luke Ivers

unread,
Feb 19, 2007, 12:10:58 PM2/19/07
to rubyonra...@googlegroups.com
On Mon, 19 Feb 2007 17:57:11 +0100
Andreas Schwarz <rails-mai...@andreas-s.net> wrote:

> RForum (http://rforum.andreas-s.net) supports "sites", forum sections
> that can have their own layout and are independent except for the user
> database. For example, http://en.mikrocontroller.net/,
> http://inkscape-forum.andreas-s.net/ and http://www.ruby-forum.com/ are
> using only one DB and one installation.

Both this and Beast look interesting... starting out, I will use one of these (probably RForum because I've used it a lot via ruby-forum.com), but I'll probably eventually end up patching one of them (locally) to allow for "sub-forums", so you can have something like:

Group1's Forum
list of forums
Group2's Forum


etc. You may even be able to do that already, I don't know... I'll have to look in to it. I'm guessing, if you can't, it's as easy as adding another field to the table, referencing the group, so that when giving a list of forums, you can do conditions => [ "group=?", user[:group] ].

Which will get far more confusing if a user can have more than one group.

Brownell Chalstrom

unread,
Sep 13, 2007, 4:39:23 PM9/13/07
to rubyonra...@googlegroups.com


Luke,

Any update on your search for forum software in Ruby/Rails? I am
looking for same.

...Brownell www.chalstrom.com

Scott A S

unread,
Sep 13, 2007, 4:45:37 PM9/13/07
to rubyonra...@googlegroups.com
Here's a plugin I came across the other day.

http://www.railslodge.com/plugins/100-f-forum

Carl Johnson

unread,
Sep 13, 2007, 7:52:28 PM9/13/07
to rubyonra...@googlegroups.com
There's also a newcomer, El Dorado:

http://almosteffortless.com/eldorado/

It seems to be the most "traditional" type forum since it is based on
PunBB.

Trevor Turk

unread,
Sep 14, 2007, 11:41:43 AM9/14/07
to rubyonra...@googlegroups.com
Carl Johnson wrote:
> There's also a newcomer, El Dorado:
>
> http://almosteffortless.com/eldorado/
>
> It seems to be the most "traditional" type forum since it is based on
> PunBB.

By the way - if anyone is interested in contributing to El Dorado,
please don't hesitate to get in touch with me. You can get an idea of
where I want to take the app by perusing my development log here:

http://trevorturk.backpackit.com/pub/972338

To Luke's original question - it sounds like basing your app on Beast
might make a lot of sense. I started with my own base, but I referred to
Beast (and PunBB, a PHP forum app) quite a bit while developing El
Dorado.

- Trevor

Ratnavel

unread,
Sep 15, 2007, 1:24:09 PM9/15/07
to Ruby on Rails: Talk

HI,
I'm a newbie to ruby.

I'm about to designa forum as a part of my application...
If u have any success stories please share with me and help me...

With Regards,
Ratnavel

Ratnavel

unread,
Sep 15, 2007, 1:24:39 PM9/15/07
to Ruby on Rails: Talk
Reply all
Reply to author
Forward
0 new messages