Beiträge: 273
Themen: 32
Registriert seit: 29.11.2011
MyBB-Version: 1.8.3
Beiträge: 8.516
Themen: 59
Registriert seit: 20.04.2010
MyBB-Version: 1.8*
Dazu muss das ytvgal_postbit_first Template geändert werden.
Kannst Du deren Inhalt mir bitte posten ?
Mit freundlichen Grüßen
MrBrechreiz
Beiträge: 273
Themen: 32
Registriert seit: 29.11.2011
MyBB-Version: 1.8.3
Code:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" style="border-bottom: 2px solid #FFD324; {$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
<tr>
<td style="background: #FFF6BF; border-top: 2px solid #FFD324; border-bottom: 2px solid #FFD324;">
<div class="float_left smalltext">
{$post['onlinestatus']} <span style="vertical-align: top;"><strong>{$post['profilelink']}</strong> - {$post['postdate']}, {$post['posttime']}</span>
</div>
{$post['posturl']}
<br class="clear" />
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</td>
</tr>
<tr>
<td class="{$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}" valign="top" rowspan="2">
{$post['useravatar']}
</td>
<td class="post_author" valign="top">
<span class="smalltext">
<strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong>
</span>
<span class="post_meta float_right smalltext" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</span>
<div class="post_body" id="pid_{$post['pid']}">
{$post['message']}
</div>
</td>
</tr>
<tr>
<td height="1">
<a href="#" id="post_options_{$post['pid']}" style="display: none"><img src="images/usercp/options.gif" alt="Post Options" title="Post Options" /></a>
<div class="float_right post_management_buttons">
{$post['button_multiquote']}{$post['button_edit']}
</div>
<div id="post_options_{$post['pid']}_popup" class="popup_menu_post_options" style="display: none;">
<div class="popup_item_container_post_options post_management_buttons" style="background: #FFF6BF; border-top: 2px solid #FFD324; border-bottom: 2px solid #FFD324; padding: 1px 7px;">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_quickdelete']}
</div>
</div>
<noscript>
<div class="post_management_buttons float_right" style="margin-right: 5px;">
{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}
</div>
</noscript>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
new PopupMenu("post_options_{$post['pid']}");
}
$('post_options_{$post['pid']}').style.display = '';
// -->
</script>
Beiträge: 8.516
Themen: 59
Registriert seit: 20.04.2010
MyBB-Version: 1.8*
Bitte sehr...
Code:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" style="border-bottom: 2px solid #FFD324; {$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
<tr>
<td style="background: #FFF6BF; border-top: 2px solid #FFD324; border-bottom: 2px solid #FFD324;">
<div class="float_left smalltext">
{$post['onlinestatus']} <span style="vertical-align: top;"><strong>{$post['profilelink']}</strong> - {$post['postdate']}, {$post['posttime']}</span>
</div>
{$post['posturl']}
<br class="clear" />
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</td>
</tr>
<tr>
<td class="{$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}" valign="top" rowspan="2">
{$post['useravatar']}
</td>
<td class="post_author" valign="top">
<span class="smalltext">
<strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong>
</span>
<span class="post_meta float_right smalltext" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</span>
<div class="post_body" id="pid_{$post['pid']}">
{$post['message']}
</div>
</td>
</tr>
<tr>
<td height="1">
<a href="#" id="post_options_{$post['pid']}" style="display: none"><img src="images/usercp/options.gif" alt="Post Options" title="Post Options" /></a>
<div class="post_management_buttons float_right" style="margin-right: 5px;">
{$post['button_edit']}{$post['button_quickdelete']}
</div>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
new PopupMenu("post_options_{$post['pid']}");
}
$('post_options_{$post['pid']}').style.display = '';
// -->
</script>
Ggf noch selbst ein wenig anpassen.
Mit freundlichen Grüßen
MrBrechreiz
Beiträge: 273
Themen: 32
Registriert seit: 29.11.2011
MyBB-Version: 1.8.3
Ähm irgendwie hat das nun nichts geändert .
Beiträge: 8.516
Themen: 59
Registriert seit: 20.04.2010
MyBB-Version: 1.8*
Einige Buttons sind raus. Wolltest Du noch mehr entfernt haben ? Weil sonst sieht das ja echt Nackt aus der Post...
Mit freundlichen Grüßen
MrBrechreiz
Beiträge: 273
Themen: 32
Registriert seit: 29.11.2011
MyBB-Version: 1.8.3
Danke dir ist perfekt so !