mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Hide in topic: Added country hiding (#1535)
* Hide in topic: Added country hiding * Update CHANGELOG.md
This commit is contained in:
parent
d2a1a7f5f9
commit
97d42c599d
4 changed files with 9 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue