Need To Reopen All Topics!

Dear Support,

how to Reopen All Closed Topic in bulk!
i have access of console! so please share me the command!

and what is value i need to set to prevent auto close the topic!

image

1 Like

Have a look at this:

To keep topics open, leave the Auto-close setting blank.

2 Likes

Dear Support,
Thanks :slight_smile:

i am just opened all old topics which are closed !

Topic.where(closed: true).where("created_at < '2015-01-01'").find_each do |topic|
  topic.update_status('closed', false, Discourse.system_user)
end
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.