forum
This is a simple but comprehensive forum implementation that plugs into radiant. It’s fairly well-featured, including:
- forums, topics, posts etc
- page comments
- simple but effective forum search
- rss feeds of pretty much anything (including search queries and individual authors)
- textile-formatted messages with html sanitized
- smilies :(
- multiple message attachments and helpful image-handling
- configurable message-editing interval during which authors can make corrections
I’ve tried to keep it simple and tidy both inside and out. This is helped by the fact that all the user-management is in the reader extension, so you should find this one easy to adapt and extend.
| Author | William Ross |
|---|---|
| Website | http://github.com/spanner/radiant-forum-extension |
| Repository | git://github.com/spanner/radiant-forum-extension.git |
| Download | http://github.com/spanner/radiant-forum-extension/tarball/master |
| Supports | Radiant 0.8.1 |
| Record Created | November 9, 2009 (about 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install forum
