Announcer integer limits & Country flags display (#1277)

This commit is contained in:
Cønstantine Kovalensky 2023-12-28 23:21:25 +04:00 committed by GitHub
commit 0a190bf98a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
280 changed files with 11051 additions and 8 deletions

View file

@ -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&amp;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,