Hi, I have looket at djangoBB for a couple of hours. I consider my self as a “smart” newbee as in programming python.
Until now I have managed to :
make
- users
- groups
- categories
- forums
I have managed to split up view so members and guest cant see “category” Hidden(admingroup)
My problem now, is I also made a public, that Im gonna use so everybody/all internetusers can read, but not write too.
Did I something wrong or is it some kind of default setting where I can tell app that : If not logged in you can read public.
inn advance thank you for a nice looking app

cjoke