В общий вид страницы форума после $BODY$
Code
<script type="text/javascript">
// by wizzR (Cs-Sport.Do.Am)
$('div.statsRecord').after('<span id="onlineText">Сейчас нет не кого на форуме:</span><span id="usersOnline">');
$('td.gTableBody1:first').html($('td.gTableBody1:first').html() + '</span>');
if($('#usersOnline').find('a').size()==0){$('#onlineText').html('Сейчас на форуме');}
</script>