phpbb-extensions/boardannouncements

Disable function when board is disabled?

PayBas opened this issue · 2 comments

When the entire board is disabled in the ACP, the announcement still shows. Not sure if this is safe behavior (since disabling the board is usually used for updating phpBB etc.)

It's not unsafe afaik. It's also useful for providing an enhanced alert to users about why the board is disabled. When board is disabled, there are still db read/write functions at play, ie user session data.

It's not used for updating phpBB, that's separate functionality when install/ is present.