Quote:
Originally Posted by crowshead
i am having the form submitted to a forum that is moderated. but when the form gets submitted, the new thread shows up??
how can i have it go into the forum, but be moderated?
basically the form is ignoring forum rules - forum is setup to moderate all threads and posts, but form results get posted as new threads without being moderated.
|
Normally people are posting about the opposite..
Find and delete in Plugin
Easy Forms Part 1
PHP Code:
$foruminfo['moderatenewthread'] = 0;
$foruminfo['moderatenewpost'] = 0;
$foruminfo['moderateattach'] = 0;
and make sure plugin
Force visible post is
inactive