Quote:
Originally Posted by Lynne
You could try something like.... modify the pm_messagelistbit template and put this right under the first line:
HTML Code:
<div class="status_icon">
<img src="{vb:stylevar imgdir_statusicon}/pm_{vb:raw pm.statusicon}.png" class="threadicon" alt="" />
</div>
Remove the image elsewhere in the template. Then add this to the additional.css template:
HTML Code:
.status_icon {width: 30px; height: 100%; clear:both; display: inline-block;}
.pmlist .blockrow .commalist {margin-left: 30px;}
modify as needed, but those are the basics.
|
just did it didn't do anything