rubysherpas / forem

The best Rails 3 and Rails 4 forum engine. Ever.
http://forem.herokuapp.com
MIT License
1.55k stars 423 forks source link

Forum Categories #66

Closed gabrielbaez closed 13 years ago

gabrielbaez commented 13 years ago

It would be nice if the forum had category support like phpbb3 does.

radar commented 13 years ago

If you submit a pull request with code that does this then it would :)

radar commented 13 years ago

@gabrielbaez: Have you had a go at this yet? I think it would be good to have this feature in Forem and I'd be happy to provide feedback / guidance on any code you write for it.

gabrielbaez commented 13 years ago

sorry, I haven't had time been busy.

gabrielbaez commented 13 years ago

@radar I started to give this a crack using fluxbb as a guide, I have it working, but I do not have the piece for creating the category for the admin panel, I can't seem to get rake routes to work. here is a screen shot of the forum.

http://dl.dropbox.com/u/875374/forem/category.png

radar commented 13 years ago

Ok, that all seems fine... what's the issue with rake routes? Can you proceed without it?

gabrielbaez commented 13 years ago

It was throwing me off at first, since I'm used to using that command to get the list of routes whenever I'm working on something, but it did not stop me from making the categories admin section.

gabrielbaez commented 13 years ago

Feature has been implemented.