Atveram foruma galvenā skata lapu un tūlīt aiz body operātora ievietojam šo:
Code
<?if($PAGE_ID$='main')?>
<style>
.gTables {background:#dcdcdc;}
#record {padding:6px;background:#f7f7f7;}
#onlis {padding:6px;background:#fff;}
#onlines {background:#fff;padding:6px;}
#alltem,#allotvet,#allusers {background:#f7f7f7;padding:6px;}
#tem,#otvet,#alluser,#newuser {padding:6px;background:#fff;text-align:center;font-weight:bold;}
</style>
<table width="100%" cellspacing="1" cellpadding="0" border="0" class="gTables" style="margin-top:-25px;">
<tbody><tr><td class="gTableTop" colspan="8"><div class="gTopCornerRight" style="float:right"></div>Foruma Statistika</td></tr>
<tr><td id="onlis" colspan="4"></td><td id="record" colspan="4"></td></tr>
<tr><td id="onlines" colspan="8"></td></tr>
<tr><td id="alltem" >Kopā izveidotas Tēmas:</td><td id="tem"></td><td id="allotvet">Kopā iesniegtas Atbildes:</td><td id="otvet"></td><td id="allusers">Kopā Reģistrējušies:</td><td id="alluser"></td><td id="allusers">Jaunākais Lietotājs:</td><td id="newuser"></td></tr>
</tbody></table>
<script>
var newUser = $('.gTableBody1 b:last').html();
var posetiteli = $('.gTableSubTop').slice(-2).html();
var onlines = $('.gTableBody1').html();
var record = $('.statsRecord').html();
var allTem = $('.gTableBody1:last b:first').html();
var allotvet = $('.gTableBody1:last b + b').html();
var allUsers = $('.gTableBody1:last b').eq(2).html();
$('.gTable').last().html('');
$('#record').html(record);
$('#onlines').html(onlines);
$('#onlis').html(posetiteli);
$('#tem').html(allTem);
$('#otvet').html(allotvet);
$('#alluser').html(allUsers);
$('#newuser').html(newUser);
$('.statsRecord').attr('style','display:none');
</script><?endif?>
Jaunās statistikas izskats: