oieeq
oieeq
Changing https://github.com/OPSnet/Gazelle/blob/d9920427fd09c37434a2a6634baf3dbb16339f85/sections/user/community_stats.php#L8-L11 to ``` $NumComments = array_key_exists('torrents', $Comments) ? $Comments['torrents'][1] : floatval(''); $NumArtistComments = array_key_exists('artist', $Comments) ? $Comments['artist'][1] : floatval(''); $NumCollageComments = array_key_exists('collages', $Comments) ? $Comments['collages'][1] : floatval(''); $NumRequestComments =...
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
Looks like it's defined in the staffblog, but not actually being used for staffblog posts?