Here it goes, in case you want to do it.
Download and open \plugins\deadtopicprotection\hooks\dtpTopicView.php and find:
/* !Hook Data - DO NOT REMOVE */
public static function hookData() {
return array_merge_recursive( array (
'topic' =>
array (
0 =>
array (
'selector' => '#elClubContainer > div.ipsClearfix > ul.ipsToolList.ipsToolList_horizontal.ipsClearfix.ipsSpacer_both',
'type' => 'add_after',
'content' => '{{if $topic->deadTopicProtection()}}
{template="deadtopicprotection" group="plugins" app="core" location="global" params="$topic"}
{{endif}}',
),
1 =>
array (
'selector' => '#replyForm',
'type' => 'add_before',
'content' => '{{if $topic->deadTopicProtection()}}
{template="deadtopicprotection" group="plugins" app="core" location="global" params="$topic"}
{{endif}}',
),
),
), parent::hookData() );
}
/* End Hook Data */
Change it to:
/* !Hook Data - DO NOT REMOVE */
public static function hookData() {
return array_merge_recursive( array (
'topic' =>
array (
0 =>
array (
'selector' => '#replyForm',
'type' => 'add_before',
'content' => '{{if $topic->deadTopicProtection()}}
{template="deadtopicprotection" group="plugins" app="core" location="global" params="$topic"}
{{endif}}',
),
),
), parent::hookData() );
}
/* End Hook Data */
Uploade the file.
Go to ACP -> System -> Support -> Something isn't working correctly, click in the button to continue.
You'll get the message only above the editor: