wersja skryptu MyBB: 1.8
adres forum: mroczna-dolina.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): A więc chciałem zapytać jak dodać do posta rangę ponieważ w profilu jest pokazana ranga a w poście nie i nie wiem jak ją dodać ;/
Mój kod postbit :
Wątek :
Profil :
Dlaczego w profilu wyświetla się ranga : Administrator
A w wątku nie ;/ bardzo bym prosił aby ktoś edytował ten kod tak aby ranga administrator była nad avatarem ;/
adres forum: mroczna-dolina.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): A więc chciałem zapytać jak dodać do posta rangę ponieważ w profilu jest pokazana ranga a w poście nie i nie wiem jak ją dodać ;/
Mój kod postbit :
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">
{$post['useravatar']}
<div class="author_information">
{$post['onlinestatus']} <strong><span class="protext">{$post['profilelink']}</span></strong>
<br />
<span class="smalltext">
{$post['usertitle']}<br />
<div class="postbit_buttons author_buttons float_left" style="padding-top: 8px;">
{$post['iplogged']} {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</div>
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
<center>{$post['attachments']}
{$post['signature']}</center>
<div class="post_meta" id="post_meta_{$post['pid']}">
</div>
</div>
<div class="post_controls">
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_rep']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div><br />
Wątek :
Profil :
Dlaczego w profilu wyświetla się ranga : Administrator
A w wątku nie ;/ bardzo bym prosił aby ktoś edytował ten kod tak aby ranga administrator była nad avatarem ;/