fernando1027 Member Dec 29, 2015 #1 if possible, to add Moderate new threads posted in one click ? or i need to go to evrey forum to add that opcion
if possible, to add Moderate new threads posted in one click ? or i need to go to evrey forum to add that opcion
Amaury Well-known member Dec 29, 2015 #2 If the forum has sub-forums and you make them a moderator of the main forum, they'll be moderators of the sub-forums as well. Upvote 0 Downvote
If the forum has sub-forums and you make them a moderator of the main forum, they'll be moderators of the sub-forums as well.
fernando1027 Member Dec 29, 2015 #3 well i thing you did not get the question/understand me, i was talking about this opcion on the sub-forums http://prntscr.com/9jpy8e Upvote 0 Downvote
well i thing you did not get the question/understand me, i was talking about this opcion on the sub-forums http://prntscr.com/9jpy8e
R rdn Well-known member Dec 29, 2015 #4 I think that's possible with SQL query. Maybe @Chris D or @Mike can advice for the correct query. Upvote 0 Downvote
wang Well-known member Dec 29, 2015 #5 That is correct. That can be accomplished by executing this sql query. Code: UPDATE `xf_forum` SET moderate_threads = 1, moderate_replies = 1; Upvote 0 Downvote
That is correct. That can be accomplished by executing this sql query. Code: UPDATE `xf_forum` SET moderate_threads = 1, moderate_replies = 1;