Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Offline
Offline
0
This discussion has been closed.
Comments
If so did you try to sign-out and then back in again?
NB You need to give your role the 'Can use the forum normally when it is offline' permisson so that you can sign-in even if the forum id offline.
If you have this permission then the forum will not go 'offline' for you but will be offline for all other users.
[line 71] ... and ($FORUM_OFFLINE_TIMEOUT_LENGTH !== 0) and ...
That "!==" is causing the problem with the unlimited option. Change it to "!=" (that's one equal sign) and it works fine.
What time period have you set for the board to be offline?