1. Customize design - Tag Board - Appearance of entries; augšā ievietojam skriptu:
Code
<?if($NUMBER$ == 1)?>
<script>
var apoallusers = '';
$(function() {
$.get('/index/62', function(apoget) {
aporesult = $('cmd[p="content"]', apoget).text();
$(aporesult).find('a').each(function() {
apoallusers = apoallusers + $(this).text() + " ";
});
$('span#apouname').each(function() {
if(apoallusers.indexOf($(this).text()) != -1) {
$(this).after('<img src="/.s/img/icon/ok.png" height="10px" style="margin-left:5px;" title="Сейчас онлайн" />');
};
});
});
});
</script>
<?endif?>
2. Customize design - Tag Board - Appearance of entries; sameklējam NAME un aizstājam ar:
Code
<span id="apouname">$NAME$</span/>
3. Iznākums:
[Info]Ar zaļā attēla atzīmi tiek norādīts, ka "Korijs", kurš veicis ierakstus čatā, šobrīd ir tiešsaistē (online)![/Info]