Hide in topic: Added country hiding (#1535)

* Hide in topic: Added country hiding

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-07-11 00:25:51 +07:00 committed by GitHub
commit 97d42c599d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 0 deletions

View file

@ -468,6 +468,7 @@ $template->assign_vars([
'SHOW_BOT_NICK' => $bb_cfg['show_bot_nick'],
'T_POST_REPLY' => $reply_alt,
'HIDE_FROM' => $user->opt_js['h_from'],
'HIDE_AVATAR' => $user->opt_js['h_av'],
'HIDE_RANK_IMG' => ($user->opt_js['h_rnk_i'] && $bb_cfg['show_rank_image']),
'HIDE_POST_IMG' => $user->opt_js['h_post_i'],