Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
/* LockForums and LockOldBlogs */ window.LockForums = { lockMessageWalls: true, expiryDays: 90 }; window.LockOldBlogs = { expiryDays: 90 }; /* End of LockForums and LockOldBlogs */
We could set expiryDays to 730 days/2 years or somesuch then. We keep the warning fuction function at 30 days to give messages at this time.Bobsican said:What´s to be done, then?
window.LockForums = { expiryDays: 1096, expiryMessage: "This thread has not been commented on for over 3 years, so it has been automatically locked." warningDays: 90 warningMessage: "This thread has not been commented on for over <warningDays> days. There is no need to reply, unless it is part of the versus forum." };
Has this been confirmed? We could try it out by omitting it, I guess.Skalt711 said:Yeah, omitting expiryDays in the settings will only set this variable to a default value of 30 days.
I think this addition could work.Bobsican said:And now that I think about it, the "expiryMessage" should also mention that a new thread can be made to bring back the topic if needed.
window.LockForums = { expiryDays: 1096, expiryMessage: "This thread has not been commented on for over 3 years, so it has been automatically locked. If necessary, you can start a new discussion about the topic instead." warningDays: 90 warningMessage: "This thread has not been commented on for over <warningDays> days. There is no need to reply, unless it is part of the versus forum." };
should beKockaAdmiralac said:There is a syntax error in your configuration: