Hi.
Just wanted to say, I plan to try and incorporate your LBForum code into my django project.
I already have it basically plugged into my development code.
My requirements are quite simple really. I need a forum for basic help/support and bugs of my main site.
Nothing too fancy, just functional.
Although your setup was not a perfect drop-in to my system, it was actually quite easy to tweak to fit.
There are a couple of things I need that are still missing,
I'm planning to try to and either add them in myself, or see what your plan is to add them.
The things I need and plan to create:
- Modify and Delete Posts and Threads.
- Admin/Moderator users with very simple added abilities (modify / delete posts)
- Search (planning to use Google Site Search)
Suggestion:
- A version of LBForum that is designed to be dropped into an existing Django Project.
Cheers
Shane.
1 2010-04-12 11:30
2 2010-05-18 16:21
Just an update for ya.
Your Forum code is in.
Had to tweak a couple of bits, mostly template related.
http://www.mympgtracker.com/support/lbf/
I can see there are already a couple of things you've changed in this forum including "edit".
Nice work!