Download the file extract the .. /forum/ here
Upload sql file to your database
Open the index file on forum directory
First find this:
if ($type1['edit']) {
echo '<div class="rmenu">' . _t('Topic closed') . '</div>';
}
insert:
include 'like/Notif.php';
more find:
echo '</div>';
$file_id = $fres['id'];
}
echo '<div style="clear: both;"></div></div>';
}
insert:
include 'like/Button.php';
include 'like/Show.php';