mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Some enhancements for flags (#1471)
* Some enhancements for flags * Update CHANGELOG.md
This commit is contained in:
parent
b80fa8857d
commit
08fb1e3f7c
3 changed files with 6 additions and 4 deletions
|
@ -673,7 +673,7 @@ for ($i = 0; $i < $total_posts; $i++) {
|
|||
|
||||
'POSTER_JOINED_DATE' => $poster_joined,
|
||||
'POSTER_POSTS' => ($bb_cfg['show_poster_posts'] && $poster_posts) ? '<a href="search.php?search_author=1&uid=' . $poster_id . '" target="_blank">' . $poster_posts . '</a>' : '',
|
||||
'POSTER_FROM' => $bb_cfg['show_poster_from'] ? render_flag($poster_from) : '',
|
||||
'POSTER_FROM' => $bb_cfg['show_poster_from'] ? render_flag($poster_from, false) : '',
|
||||
'POSTER_BOT' => $poster_bot,
|
||||
'POSTER_GUEST' => $poster_guest,
|
||||
'POSTER_ID' => $poster_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue