https://instagram.com/alphazzers
   
Konuyu Oyla:
  • Toplam: 1 Oy - Ortalama: 5
  • 1
  • 2
  • 3
  • 4
  • 5
[Yardim Talebi] Postbit Yardım Lutfen !
#1
Thumbs Up 
Ben bir turlu yapamdım 2 tane çıkıp duruyor.

di-1YDT.jpg

Postbit kodu boyle :
PHP Kod:
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}">
    <
tr>
        <
td class="{$altbg}width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
        <
strong><span class="largetext"><fieldset>{$post['profilelink']}</span></strong><br />
        <
span class="smalltext">
            {
$post['groupimage']}
            {
$post['usertitle']}<br />
            {
$post['userstars']}
            {
$post['useravatar']}<br /></fieldset>
            <
fieldset><legend><b>Üye Bilgileri</b></legend>{$lang->postbit_posts} {$post['postnum']} <br>{$lang->postbit_joined}{$post['userregdate']}<br>
Durum: {$post['onlinestatus']}</fieldset>
           <
fieldset><legend><b>Rep Bilgileri</b></legend>{$post['replink']}{$post['warninglevel']}</fieldset>
        </
span>
    </
td>
    <
td class="{$altbg}valign="top">
        <
table width="100%">
            <
tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <
br />
            <
div id="pid_{$post['pid']}style="padding: 5px 0 5px 0;">
                {
$post['message']}
            </
div>
            {
$post['attachments']}
            {
$post['signature']}
            <
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <
div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {
$post['iplogged']}
            </
div>
        </
td></tr>
    </
table>
</
td>
</
tr>
<
tr>
    <
td class="{$altbg}style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext"><b>{$post['postdate']} {$post['posttime']}</b></span></td>
    <
td class="{$altbg}style="vertical-align: middle;">
        <
table width="100%" border="0" cellpadding="0" cellspacing="0">
            <
tr valign="bottom">
                <
td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <
td align="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']}</td>
            </
tr>
        </
table>
    </
td>
</
tr>
</
table
Ara
Cevapla PGM
Teşekkür verenler:
#2
Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <strong><span class="largetext"><fieldset>{$post['profilelink']}</span></strong><br />
        <span class="smalltext">
            {$post['groupimage']}
            {$post['usertitle']}<br />
            {$post['useravatar']}<br /></fieldset>
            <fieldset><legend><b>Üye Bilgileri</b></legend>{$lang->postbit_posts} {$post['postnum']} <br>{$lang->postbit_joined}{$post['userregdate']}<br>
Durum: {$post['onlinestatus']}</fieldset>
           <fieldset><legend><b>Rep Bilgileri</b></legend>{$post['replink']}{$post['warninglevel']}</fieldset>
        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext"><b>{$post['postdate']} {$post['posttime']}</b></span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="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']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>


AL EKLE DÜZELİCEKMİ BAKALIM...
Ara
Cevapla PGM
Teşekkür verenler:
#3
(20-05-2012 Saat: 14:50)maHmut Nickli Kullanıcıdan Alıntı:
Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <strong><span class="largetext"><fieldset>{$post['profilelink']}</span></strong><br />
        <span class="smalltext">
            {$post['groupimage']}
            {$post['usertitle']}<br />
            {$post['useravatar']}<br /></fieldset>
            <fieldset><legend><b>Üye Bilgileri</b></legend>{$lang->postbit_posts} {$post['postnum']} <br>{$lang->postbit_joined}{$post['userregdate']}<br>
Durum: {$post['onlinestatus']}</fieldset>
           <fieldset><legend><b>Rep Bilgileri</b></legend>{$post['replink']}{$post['warninglevel']}</fieldset>
        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext"><b>{$post['postdate']} {$post['posttime']}</b></span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="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']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>


AL EKLE DÜZELİCEKMİ BAKALIM...

olmadı.
Ara
Cevapla PGM
Teşekkür verenler:
#4
postbit_author_user durum yazan yerin karşisindaki kodu sil
Ara
Cevapla PGM
Teşekkür verenler:
#5
(20-05-2012 Saat: 15:13)azrail Nickli Kullanıcıdan Alıntı: postbit_author_user durum yazan yerin karşisindaki kodu sil

olmadsı.
Ara
Cevapla PGM
Teşekkür verenler:
#6
postbitten şu kodu sil;
Alıntı:{$post['useravatar']}
Tüm Destek Forumun Kuralları
Görevli Kuralları
Ücretli Mybb Tema Tasarım ve Kodlama , Bootstrap(html/css) duyarlı kodlamalar Yapılır.
Prof. Dr. MyBB Öğretmeni kaRanLık-61( Mustafa SEVİM )[ 2010-2024 => 10TL'de 14 Sene ]

İki Tarafta Zifiri kaRanLık




Mutlu Son İstiyorsan Çabalamalısın. Sadece Oturduğu Yerden Başarıya ulaşan varlık tavuktur. Bir Kurt Asla Evcilleşip Köpek Olmaz...
Cevapla PGM
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 1 Ziyaretçi


Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping