Le uniche cose da fare per installare la mod erano queste:
Aggiungere in "language/it/common.php"
E in "includes/bbcode.php" dopo'HAVE_TO_REPLY' => 'messaggio che ti pare'
Inserire questo$code = $this->bbcode_tpl('code_open') . $code . $this->bbcode_tpl('code_close');
Confido in un vostro aiuto, ho provato già a chiedere nel post ufficiale della mod, ma detto terra terra non mi cagano neanche di striscio$topic_id = request_var('t', 0);
if ($topic_id>0)
{
global $user;
global $db;
$sql = 'SELECT *
FROM ' . POSTS_TABLE . '
WHERE topic_id ="' . $topic_id . '"
AND poster_id ="' . $user->data["user_id"] . '"';
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
if(empty($row)) $code = $user->lang['HAVE_TO_REPLY'];
