Move blog forum ID constant to config.php
Right now, the constant is defined here: https://github.com/OPSnet/Gazelle/blob/d9920427fd09c37434a2a6634baf3dbb16339f85/sections/blog/index.php#L4
This should be moved within config.php. This forum constant can also be used for #99.
ANNOUNCEMENT_FORUM_ID is also defined in staffblog. Should maybe be renamed and moved to config.php as well?
https://github.com/OPSnet/Gazelle/blob/d9920427fd09c37434a2a6634baf3dbb16339f85/sections/staffblog/index.php#L17
Yeah, this should also be moved into config.php, and given it's own constant name separate from the normal blog and announcement constant. Good catch.
Looks like it's defined in the staffblog, but not actually being used for staffblog posts?