Rozjeżdzający się avatar z rangą.. (Carbon by baszar)

Założony przez  Bezpieczny_.

wersja skryptu MyBB:1.6
adres forum:verisu.xaa.pl
na czym polega problem (screen, opis, komunikaty):

Cześć, kombinuje kombinuje i nic nie wykombinowałem :-;
Cały czas mi się rozjeżdza avatar z rangą..
W jakim pliku mogę to poprawić, albo w jaki sposób?

[Obrazek: O56dgYJ.png]
ludzi,,, czlowieku
po co instalujesz mybb 16?

w którym miejscu to sie rozjeżdża na suficie?
1. Wole 1.6
2. Ślepy jesteś? Zaznaczone czerwonymi liniami ranga wychodzi poza nie ;)
Matslom napisał 04.04.2015, 19:05:
Prosiłbym o zachowanie kultury i nie obrażanie innych użytkowników.
Bezpieczny_ napisał(a):1. Wole 1.6
2. Ślepy jesteś? Zaznaczone czerwonymi liniami ranga wychodzi poza nie ;)

Jeżeli już to niewidomy, nie ślepy - nie nie jestem, widze Twój screen
Więc włącz logiczne myślenie i powiedz gdzie zrobiłeś "screen" (chociaż tak bm tego nie nazwa bo to wycięty ochlap) w podglądzie profilu użytkownika, w podglądzie wątku?
:sciana:
Dobra.. mój bład nie wspomniałem o tym :facepalm:
Jest to screen postu.
To każdy widzi, że to ss, ale w którym miejscu go zrobiłeś? Podaj link.

Pokaż postbit_classic
@LikeLoveHate

{$ignore_bit}
<table border="0" cellspacing="0" cellpadding="0" class="tborder" id="post_{$post['pid']}">
<tr>
<div class="post_info">
<div class="post_statname">
{$post['onlinestatus']} {$post['profilelink']}
</div>
<div class="post_date">
Napisano {$post['postdate']} {$post['posttime']}
</div>
<span class="nrPosta">#{$postcounter} {$post['inlinecheck']}</span>
</div>
</tr>
    <tr>
        <center><td class="post_autor" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<ul class="info_o_autorze">
            <li>{$post['usertitle']}<li>
                        <li class="user_avatar-post">{$post['useravatar']}</li>
<li>{$post['reputation_title']}</li>
            <li>{$post['groupimage']}</li>
            <li>{$post['user_details']}</li>


</ul>
    </td>
    <td class="post_body" valign="top">
                {$post['message']}
    
            {$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>

    <div class="post_buttons" style="vertical-align: middle;">

<a href="#top" class="button_post"><img src="images/carbon/totop.png" alt="" /> Do góry</a>
{$post['button_report']}
<span style="float: right;">
{$post['button_email']}
{$post['button_pm']}
{$post['button_www']}
{$post['button_rep']}
{$post['button_edit']}
{$post['button_quote']}
{$post['button_warn']}
{$post['button_delete_pm']}
</span>
</div>

A link do tematu podał już Matslom.
Spróbuj tak:

{$ignore_bit}
<table border="0" cellspacing="0" cellpadding="0" class="tborder" id="post_{$post['pid']}">
<tr>
<div class="post_info">
<div class="post_statname">
{$post['onlinestatus']} {$post['profilelink']}
</div>
<div class="post_date">
Napisano {$post['postdate']} {$post['posttime']}
</div>
<span class="nrPosta">#{$postcounter} {$post['inlinecheck']}</span>
</div>
</tr>
    <tr>
        <td class="post_autor" width="15%" style="white-space: nowrap; text-align: center; vertical-align: top;">
            <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
            <ul class="info_o_autorze">
                <li>{$post['usertitle']}<li>
                <li class="user_avatar-post">{$post['useravatar']}</li>
                <li>{$post['reputation_title']}</li>
                <li>{$post['groupimage']}</li>
                <li>{$post['user_details']}</li>
            </ul>
        </td>
        <td class="post_body" style="vertical-align: top;">
            {$post['message']}
            {$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>

<div class="post_buttons" style="vertical-align: middle;">
    <a href="#top" class="button_post"><img src="{$mybb->settings['bburl']}/images/carbon/totop.png" alt="" /> Do góry</a>
    {$post['button_report']}
    <span style="float: right;">
        {$post['button_email']}
        {$post['button_pm']}
        {$post['button_www']}
        {$post['button_rep']}
        {$post['button_edit']}
        {$post['button_quote']}
        {$post['button_warn']}
        {$post['button_delete_pm']}
    </span>
</div>
Nic to nie dało. :(
{$ignore_bit}
<table border="0" cellspacing="0" cellpadding="0" class="tborder" id="post_{$post['pid']}">
    <tr>
        <div class="post_info">
            <div class="post_statname">
                {$post['onlinestatus']} {$post['profilelink']}
            </div>
            <div class="post_date">
                Napisano {$post['postdate']} {$post['posttime']}
            </div>
            <span class="nrPosta">#{$postcounter} {$post['inlinecheck']}</span>
        </div>
    </tr>
    <tr>
        <td class="post_autor" width="15%" style="white-space: nowrap; text-align: center; vertical-align: top;">
            <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
            <ul class="info_o_autorze">
                <li>{$post['usertitle']}<li>
                <li class="user_avatar-post">{$post['useravatar']}</li>
                <li>{$post['reputation_title']}</li>
                <li style="width: 151px; padding: 0 2px;">{$post['groupimage']}</li>
                <li>{$post['user_details']}</li>
            </ul>
        </td>
        <td class="post_body" style="vertical-align: top;">
            {$post['message']}
            {$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>

<div class="post_buttons" style="vertical-align: middle;">
    <a href="#top" class="button_post"><img src="{$mybb->settings['bburl']}/images/carbon/totop.png" alt="" /> Do góry</a>
    {$post['button_report']}
    <span style="float: right;">
        {$post['button_email']}
        {$post['button_pm']}
        {$post['button_www']}
        {$post['button_rep']}
        {$post['button_edit']}
        {$post['button_quote']}
        {$post['button_warn']}
        {$post['button_delete_pm']}
    </span>
</div>



Użytkownicy przeglądający ten wątek:

1 gości