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).
gameseve123 avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

Konularda Rep Butonu Gözükmüyor


Sponsor Reklam

Çevrimdışı gameseve123
 Tarih: 15-01-2013, Saat:12:58
(Son Düzenleme: 15-01-2013, Saat:12:59, Düzenleyen: gameseve123.)
#1
merhaba arkadaşlar konularda rep butonu gözükmüyor ne yapabilirim? postbit_reputation da kodlar yazılı fakat konularda rep butonu gözkükmüyor. /images dosyasında da var rep butonu. Bu İşaretlediğim iki yerden birinde çıkması gerekiyor fakat çıkmıyor.

resim

Kod:
www.forumkarnaval.com
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı SvMedeT
 Tarih: 15-01-2013, Saat:16:05
#2
Postbit_classic kodlarınızı burada paylaşırmısınız.
Bunu Beğenenler:

Çevrimdışı gameseve123
 Tarih: 15-01-2013, Saat:17:00
#3
Buyur paylaştım.

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: "><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <a href="#" id="profil_{$post['pid']}"><span class="largetext"><b>{$post['username_formatted']}</b></span></a>
<div id="profil_{$post['pid']}_popup" class="popup_menu" style="display: none;">
<div class="popup_menu_baslik">{$post['username']} K.Bilgileri</div>
<div class="popup_item_container"><a href="member.php?action=profile&uid={$post['uid']}" class="popup_item">Kullanıcı Profili</a></div>
<div class="popup_item_container"><a href="private.php?action=send&amp;uid={$post['uid']}" class="popup_item">{$lang->postbit_pm}</a></div>
<div class="popup_item_container"><a href="member.php?action=emailuser&amp;uid={$post['uid']}" class="popup_item">{$lang->postbit_email}</a></div>
<div class="popup_item_container"><a href="{$post['website']}" class="popup_item" rel="nofolow">{$lang->postbit_website}</a></div>
</div>
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        new PopupMenu("profil_{$post['pid']}");
    }
// -->
</script> {$post['onlinestatus']}<br />
        <span class="smalltext">
            <fieldset>{$post['usertitle']}</fieldset>
            <fieldset>{$post['groupimage']}</fieldset>
            <fieldset>{$post['useravatar']}</fieldset>
            <fieldset>{$post['user_details']}</fieldset>{$post['myxbl']}
        </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>
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</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']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['iplogged']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>
Bunu Beğenenler:

Çevrimdışı SvMedeT
 Tarih: 15-01-2013, Saat:17:36
(Son Düzenleme: 15-01-2013, Saat:17:42, Düzenleyen: SvMedeT.)
#4
Aşağıdaki kodla değiştiriniz.

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: "><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <a href="#" id="profil_{$post['pid']}"><span class="largetext"><b>{$post['username_formatted']}</b></span></a>
<div id="profil_{$post['pid']}_popup" class="popup_menu" style="display: none;">
<div class="popup_menu_baslik">{$post['username']} K.Bilgileri</div>
<div class="popup_item_container"><a href="member.php?action=profile&uid={$post['uid']}" class="popup_item">Kullanıcı Profili</a></div>
<div class="popup_item_container"><a href="private.php?action=send&amp;uid={$post['uid']}" class="popup_item">{$lang->postbit_pm}</a></div>
<div class="popup_item_container"><a href="member.php?action=emailuser&amp;uid={$post['uid']}" class="popup_item">{$lang->postbit_email}</a></div>
<div class="popup_item_container"><a href="{$post['website']}" class="popup_item" rel="nofolow">{$lang->postbit_website}</a></div>
</div>
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        new PopupMenu("profil_{$post['pid']}");
    }
// -->
</script> {$post['onlinestatus']}<br />
        <span class="smalltext">
            <fieldset>{$post['usertitle']}</fieldset>
            <fieldset>{$post['groupimage']}</fieldset>
            <fieldset>{$post['useravatar']}</fieldset>
            <fieldset>{$post['user_details']}</fieldset>{$post['myxbl']}
        </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>
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</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['iplogged']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>
Bunu Beğenenler:

Çevrimdışı EmRe12
 Tarih: 15-01-2013, Saat:17:48
#5
gameseve123 Ö.M. Bakarmısın Gülümseme
Bunu Beğenenler:

Çevrimdışı gameseve123
 Tarih: 15-01-2013, Saat:21:27
#6
(15-01-2013, Saat:17:36)NiqoTin Adlı Kullanıcıdan Alıntı: Aşağıdaki kodla değiştiriniz.

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: "><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <a href="#" id="profil_{$post['pid']}"><span class="largetext"><b>{$post['username_formatted']}</b></span></a>
<div id="profil_{$post['pid']}_popup" class="popup_menu" style="display: none;">
<div class="popup_menu_baslik">{$post['username']} K.Bilgileri</div>
<div class="popup_item_container"><a href="member.php?action=profile&uid={$post['uid']}" class="popup_item">Kullanıcı Profili</a></div>
<div class="popup_item_container"><a href="private.php?action=send&amp;uid={$post['uid']}" class="popup_item">{$lang->postbit_pm}</a></div>
<div class="popup_item_container"><a href="member.php?action=emailuser&amp;uid={$post['uid']}" class="popup_item">{$lang->postbit_email}</a></div>
<div class="popup_item_container"><a href="{$post['website']}" class="popup_item" rel="nofolow">{$lang->postbit_website}</a></div>
</div>
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        new PopupMenu("profil_{$post['pid']}");
    }
// -->
</script> {$post['onlinestatus']}<br />
        <span class="smalltext">
            <fieldset>{$post['usertitle']}</fieldset>
            <fieldset>{$post['groupimage']}</fieldset>
            <fieldset>{$post['useravatar']}</fieldset>
            <fieldset>{$post['user_details']}</fieldset>{$post['myxbl']}
        </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>
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</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['iplogged']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>
Teşekkürler Niqotin Oldu Düzeldi sorunum.
Bunu Beğenenler:

Çevrimdışı SvMedeT
 Tarih: 15-01-2013, Saat:21:28
#7
Rica ederim
konu kilit
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Genel Bakış konuların yorum sayısı gözükmüyor. Leviathan 5 4,165 16-06-2015, Saat:19:18
Son Yorum: ReDMaD
  [1.4 - 1.6 - 1.8] İCON Gözükmüyor DESTEK pls ernacr3 4 3,855 16-06-2015, Saat:19:16
Son Yorum: ReDMaD
  Yorumlar gözükmüyor porof34 6 4,199 03-09-2014, Saat:12:15
Son Yorum: porof34
  Yorum ve konularda sıkıntı yaşıyorum NY.Net 1 1,794 09-12-2013, Saat:13:58
Son Yorum: NY.Net
Bigi [1.6] Merhabalar Alıntı butonu çalışmıyor yardım edin lütfen alpdagli93 0 2,132 01-12-2013, Saat:15:46
Son Yorum: alpdagli93



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