maybe will be fine refactored permissions before this (for checking privilagions). I don't know as will be better: using django
maybe we don't interesting it this future B)
HINT:
add field status (POSTED, NOT_CHECKED)
add signal or change save in Post model with algo like this:
if post.user.group == <provisional user group>: post.status = NOT_CHECKED
and add default manager to Post model that do filer(status=POSTED)
+add some filters by status for Post model
maybe all
but i don't think u can do this pluggable. After that, updating djangobb version will be not easy)
sorry for my english, don't have time for checking via google translate
Edited slav0nic (March 29, 2011 21:16:18)