This script is intended only for the standard unmodified mini-chat
Tag Board---Appearance of entries mini-chat find something like this:
Code
<?if($USERNAME$)?><a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow">
And replace to that code:
Code
<?if($USERNAME$)?><a target="_blank" href="/index/14-$USER_ID$-0-1" id="apopm" name="$USERNAME$" style="display:none;"><img src="http://s36.ucoz.net/.s/img/icon/mf.png" height="11px"></a> <a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow">
Tag Board---Appearance of entries---in the end insert that code:
Code
<?if($NUMBER$=1)?>
<div class="apomyname"></div>
<script>
$(document).ready(function() {
$('.apomyname').load('/ .apousername', function() {
$('a[name="' + $('.apomyname').text() + '"]').remove();
$('a#apopm').show();
});
});
</script>
<?endif?>
In the global block or Top part of the website or Bottom part of the website your home page insert:
Code
<span class="apousername" style="display:none;">$USERNAME$</span>