MyBB Community Forums

Full Version: Stop New Post and New Member?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,

i want to stop new post and new member maybe for 3 month
but the forum stil online

and after 3 month i want the forum normal again

maybe in configuration and board setting
but i don't know exactly

thank you
you can turn off new registrations at the configuration settings
AND set closed status for every forum & every sub-forum at forum management [image from MyBB 1.6.x]

forum admin panel >> Configuration >> Login and Registration Options >> Disable Registrations

SQL query to set closed status for all the forums
UPDATE `mybb_forums` SET `open`= 0 WHERE `open` = 1
see also common sql queries guidance

(2017-03-26, 07:56 PM)dragonexpert Wrote: [ -> ]Note that you most likely have to rebuild the forum cache and forum permission cache for this to work properly.
ACP -> Tools -> Cache Manager
hello

i change my question

how to forum registration (aktive by administrator)

and post or threads still normaly
(2018-11-12, 10:30 AM)ziuma Wrote: [ -> ]hello

i change my question

how to forum registration (aktive by administrator)

and post or threads still normaly

ACP > Configuration > Login and Registration Options > Registration Method > Change to Administration Activation