mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update viewtopic.php
This commit is contained in:
parent
7a638528bf
commit
1bc13d2437
@ -677,7 +677,7 @@ for($i = 0; $i < $total_posts; $i++)
|
|||||||
$rg_signature = ($postrow[$i]['group_signature']) ? bbcode2html(htmlCHR($postrow[$i]['group_signature'])) : '';
|
$rg_signature = ($postrow[$i]['group_signature']) ? bbcode2html(htmlCHR($postrow[$i]['group_signature'])) : '';
|
||||||
|
|
||||||
$poster_avatar = '';
|
$poster_avatar = '';
|
||||||
if ( !$user->opt_js['h_av'] && $poster_id != GUEST_UID )
|
if ( (!$user->opt_js['h_av'] || $poster_id == BOT_UID) && $poster_id != GUEST_UID )
|
||||||
{
|
{
|
||||||
$poster_avatar = get_avatar($poster_id, $postrow[$i]['avatar_ext_id'], !bf($postrow[$i]['user_opt'], 'user_opt', 'dis_avatar'));
|
$poster_avatar = get_avatar($poster_id, $postrow[$i]['avatar_ext_id'], !bf($postrow[$i]['user_opt'], 'user_opt', 'dis_avatar'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user