Nö, das klappt nicht.
Habe einen neuen Style ohne Oberstyle gewählt, mir dann selbst eine PN geschickt, diese aufgerufen .. da sind keine Buttons.
Ich hab da doch auf jeden Fall Mist gebaut.
An der Stelle, wo meiner Meinung nach die Buttons sein sollten steht
HTML-Code:
<tr>
<td class="alt2" style="border: 1px solid #D1D1E1; border-top: 0px">
<!-- BEGIN TEMPLATE: postbit_onlinestatus -->
<img class="inlineimg" src="images/statusicon/user_invisible.gif" alt="techAdmin ist unsichtbar" border="0" />
<!-- END TEMPLATE: postbit_onlinestatus -->
</td>
<td class="alt1" align="right" style="border: 1px solid #D1D1E1; border-left: 0px; border-top: 0px">
<!-- controls -->
<!-- / controls -->
</td>
</tr>
Es müsste ja eigentlich das Template pm_showpm sein, da die Buttons ja erscheinen sollen, wenn ich mir eine Nachricht durchlese.
Der Fehler sollte somit im Template postbit_legacy liegen, wenn ich das richtig zuordnen kann.
Hm, da finde ich ja gerade
HTML-Code:
<!-- controls -->
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
</if>
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
<if condition="$show['deletedpost']">
<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
</if>
<if condition="$show['redcard']">
<a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
<else />
<if condition="$show['yellowcard']">
<a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
</if>
</if>
<!-- / controls -->
Muss da mal etwas weiter rumtesten .. 
Schon mal herzlichen Dank für den Denkanstoß.
Grüße, Ben.
[EDIT,1]
Wie war das mit dem "zu viel tippen"? 
[EDIT,2]
Oder direkt die Frage .. wo könnte da jetzt der Fehler liegen?
Alle "conditions" scheinen ja "false" zu sein. 
[EDIT,3]
Wenn ich etwas außerhalb der "conditions" ausgebe, wird das auch angezeigt.
Hä? Menno ..
Lesezeichen