Hi,
thanks for the AddOn,
I start change some things to work with my styles and i found a small problem at the template
You open 2 <div> tags, but you close 3.
Look Here
(with Red Color the open and close div tags)
Code:
<tr>
<td class="alt1" width="16"><img src="$stylevar[imgdir_statusicon]/pm_$pm[statusicon].gif" alt="" border="0" width="16" height="16" /></td>
<if condition="$show['pmicons']"><td class="alt2" width="16"><if condition="$show['pmicon']"><img src="$pm[iconpath]" alt="$pm[icontitle]" border="0" width="16" height="16" /><else /> </if></td></if>
<td class="alt1Active" id="m$pm[pmid]" width="100%">
<div>
<div class="smallfont" style="float:$stylevar[right]"><if condition="$show['unread']"><strong>$pm[senddate] <span class="time">$pm[sendtime]</span></strong><else />$pm[senddate] <span class="time">$pm[sendtime]</span></if></div>
<if condition="$show['unread']"><strong>$userbit</strong><else />$userbit</if>:
<a href="private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]"><if condition="$show['unread']"><strong>$pm[title]</strong><else />$pm[title]</if></a>
</div>
<fieldset style="padding-left:10px;width:80%;border:0px;">$pm[pmpreview]</fieldset>
</div>
</td>
<if condition="$show['pmcheckbox']"><td class="alt2" align="center" style="padding:0px"><input type="checkbox" name="pm[$pmid]" value="$groupid" /></td></if>
</tr>