The Basics
This is a basic forum component that can plug into any existing Django installation and use it’s existing templates, users, and admin interface. Perfect for adding forum functionality to an existing website.
Project Home – http://code.google.com/p/django-forum/Grab the Repository – svn checkout http://django-forum.googlecode.com/svn/trunk/
Recent Commits
-
45 was committed 2 months ago.
Issue #64: Add Django sitemap functionality. Thank you to Whiteinge for submitting this patch.
-
44 was committed 2 months ago.
Fixes issue #56 - a better fix will probably be needed in the future though.
-
43 was committed 2 months ago.
Solves Issue #61: Adds Danish Translation. Thank you, benjaoming.
-
42 was committed 2 months ago.
Fix issue #58: Django 1.1 introduced NullBooleanField which broke stickying.
-
41 was committed 2 months ago.
Fixes issue #60 - anonymous users couldn’t view forums.
-
40 was committed 3 months, 3 weeks ago.
* Fixes issue #54: Allow operator to use settings.FORUM_PAGINATION to control number of items per page. Defaults to 10.
-
39 was committed 4 months, 3 weeks ago.
Update to Russian translation, issue #38.
-
38 was committed 4 months, 3 weeks ago.
Adds support to limit forums to particular groups. Fixes issue #47 Thank you to xphuture for this patch.
-
36 was committed 6 months ago.
* Add template tag for latest posts by user.
-
35 was committed 6 months ago.
Add a number of templatetags: {% forum_latest_posts [number] as [variable_name] %} {% forum_latest_thread_activity [number] as [variable_name] %} See http://code.google.com/p/django-forum/wiki/RecentPostTemplateTags for info.