MyBB Depo Forum
Konularda Rep Butonu Gözükmüyor - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB 1.6 Depo (https://mybbdepo.com/mybb-1-6-depo-forumu)
+--- Forum: MyBB 1.6 Çözülmüş Soru ve Sorunlar (https://mybbdepo.com/mybb-1-6-cozulmus-soru-ve-sorunlar-forumu)
+--- Konu Başlığı: Konularda Rep Butonu Gözükmüyor (/konularda-rep-butonu-gozukmuyor-konusu.html)



Konularda Rep Butonu Gözükmüyor - gameseve123 - 15-01-2013

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



Konularda Rep Butonu Gözükmüyor - SvMedeT - 15-01-2013

Postbit_classic kodlarınızı burada paylaşırmısınız.


Konularda Rep Butonu Gözükmüyor - gameseve123 - 15-01-2013

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>



Konularda Rep Butonu Gözükmüyor - SvMedeT - 15-01-2013

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>



Konularda Rep Butonu Gözükmüyor - EmRe12 - 15-01-2013

gameseve123 Ö.M. Bakarmısın Gülümseme


Cvp: Konularda Rep Butonu Gözükmüyor - gameseve123 - 15-01-2013

(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.


Konularda Rep Butonu Gözükmüyor - SvMedeT - 15-01-2013

Rica ederim
konu kilit