Jak zmienić ułożenie rangi??

Założony przez  sitastv.

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.
:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.
<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.
Daniel Praźmo napisał 06.08.2012, 21:48:
Tak, tak. Mea culpa.
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 :)
:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.
Dobrze, przepraszam to prosze bardzo! :D

{$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

{$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
{$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
{$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
:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.
oo tak, dziękuje wam bardzo za pomoc może troche poczekałem ale to był ważny szczegół! DZIĘKI!
Daniel Praźmo napisał 07.08.2012, 09:55:
[Obrazek: modnotice_thx.png]



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

1 gości