Rangi (tytuły użytkowników) nie wyświetlają się w poście

Błąd   Założony przez  carbon9610.

wersja skryptu MyBB: 1.6.9
adres forum: FerryCraft
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Błąd z rangami

Witam. Ostatnio na forum bawiliśmy się nowymi rangami i tytułami użytkowników. Po dość długiej udręce, udało się osiągnąć zamierzony efekt:

[Obrazek: l46.png]

Jednak jest to screenshot z profilu użytkownika. Wszystko się sypie, gdy wejdziemy w normalny wątek, gdy widzimy opis użytkownika.

[Obrazek: z8h.png]

Jak widać, rangi nie wyświetlają się w poście, jednak są widoczne w profilu użytkownika. A problem polega na tym, że powinny być i tu, i tu. W czym problem? Proszę o pomoc.


/// Warto dodać, że rangi redakcyjne wyświetlają się normalnie.
a zobacz ten kod:
{theme}/groupimages/users/gamer40.png
Dalej to samo. :/
a dodaj takie coś, u mnie działa, nie wgrywałem ten rangi do siebie, więc zalinkowałem i link pokazał obrazek :)
http://ferrycraft.pl/images/ferry/groupimages/users/gamer40.png
No kurczę dalej to samo.. :<
u mnie to działa tak z tym linkiem
http://prime.ct8.pl/mybb/showthread.php?...pid=4#pid4

popatrzyłem na twój postbit_classic i łap, powinno działać :

{$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="trow_post1" width="180px" 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><br />
         <span class="smalltext">
             {$post['usertitle']}<br />
             {$post['userstars']}
             {$post['groupimage']}<br />
             {$post['useravatar']}<br />
          {$post['user_details']}
{$post['iplogged']}
         </span>
     </td>
     <td class="trow_post2" valign="top">
         <table width="100%">
             <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']} {$post['postdate']} {$post['posttime']} {$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>
             </div>
         </td></tr>
     </table>
</td>
</tr>
<tr>
     <td class="trow_post1" style="white-space: nowrap; text-align: center; vertical-align: middle;">{$post['button_rep']}{$post['button_www']}</td>
     <td class="trow_post2" style="vertical-align: middle;">
         <table width="100%" border="0" cellpadding="0" cellspacing="0">
             <tr valign="bottom">
                 <td align="left" >{$post['button_email']}{$post['button_pm']}{$post['button_find']} </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>
To wina leżała po mojej stronie! Szablon był skopany, bo na defaultowym działało. Teraz muszę od nowa "robić" szablon.
znalazłem coś i jak edytowałem swój post to ty odpisałeś, mogłeś nie zauażyć, więc łap teraz, powinno działać :)

{$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="trow_post1" width="180px" 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><br />
         <span class="smalltext">
             {$post['usertitle']}<br />
             {$post['userstars']}
             {$post['groupimage']}<br />
             {$post['useravatar']}<br />
          {$post['user_details']}
{$post['iplogged']}
         </span>
     </td>
     <td class="trow_post2" valign="top">
         <table width="100%">
             <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']} {$post['postdate']} {$post['posttime']} {$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>
             </div>
         </td></tr>
     </table>
</td>
</tr>
<tr>
     <td class="trow_post1" style="white-space: nowrap; text-align: center; vertical-align: middle;">{$post['button_rep']}{$post['button_www']}</td>
     <td class="trow_post2" style="vertical-align: middle;">
         <table width="100%" border="0" cellpadding="0" cellspacing="0">
             <tr valign="bottom">
                 <td align="left" >{$post['button_email']}{$post['button_pm']}{$post['button_find']} </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:

1 gości