11.08.2017, 18:52
(11.08.2017, 18:49)Patryk Stefański napisał(a): [ -> ]aktualizacja PHP do 5.4+?
Mam 5.6 z tego co pamiętam to była domyślna wartość, nic nie robiłem przy tym.
(11.08.2017, 18:49)Patryk Stefański napisał(a): [ -> ]aktualizacja PHP do 5.4+?
<br />
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top" width="22%">
<div class="user">
<div class="post_author scaleimages">
<div align="center"><h3>{$post['onlinestatus']} {$post['profilelink']}</h3>
{$post['useravatar']}<br />
<div class="author_information">
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
<br /> {$post['user_details']}
</div>
</div>
</div>
<div align="center" class="postbit_buttons author_buttons">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
</div>
</td>
<td valign="top">
<div class="stposts">
<div class="post_content">
<div class="post_head">
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
</div>
</div>
</div>
{$post['myreactions']}<div class="post_controls">
<div style="margin-top: 6px;" class="float_left post_meta" id="post_meta_{$post['pid']}"> {$post['iplogged']} </div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>
</td>
</tr>
</table>