Ranga pod avatarem

Założony przez  Regman.

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

Cześć.
Jak ustawić pod avatarem rangę jaką ma się na forum ?
Matslom napisał 20.06.2013, 20:51:
Przenoszę do odpowiedniego działu [Obrazek: modnotice_howto.png]
Nie rozumiem Ciebie. Wytłumacz. :F
Tak jak mam liczbę postów, liczbę like itp.
Chcę mieć na samym początku pod avatarem napisaną rangę w moim przypadku Administrator.

[Obrazek: WCzu5ZZ.png]
A przecie tak masz:
[Obrazek: b5d.png]

Chyba że chcesz usunąć rangę graficzną, to musisz usunąć zmienną:
{$post['groupimage']}
Tak wiem ,ja usunę tą grafikę ,bo wiem jak, tylko nie wiem jak zamontować rangi pod avatarem.
Wie ktoś ?

Pomoże ktoś ?
Przenieś zmienną
{$post['groupimage']}
pod
{$post['useravatar']}
A gdzie znajde
{$post['useravatar']}

?

Ale ja nie chcę mieć grafiki pod avatarem tylko zwyczajny napis Administrator.
Tak jak jest napisane liczba postów itp.
ACP -> Style i Szablony -> Szablony -> Twój_Szablon -> Opis posta -> postbit_classic
Odszukaj:
{$post['usertitle']} //** czy coś takiego
i wklej pod
{$post['useravatar']}
Wpisałem to to mi wyskoczyły dwa avatary.
Ale jeszcze raz napiszę, ja nie chcę mieć grafiki tylko zwyczajny napis pod avatarem (Administrator)
Pokaż postbit_classic po chyba się nie dogadamy..
{$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']}
            {$post['useravatar']}<br />
            {$post['user_details']}
        </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_www']}{$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>



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

2 gości