I searched for templates with this content:
{vb:raw pm.title}</a>
The only template that has this code in it is: pm_messagelistbit.
This is the content:
Code:
<li class="blockrow pmbit" id="pm_{vb:raw pm.pmid}">
<div class="datetime">
<label for="pm_imod_checkbox_{vb:raw pmid}">{vb:raw pm.senddate} <span class="time">{vb:raw pm.sendtime}</span> <vb:if condition="$show['pmcheckbox']"><input type="checkbox" name="pm[{vb:raw pmid}]" id="pm_imod_checkbox_{vb:raw pmid}" value="{vb:raw groupid}" /></vb:if></label>
</div>
<img src="{vb:stylevar imgdir_statusicon}/pm_{vb:raw pm.statusicon}.png" class="threadicon" alt="" />
<vb:if condition="$show['pmicon']">
<img src="{vb:raw pm.iconpath}" class="posticon" alt="{vb:raw pm.icontitle}" />
</vb:if>
<vb:if condition="!$show['unread']">
<a href="private.php?{vb:raw session.sessionurl}do=showpm&pmid={vb:raw pm.pmid}" class="title">{vb:raw pm.title}</a>
<ol class="commalist">{vb:raw userbit}</ol>
<vb:else />
<span class="unread">
<a href="private.php?{vb:raw session.sessionurl}do=showpm&pmid={vb:raw pm.pmid}" class="title">{vb:raw pm.title}</a>
</span>
<ol class="commalist">{vb:raw userbit}</ol>
</vb:if>
<hr class="none" />
</li>
I use a default style and a customized style.
Both not working.
I cant even find the private_messagelist_start template!
Even not when i try to search for templates with the folowing content (copied the first line of code from Lolly01)
The only PM templates I have are these:
pm_editfolderbit
pm_editfolders
pm_emptyfolder
pm_filter
pm_messagelist
pm_messagelistbit
pm_messagelistbit_ignore
pm_messagelistbit_user
pm_messagelist_periodgroup
pm_movepm
pm_newpm
pm_nomessagehistory
pm_popup_script
pm_quickreply
pm_receipts
pm_receiptsbit
pm_showpm
pm_trackpm