https://instagram.com/alphazzers
   
Konuyu Oyla:
  • Toplam: 2 Oy - Ortalama: 3.5
  • 1
  • 2
  • 3
  • 4
  • 5
Mesajlardaki üye profili sorunu
#1
http://forumerkez.10tl.net/showthread.php?tid=4&pid=5#pid5

Üye profilinde rep Puanı ve onun altında uyarı seviyesi yazan yer var o yerler biraz aşşağı doğru kaymış , onu nasıl düzeltebilirim?
Ara
Cevapla PGM
Teşekkür verenler:
#2
konu güncel , yardım edebilecek yokmu ?
Ara
Cevapla PGM
Teşekkür verenler:
#3
konuyu bıraZ daha acarmısın?
Denetleme Ekibi Lideri: 22-06-2018 -  ....
Ara
Cevapla PGM
Teşekkür verenler:
#4
demek istediğimi anlamamışsın kardeşim . Yeri işaretledim , resimdede görüldüğü gibi rap puanı ve uyarı seviyesi yazan yer aşşağı doğru kaymış .Bunu nasıl düzelticem ?

n3b9x.png
Ara
Cevapla PGM
Teşekkür verenler:
#5
postbıtı sıl tekrar ekle.
Denetleme Ekibi Lideri: 22-06-2018 -  ....
Ara
Cevapla PGM
Teşekkür verenler:
#6
Postbit şablonunda,
Kod:
{$post['replink']}
ve uyarı puanını belirten kod var bunun gibi, şimdi hatılamıyorum kodu.

onun yanlarında
Kod:
<br />
tagı var ise silin.
Ara
Cevapla PGM
Teşekkür verenler:
#7
Öyle bi kod yok kardeşm :S

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">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['groupimage']}</br>
            {$post['useravatar']}<br />
            {$post['user_details']}{$post['newpoints_postbit']}
        </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']}" class="post_body">
                {$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">{$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_tyl']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['thanks']}{$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>{$post['thxdsp_inline']}{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}{$post['thxdsp_outline']}
Ara
Cevapla PGM
Teşekkür verenler:
#8
(15-05-2013 Saat: 22:32)dark1dark Nickli Kullanıcıdan Alıntı: Öyle bi kod yok kardeşm :S

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">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['groupimage']}</br>
            {$post['useravatar']}<br />
            {$post['user_details']}{$post['newpoints_postbit']}
        </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']}" class="post_body">
                {$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">{$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_tyl']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['thanks']}{$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>{$post['thxdsp_inline']}{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}{$post['thxdsp_outline']}

Pardon, bana authotuse şablonunun kodunu verir misiniz?
Ara
Cevapla PGM
Teşekkür verenler:
#9
Autho_user demek istedin galba ?

Kod:
<img src="http://b1211.hizliresim.com/13/t/g8zts.png" alt="">
<style type="text/css"> .kesik{ background:url('http://e1211.hizliresim.com/13/u/g9fcf.jpg'); border-style: dashed; border-width: 1px; border-color: #000000; opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ } :hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ } table { width:100%; } tr { height:25px; } </style> <table > <tr> <td class="kesik"><center><b>{$lang->postbit_posts} {$post['postnum']}</b></center></td> </tr> </table> <table> <tr> <td class="kesik"><center><b>{$lang->postbit_joined} {$post['userregdate']}</b></center></td> </tr> </table> <table> <tr> <td class="kesik"><center><b>{$post['replink']}</b></center></td> </tr> </table> <table> <tr> <td class="kesik"><center><b>{$post['warninglevel']}</b></center></td> </tr> </table> <br> <center><a href="İletişim Adresiniz"><img src="http://www.kaucuk.org/res/reklamver.jpg" /></a></center> <div align="left" class="postbitab"
Ara
Cevapla PGM
Teşekkür verenler:
#10
Konu güncel , yardım edebilecek yokmu ? :S
Ara
Cevapla PGM
Teşekkür verenler:
#11
Olacağından emin değilim, ama yinede yedek alarak deneyin.

Postbit şablonunda, bu şablonu bulun. Ve içini tamamen silin(Silmeden önce yedek alın bir not defterine.)

Kod:
postbit_warninglevel

Sonrada, bu şablonun içini boşaltın tamamen ve kaydedin(Silmeden önce yedek alın bir not defterine.)

Kod:
postbit_rep_button
Ara
Cevapla PGM
Teşekkür verenler:
#12
Alttaki kutucuk düzeldi ( Bu sefer yazısı silindi ), rep puanı yeri hala aynı . :S

n47y6.png

Tamamdır uyarı yerini ben düzelttim , rep puanı kaldı :)

rep puanını da düzelttim saolasın kardeşim :)

Az uğraşmadın yardım etmek için , Ne kadar Rep versem azdır .
Ara
Cevapla PGM
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 9 Ziyaretçi



***

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