MyBB Depo Forum
Yatay Posbit - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB 1.8 Depo (https://mybbdepo.com/mybb-1-8-depo-forumu)
+--- Forum: MyBB 1.8 Soru ve Sorunlarınız (https://mybbdepo.com/mybb-1-8-soru-ve-sorunlariniz-forumu)
+--- Konu Başlığı: Yatay Posbit (/yatay-posbit-konusu.html)



Yatay Posbit - henryhoward - 16-10-2019

Merhabalar.
Yatay posbit yapmak isityorum.

Kod:
{$ignore_bit}{$deleted_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<postbit class="postbit" id="post_{$post['pid']}">
    
    <postbit class="postbit_wrap">
        <postbit class="postbit_table_cell_top postbit_user_info">
            <postbit class="postbit_status">{$post['onlinestatus']}</postbit>
            <postbit class="postbit_username"><h4>{$post['profilelink']}</h4></postbit>
            <postbit class="postbit_avatar">{$post['useravatar']}</postbit>
            <postbit class="postbit_usertitle">{$post['usertitle']}</postbit>
            <if $thread['uid'] == $post['uid'] then><postbit class="postbit_tstarter"><i class="fas fa-allergies" title="Konuyu Başlatan"></i></postbit></if>
            <postbit class="postbit_rank">{$post['groupimage']}</postbit>
            <postbit class="postbit_statistics">{$post['user_details']}


                       <br/></postbit>
        </postbit>
        
        <postbit class="postbit_table_cell_top postbit_message">
            <postbit class="postbit_head">
                <postbit class="postbit_message_date">

                    <postbit class="post_date"><i class="far fa-clock"></i> {$post['postdate']} <postbit class="postbit_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</postbit></postbit>
                                {$post['subject_extra']}
                </postbit>

                <postbit class="postbit_posturl">
                    {$post['posturl']}
                    
                    <div class="postbit_share_buttons">    
                        <a href="https://www.facebook.com/sharer/sharer.php?u={$mybb->settings['bburl']}/{$post['postlink']}" class="fb-share-button" onclick="javascript:window.open(this.href,  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><i class="fab fa-facebook-square" style="font-size:18px;color:#3B5998"></i></a>
                        <a href="https://plus.google.com/share?url={$mybb->settings['bburl']}/{$post['postlink']}" onclick="javascript:window.open(this.href,
 '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="g-share-button"><i class="fab fa-google-plus-square" style="font-size:18px;color:#d34836"></i></span></a>
                        <a href="https://twitter.com/intent/tweet?text={$thread['subject']} &url={$mybb->settings['bburl']}/{$post['postlink']}"onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class= "t-share-btn"><i class="fab fa-twitter-square" style="font-size:18px;color:#0084b4"></i></span></a>  
                    </div>
                </postbit>
            </postbit>
            

            <postbit class="post_body scaleimages" id="pid_{$post['pid']}">
                {$post['message']}
            </postbit>
            {$post['attachments']}
            
            <postbit class="postbit_meta" id="post_meta_{$post['pid']}">
                <postbit class="float_right">{$post['poststatus']}</postbit>
            </postbit>
            {$post['input_editreason']}
            
            {$post['signature']}
        </postbit>
    </postbit>
    
    
    <postbit class="postbit_wrap">    
        <postbit class="postbit_table_cell_mid postbit_contact">
            <postbit class="postbit_contact_button">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</postbit>
        </postbit>
        
        <postbit class="postbit_table_cell_mid postbit_message_button">
            <postbit class="float_left"><a href="#top"><span>Yukarı Çık</span></a>{$post['button_rep']}</postbit>
            {$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']}
        </postbit>
    </postbit>
</postbit>

<script language="javascript">
$("a[href='#top']").click(function() {
 $("html, body").animate({ scrollTop: 0 }, "slow");
 return false;
});
</script>
</postbit>

Kodlar bunlar . Nasıl bunu güzel bir tasarımla yatay posbit yapabilirim ? Konu hakkında yardımcı olabilir misiniz?