Это настолько распространенный скрипт, что я даже не буду распинаться. На каждом втором форуме вы можете наблюдать это явление.
А мы вставляем в html-низ:
<script type="text/javascript"> var L0='<img class="imgON_Off" src="';
var L1='" style="cursor:pointer;cursor:hand;width:153;margin-top:3px;" />';
var ImgON="Картинка Online";
var ImgOff="Картинка OffLine";$("#pun-viewtopic .post .post-author ul").each(function () {
$(this).html('<div class=UL>'+$(this).html()+'</div>');
if ($(this).find(".pa-online").html()!=null){$(this).append(L0+ImgON+L1)
}else $(this).append(L0+ImgOff+L1);
$(this).find(".pa-author,.pa-title,.pa-avatar").insertBefore($(this).find("div.UL"));});$("div.UL").hide();
$("ul .imgON_Off").click(function () {
$(this).parent("ul").find(".UL").toggle('slow');});
</script>
Ширина картинки
Отступ сверху
Свертывание. Если не нужно - просто удалите.