Webboard

Pełna wersja: Jak zmienić ułożenie rangi??
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: najnowsza
adres forum:sitas098.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

ss : http://i48.tinypic.com/2cwtszm.png
chodzi mi o to że mam range obok avka a chce żeby był avatar a niżej 1 linijke odstępu była ranga dopiero jak to zrobić proszę o szybką pomoc!!!! :D
Podaj zawartość szablonu postbit_author_user.
Kod PHP:
<div class="post_author_info smalltext">
<
ul>
<
li><span class="author_title darktext">{$lang->postbit_posts}</span><span class="author_content lighttext">{$post['postnum']}</span></li>
<
li><span class="author_title darktext">{$lang->postbit_joined}</span><span class="author_content lighttext">{$post['userregdate']}</span></li>
{
$post['replink']}
{
$post['warninglevel']}
</
ul>
</
div


PROSZE :D
Nie postbit_author_user a postbit.
Kod umieszczaj w tagu CODE lub PHP. Poprawię to już za Ciebie, ale pamiętaj o tym na przyszłość.

A ja przepraszam, bo pomyliłem szablon. Podaj postbit i postbit_classic :)
Dobrze, przepraszam to prosze bardzo! :D

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>

oraz to drugie

Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr class="tcat">
            <td>
                <div class="float_left smalltext">
                    {$post['postdate']}, {$post['posttime']}
                </div>
            </td>
            <td>{$post['posturl']}</td>
        </tr>
        <tr>
            <td class="{$post['onlinestatus']} {$unapproved_shade}" width="180px" valign="top" style="white-space: nowrap; text-align: center;" ><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="trow1 post_content {$unapproved_shade}" valign="top">
            <div class="float_right post_rep">{$post['plus_form']}{$post['minus_form']}</div>
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong> </span>  <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                <div class="post_body adhref_content bbtext" id="pid_{$post['pid']}">
                    
                    {$post['message']}          </div>
                {$post['attachments']}
                {$post['signature']}
                <div class="post_meta" id="post_meta_{$post['pid']}">
<br />
                {$post['iplogged']}
                </div>
            </td>
        </tr>            
        <tr class="trow2"><td align="center"><a href="#" onclick="Effect.ScrollTo('header', { duration:'0.8', offset:-1 });return false"><img src="{$theme['imglangdir']}/postbit_top.gif" alt="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>
Bodajże tak będzie dobrze:

postbit
Kod PHP:
{$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['useravatar']}<br />
                {
$post['groupimage']}
                {
$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

postbit_classic
Kod PHP:
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}">
    <
tbody>
        <
tr class="tcat">
            <
td>
                <
div class="float_left smalltext">
                    {
$post['postdate']}, {$post['posttime']}
                </
div>
            </
td>
            <
td>{$post['posturl']}</td>
        </
tr>
        <
tr>
            <
td class="{$post['onlinestatus']} {$unapproved_shade}width="180px" valign="top" style="white-space: nowrap; text-align: center;" ><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
                <
span class="post_author">{$post['profilelink']}</span><br />
                {
$post['useravatar']}<br />
                {
$post['groupimage']}
                {
$post['user_details']}
            </
td>
            <
td class="trow1 post_content {$unapproved_shade}valign="top">
            <
div class="float_right post_rep">{$post['plus_form']}{$post['minus_form']}</div>
<
span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong> </span>  <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                <
div class="post_body adhref_content bbtext" id="pid_{$post['pid']}">
                    
                    {
$post['message']}          </div>
                {
$post['attachments']}
                {
$post['signature']}
                <
div class="post_meta" id="post_meta_{$post['pid']}">
<
br />
                {
$post['iplogged']}
                </
div>
            </
td>
        </
tr>            
        <
tr class="trow2"><td align="center"><a href="#" onclick="Effect.ScrollTo('header', { duration:'0.8', offset:-1 });return false"><img src="{$theme['imglangdir']}/postbit_top.gif" alt="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
oo tak, dziękuje wam bardzo za pomoc może troche poczekałem ale to był ważny szczegół! DZIĘKI!