(10-04-2019, Saat:07:55)novruz Adlı Kullanıcıdan Alıntı: Postbit kodlarını atar mısınız?
postbit şablonun kodları buyurun hocam.
PHP Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author"a style="background: #f6f5f7;">
{$post['useravatar']}
<div class="author_information">
<strong><span class="largetext">{$post['profilelink']}{$post['onlinestatus']}</span></strong> <br />
<span class="smalltext">
<div id="postbitcolor"><i class="fa fa-user"></i> {$post['usertitle']}
<br /></div>
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics_default">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['posturl']}
{$post['icon']}
<span class="post_date"><i class="fa fa-clock-o fa_xtra pd"></i> {$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</div>
<div class="post_controls_default">
<div class="postbit_buttons author_buttons float_left">
{$post['button_www']}{$post['button_pm']}{$post['button_like']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_mention']}{$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>{$post['thxdsp_outline']}
</div>
</div>

