mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Announcer integer limits & Country flags display (#1277)
This commit is contained in:
parent
a3e3aee8df
commit
0a190bf98a
280 changed files with 11051 additions and 8 deletions
|
@ -692,7 +692,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'] ? $poster_from : '',
|
||||
'POSTER_FROM' => $bb_cfg['show_poster_from'] ? render_flag($poster_from) : '',
|
||||
'POSTER_BOT' => $poster_bot,
|
||||
'POSTER_GUEST' => $poster_guest,
|
||||
'POSTER_ID' => $poster_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue