1. Dodamies: CP -> Customize design -> $MODULE_NAME$ -> Appearance of entries -> kur doto kodu aizstājam ar šo: 
 Code
<div id="ml">  
 <span id="ml_title">$TITLE$ $MODER_PANEL$</span>  
 <span style="float:right;margin:-24px 0;font-size:12px;color:#fff;padding-right:5px">$DATE$</span>  
 <?if($IMG_URL1$)?>  
 <img id="ml_image" src="$IMG_URL1$">   
 <?endif?>  
 <span id="ml_content">$MESSAGE$</span>  
 <span id="ml_bottom">  
 <a href="$ENTRY_URL$">Skatīt visu!</a>  
 <li>Skatījumi $READS$</li>  
 <li>Komentāri $COMMENTS_NUM$</li>  
  <li> Pievienoja: $USERNAME$</li>  
 </span>  
 </div>  
 <br><br>
  
 2. Iekš CSS ievietojam šo kodu: 
 Code
#ml {font-family:Arial;}  
 #ml_title {display:block;background:#41a62a;padding:7px 15px;color:#fff;font-size:13px;border-radius:3px 3px 0 0;border:1px solid #009036;background-image:url();background-repeat:no-repeat;background-position:2px 50%;text-shadow:0 -1px #009036;}  
 #ml_image {width:170px;height:160px;padding:5px;margin:5px 1px 5px 1px;background:#fff;box-shadow: 0 0 5px #888;display:block;float:left}  
 #ml_content {color:#555;font-size:15px;text-align:left;display:block;margin:5px 10px 5px 190px}  
 #ml_bottom {display:block;padding:5px;color:#fff;border-radius: 0 0 3px 3px;background:#444;border:1px solid #000;clear:both}  
 #ml_bottom li {border-left:1px solid #000;padding:0 5px 0 5px;list-style:none;display:inline;font-size:12px;}  
 #ml_bottom li:first-of-type {border-left:none}  
 #ml_bottom a {border-radius:0 0 3px 0;padding:5px;background:#444;color:#fff;font-size:14px;text-decoration:none;float:right;margin:0;border-left:1px solid #000;text-shadow:0 -1px 0 #000;margin:-5px -5px}  
 #ml_bottom a:hover {background:#555}  
 #ml_butt a {padding:5px;background:#444;color:#fff;font-size:15px;text-shadow: 0 1px 0 #000;margin:90px 0 10px -150px;text-decoration:none;box-shadow:0 0 5px #555;float:left}  
 #ml_butt a:hover {background:#555;}  
 #ml_butt_fsize {padding:6px;background:#fff;color:#555;border:1px solid #d0d0d0;margin:90px 0 10px -85px;float:left}  
 #ml_butt a:active {box-shadow:0 0 10px #555;background:#e9e9e9;color:#555;text-shadow:0 1px 0 #fff;}