MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
WWXD avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

Postbit İstek


Sponsor Reklam

İzinli NmDahmeT
 Tarih: 27-08-2013, Saat:11:24
#5
Gülümseme Peki hocam..

Postbit ;

Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
                <div class="float_left smalltext">
                    {$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                </div>
                {$post['posturl']}
            </td>
        </tr>

        <tr>
            <td class="trow1 {$unapproved_shade}">
                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <tr>
                        <td class="post_avatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
                            <span class="smalltext">
                                {$post['usertitle']}<br />
                                {$post['userstars']}
                                {$post['groupimage']}
                            </span>
                        </td>
                        <td class="smalltext post_author_info" width="165">
                            {$post['user_details']}
                        </td>
                    </tr>
                </table>
            </td>
        </tr>

        <tr>
            <td class="trow2 post_content {$unapproved_shade}">
                <span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

                <div class="post_body" id="pid_{$post['pid']}">
                    {$post['message']}
                </div>
                {$post['attachments']}
                {$post['signature']}

                <div class="post_meta" id="post_meta_{$post['pid']}">
                {$post['iplogged']}
                </div>
            </td>
        </tr>

        <tr>
            <td class="trow1 post_buttons {$unapproved_shade}">
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
                </div>
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
            </td>
        </tr>
    </tbody>
</table>

postbit_author_user;

Kod:
<ul>{$lang->postbit_posts} <span class="conteo">{$post['postnum']}</span></ul>
    <ul>Konu Sayısı: {$threadscount}</ul>
    <ul>{$post['replink']}</ul> <ul>{$post['warninglevel']}</ul>

postbit_avatar;

Kod:
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" class="postbit-avatar post{$usergroup['gid']}" alt="" {$avatar_width_height} /></a>

postbit_classic;

Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td>
            <div class="caja1">
                <div class="caja2">
                    <div class="caja3" align="center">
                            {$post['useravatar']}<br />
                        <span class="smalltext">
                            {$post['groupimage']}
                            {$post['userstars']}
                            {$post['usertitle']}<br />
                            <span class="caja"><ul>{$post['button_pm']}</ul>
                            <ul>{$post['button_find']}</ul>
                            <ul>{$post['button_www']}</ul></span>
                                                        <br /><br />
                        </span>
                    </div>
                </div>
            </div>
            <div class="caja4">
                <div class="caja5">
                                <ul><strong>Durum: {$post['onlinestatus']}</ul> <ul>Üye: <a href="{$post['profilelink_plain']}" id="miembro_{$post['pid']}">{$post['username_formatted']}</a></ul> <ul>{$post['user_details']}</ul></strong>                                
                                <span style="float: right;" class="smalltext"><strong></span></div>
                <div class="caja6">
                    <img src="images/FairyLal/flecha.png" class="blog" />
                    <div style="width: 100%">
                        <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
                            {$post['message']}
                                <div class="editat">
                <span style="float: right; margin-top: -11px;">{$post['inlinecheck']}</span>                    
                                 <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
                        </div>
                        {$post['attachments']}
                        {$post['signature']}
                    </div>
                </div>
                <div class="caja7">
                    <div class="float_right smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</div>
                    <div class="smalltext">{$post['button_rep']}</div>
                </div>
            </div>
        </td>
    </tr>
</table>


postbit_offline;


Kod:
<span class="offline" title="{$lang->postbit_status_offline}" alt="{$lang->postbit_status_offline}" />Offline</span>

postbit_online;

Kod:
<a href="online.php" title="{$lang->postbit_status_online}"><span class="online" alt="{$lang->postbit_status_online}">Online</span></a>


postbit_reputation;

Kod:
{$lang->postbit_reputation} <span class="reputacion">{$post['userreputation']}</span>

postbit_warninglevel;

Kod:
{$lang->postbit_warning_level} <a href="{$warning_link}"><span class="warning">{$warning_level}</span></a>

Hepsini silip bu içindekilerle değiştiriniz..
Cevapla
Bunu Beğenenler:

 


Bu Konudaki Yorumlar
Postbit İstek - Yazar: WWXD - 27-08-2013, Saat:00:32
Cvp: Postbit İstek - Yazar: Smyrna35 - 27-08-2013, Saat:00:36
Cvp: Postbit İstek - Yazar: NmDahmeT - 27-08-2013, Saat:00:37
Cvp: Postbit İstek - Yazar: WWXD - 27-08-2013, Saat:01:04
Cvp: Postbit İstek - Yazar: NmDahmeT - 27-08-2013, Saat:11:24



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - mecidiyeköy escort - şişli escort - ataköy escort - taksim escort - escort mecidiyeköy

sex hikaye - porno izle - türk ifşa - mecidiyeköy escort - seks hikaye - türk porno - escort bayan