1 elements.OfflineOptions.type = "header"
2 elements.OfflineOptions.label = "Forum Offline Options"
4 elements.IsOffline.type = "checkbox"
5 elements.IsOffline.label = "Take the forum offline"
6 elements.IsOffline.description = "If this box is unchecked, your forum will work normally. If it is checked, then only forum administrators and users with the "//1" permission will be able to log in and use the forum. Everyone else will be see a message that the forum is offline."
7 elements.IsOffline.configkey = "FORUM_IS_OFFLINE"
9 elements.OfflineMessage.type = "textarea"
10 elements.OfflineMessage.label = "Forum offline message"
11 elements.OfflineMessage.description = "Your users will see this message when the forum is offline."
12 elements.OfflineMessage.value = "The forum is currently offline for maintenance. Check back later."
13 elements.OfflineMessage.configkey = "FORUM_OFFLINE_MESSAGE"