wersja skryptu MyBB:1.6.9
adres forum:pentrygames.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Jak widać na screnie ranga wyświetla się OBOK avataru psując cały układ, chciałbym aby wyświetlał się pod nickiem a nad avatarem. I jak widać % poziomu ostrzeżeń nachodzi na sam napis "poziom ostrzeżeń" chciałbym to naprawić również
Nie widzę żadnego postu z avatarem
Jakiego postu z avatarem?
Nie widzę żadnego postu gdzie widać błąd.
Na screenie jest wycinek posta na którym widać informacje o uzytkowniku i przykladowy post, blad o ktorym mowie jest w informacja o uzytkowniku
Zainstaluj od nowa styl, może pomoże.
Próbowałem to już z różnych źródeł i nie działa
Hmm. Może podaj zawartość szablonu (stylu którego teraz używasz): "postbit".
(18.10.2013, 20:35)Tomek_Siemin napisał(a): [ -> ]Na screenie jest wycinek posta na którym widać informacje o uzytkowniku i przykladowy post, blad o ktorym mowie jest w informacja o uzytkowniku
A co mnie po Twoim screenie. Ja potrzebuję w kod zajrzeć. Chcesz pomocy a nie stosujesz się do zaleceń.
Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tposter" style="{$post_extra_style} {$post_visibility};min-height:250px" id="post_{$post['pid']}">
<tbody>
<tr>
<td class="{$post['onlinestatus']} {$unapproved_shade}" width="180px" valign="top" style="white-space: nowrap; text-align: center;border-right:1px #D6CDBB solid;" ><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a><span class="post_author">{$post['profilelink']}</span>
<br />
{$post['groupimage']}
{$post['useravatar']}
{$post['user_details']}
</td>
<td class="trow_post {$unapproved_shade}" valign="top">
<div class="smalltext toppost"><span class="darktext" style="font-weight:bold">{$post['postdate']} {$post['posttime']} </span><strong>{$post['subject']}</strong>{$post['posturl']} </div>
<div class="post_body" id="pid_{$post['pid']}">
{$post['message']} </div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
<br />
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>{$post['iplogged']}
</td>
</tr>
<tr class="trow2"><td align="center" class="post_buttons" style="border-right:1px #D6CDBB solid;"><a href="#" onclick="Effect.ScrollTo('header', { duration:'0.8', offset:-1 });return false">top</a>{$post['button_report']} </td>
<td class="post_buttons">
<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</div>
<div class="post_management_buttons float_right">
{$post['button_edit']}
{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</td>
</tr>
</tbody>
</table>
Zawartość postbit
Po
Kod:
{$post['useravatar']}
i
Kod:
{$post['useravatar']}
wstaw
Działą, a czy wiesz może jak poprawić żeby % ostrzeżeń nie wchodził na napis "Poziom ostrzeżeń"?