plugins\html\html.forums.php
<?php
/* ====================
[BEGIN_COT_EXT]
Hooks=forums.posts.first
[END_COT_EXT]
==================== */
/**
* Overrides markup in Forums posts
*
* @package HTML
* @copyright (c) Cotonti Team
* @license https://github.com/Cotonti/Cotonti/blob/master/License.txt
*/
defined('COT_CODE') or die('Wrong URL');
if ($cfg['parser'] == 'html')
{
$forums_quote_htmlspecialchars_bypass = true;
$R['forums_code_quote'] = '<blockquote><a href="{$url}">#{$id}</a> <strong>{$postername}: </strong><br />{$text}</blockquote><p> </p>';
$R['forums_code_update'] = '<p><strong>{$updated}</strong></p>';
}