Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: plusev on July 26, 2009, 01:15:38 AM

Title: First post approval
Post by: plusev on July 26, 2009, 01:15:38 AM
Is there a way to have the first post (or jsut the first 3 post)s from a new user await approval?

Thx
Title: Re: First post approval
Post by: Kill Em All on July 26, 2009, 01:29:39 AM
This should be what your looking for
http://custom.simplemachines.org/mods/index.php?mod=1128
Title: Re: First post approval
Post by: plusev on July 26, 2009, 01:40:38 AM
That mod is for unapproving posts that were already approved.
Title: Re: First post approval
Post by: JimM on July 26, 2009, 01:40:56 AM
Post moderation is a default function of SMF2.0.  Admin > Members > Permissions > Post Moderation
Title: Re: First post approval
Post by: plusev on July 31, 2009, 01:27:27 AM
Ok, I found it. So if I just want to have a new users first post approved I have to set up a user group that that a new user says in for 1 post than get moved to a new group?? That sounds like a lot of unnessesary steps for something so simple. any other way to go about this?

Seems like it sound be a default option like other forums.

+EV 
Title: Re: First post approval
Post by: Aleksi "Lex" Kilpinen on July 31, 2009, 01:36:26 AM
It is a default option. If your post count groups are now 0 posts and 10 posts and so on, then you would just need to add a group for 1 or 2 posts or what you would like the upper limit to be, and make the group under it (0 posts group) post moderated. That way when they have had enough posts approved to move over to the next post count group, they would no longer be moderated.
Title: Re: First post approval
Post by: plusev on July 31, 2009, 01:44:13 AM
Yeah, I got it. Guess I'll have to make a new group like superduperbetternotbeaspammerNewbie  ;D. My other forums have one check box to accomplish this.

Thx
Title: Re: First post approval
Post by: Aleksi "Lex" Kilpinen on July 31, 2009, 01:45:53 AM
Alright :) Can we mark this solved then? ;)
Title: Re: First post approval
Post by: plusev on August 02, 2009, 09:37:25 PM
Maybe I don't get it. So to have a new user's first 3 posts moderated I'd have to set up 4 groups?

New Users A - post count 0 = first post moderated
New Users B - post count 1 = second post moderated
New Users C - post count 2 = third post moderated
New Users D - post count 3 = no more moderation

Thx
Title: Re: First post approval
Post by: JimM on August 02, 2009, 11:40:25 PM
Nope, it would be like this:

New Users A - post count 0 = Post moderated
New Users B - Post count 3 = Not post moderated

So the membergroup A would have to post 3 times, all moderated and then they would move to the membergroup B and their post would not be moderated.
Title: Re: First post approval
Post by: plusev on August 03, 2009, 01:07:05 AM
Does New User A get a notification that his first or third post is awaiting approval? If so where would that be so I can edit the text?

Thx
Title: Re: First post approval
Post by: Aleksi "Lex" Kilpinen on August 09, 2009, 09:16:36 AM
It is the string js_post_will_require_approval in Post.english.php
"Reminder: This post will not appear until approved by a moderator. "
if I'm not mistaken :)