Podwójna godzina przy postach

Założony przez  Nexty.

wersja skryptu MyBB:1.6.9
adres forum:brak
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Kolejny problem ze stylem Algid - przy każdym poście jest podwójna godzina napisania go. Co zrobić żeby to naprawić, bo głupio to wygląda.
[Obrazek: 80452720995426654147_thumb.jpg]
Style i szablony - szablony - twój szablon - opis posta - postbit i zobacz czy nie masz podwójnie tego {$post['postdate']}, {$post['posttime']}
Nie, wszystko jest poprawnie wpisane.
[Obrazek: 25539423735720119252_thumb.jpg]
A przy wyświetlaniu klasycznym jest tak samo?
Nie, wtedy godzina jest poprawnie jedna.
pokaż kod z postbit_classic
edit: albo kod html tego kawałka
Tutaj masz kod z 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']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        
            

        <center><div id="post_info_top"><strong>{$post['profilelink']}<br/>{$post['onlinestatus']}</span></strong><br /></center>

        <div id="post_info">
            {$post['useravatar']}<br/><br/>
            {$post['groupimage']}
            {$post['usertitle']}<br/>
            <p>{$post['user_details']}</p>
        </div>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}
            
            <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>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></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>
a kod html z postu podaj, ale wyłącz tryb klasyczny
Chodzi o postbit_posturl ?
<div id="level" style="margin: 5px; width: auto; vertical-align: top">
<span class="smalltext">
<strong>{$post['postdate']}, {$post['posttime']}
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}
</span>

<span style="float:right;">{$lang->postbit_post} <a href="{$post['postlink']}#pid{$post['pid']}">{$postcounter}</a>
{$post['inlinecheck']}</strong>
</span>
</div>
Chodziło mi o kod html ale jak już dałeś to to jeszcze lepiej, usuń to
<div id="level" style="margin: 5px; width: auto; vertical-align: top">
<span class="smalltext">
<strong>{$post['postdate']}, {$post['posttime']}
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}
</span>
Działa, dziękuje Ci bardzo ! ;) Mam nadzieję, że to już koniec problemów. :P



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

1 gości