Прим**
Из мода - см. modification.xml
<operation>
<search position="before"><![CDATA[ if ($context['can_reply'] && !empty($options['display_quick_reply']))]]></search>
<add><![CDATA[
{
// Mod 'dQuoteSelection' by Digger
echo '<a href="javascript:InsertSelected(selection, \'' . $message['member']['name'] . '\',' . $context['current_topic'] . ',' . $message['id'] . ',' . $message['timestamp'] . ')" onMouseOver="get_selection();">', $quote_button, '</a>';
// Mod 'dQuoteSelection' by Digger
]]></add>
</operation>
<operation>
<search position="after"><![CDATA[ // So... quick reply is off, but they *can* reply?]]></search>
<add><![CDATA[
}
]]></add>
</operation>пришлось выкинуть
отрывающую скобку { в участке
{
// Mod 'dQuoteSelection' by Digger
echo '<a href="javascript:InsertSelected(selection, \'' . $message['member']['name']и закрывающую } в участке
// So... quick reply is off, but they *can* reply?
}
Возможно связано с установленными ранее модами.