First time here? Check out the FAQ!
1

Does Askbot support content Pre-Moderation?

I am looking into solutions for a project I am starting. Askbot seems to be a great foundation, but one feature that seems to be missing is pre-moderation. Is there an option to require moderators to pre-approve posts before they are shown on the website?

If not, do you have any recommendations for me how to build in this feature? I am thinking of just adding a boolean field to the relevant models such as is_approved which defaults to False and then allow moderators to set it to True and having all the views filtering on is_approved=True. Any advice whether this sounds feasible or things I should be aware of?

Yellowcake00's avatar
11
Yellowcake00
asked 2016-07-26 16:20:57 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2016-07-27 00:59:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You probably referring to the askbot.com hosting. After the update of the software askbot.com sites will support pre-moderation, however for paying customers that upgrade will be made upon request before the general upgrade.

Evgeny's avatar
13.2k
Evgeny
answered 2016-07-27 00:58:20 -0500
edit flag offensive 0 remove flag delete link

Comments

I was referring to the open source code hosted on https://github.com/ASKBOT/askbot-devel. If I understand you correctly, pre-moderation is not included there, but you could make it available to paying customers? I noticed for example, that pre-moderation is used on the version running here, as my post needed to be pre-approved.

Yellowcake00's avatar Yellowcake00 (2016-07-27 17:04:31 -0500) edit

Premoderation is included in the Open Source code. Once you approve the user, their posts no longer need moderation, alternatively you can just approve individual posts.

Evgeny's avatar Evgeny (2016-08-12 12:49:55 -0500) edit
add a comment see more comments