diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index da9aee87b..be7448a33 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -526,7 +526,7 @@ class Conversation $live_update_div = '
' . "\r\n"; } - $page_dropping = $this->session->getLocalUserId() && $this->session->getLocalUserId() == $uid; + $page_dropping = $this->session->getLocalUserId() && $this->session->getLocalUserId() == $uid && $mode != 'search'; if (!$update) { $_SESSION['return_path'] = $this->args->getQueryString(); diff --git a/view/theme/frio/templates/conversation.tpl b/view/theme/frio/templates/conversation.tpl new file mode 100644 index 000000000..492c005b8 --- /dev/null +++ b/view/theme/frio/templates/conversation.tpl @@ -0,0 +1,30 @@ +{{$live_update nofilter}} +{{foreach $threads as $thread}} +