/system/head.php line 50+
"\n" . '<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>' .
далее в индекс форума надо добавить скрипт JS line 580+
echo "
<script type='text/javascript'>
/*<![CDATA[*/
function like(id, type) {
/*alert('click');*/
var type = type;
var post = id;
var user = " . $systemUser->id . ";
var url = 'ajaxlike.php';
$.ajax({
type: 'POST',
cache: false,
url: url,
data: {post: post, type: type, user: user},
});
};
//]]>
</script>
";
далее в вывод в индекс форума добавить сами кнопки line 700+
$like = new Johncms\Forum\Voter($res['id']);
echo $like->view($res['id']);
и добавить класс