wersja skryptu MyBB: 1.8.6
adres forum: Http://gameleo.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Tryb klasycznego wyświetlania wątków jest rozlany
Po czym tak się stało? Wgrywałeś, edytowałeś coś?
Zrób kopie szablonu postbit_classic zapisz ją np. w notatniku a następnie przywróć ten szablon do oryginału.
Nadal jest tak rozjechany, a nic nie wgrywałem
to pomoże ktoś?
Pokaż ten swój szablon postbit_classic
Kod PHP:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<h3>
<div class="post_username">
<strong> {$post['onlinestatus']}<span class="largetext">{$post['profilelink']}</span></strong>
</div>
<div class="post_date2">
{$post['postdate']}
</div>
</h3>
<div class="post_author scaleimages">
{$post['useravatar']}
<div class="author_information">
<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['subject_extra']}
<span class="post_checkandid">
{$post['posturl']}
{$post['icon']}
</span>
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
<div class="post_meta" id="post_meta_{$post['pid']}">
<span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['iplogged']}
</div>
</div>
{$post['attachments']}
{$post['signature']}
{$post['button_rep']}
</div></div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
<a href="#top" class="przycisk_post"><img src="images/skillgame/totop.png" alt=""> Do góry</a> {$post['button_report']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}
</div>
</div>
to jak? pomógłbyś?
to pomoże ktoś!!!!????
Kod PHP:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
<h3>
<div class="post_username">
<strong> {$post['onlinestatus']}<span class="largetext">{$post['profilelink']}</span></strong>
</div>
<div class="post_date2">
{$post['postdate']}
</div>
</h3>
{$post['useravatar']}
<div class="author_information">
<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['subject_extra']}
<span class="post_checkandid">
{$post['posturl']}
{$post['icon']}
</span>
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
<div class="post_meta" id="post_meta_{$post['pid']}">
<span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['iplogged']}
</div>
</div>
{$post['attachments']}
{$post['signature']}
{$post['button_rep']}
</div></div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
<a href="#top" class="przycisk_post"><img src="images/skillgame/totop.png" alt=""> Do góry</a> {$post['button_report']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}
</div>
</div>
i w
global.css znajdź
Kod:
.post_username {
float:left;
min-width:200px;
font-weight:700
}
i zamień na
Kod:
.post_username {
float:left;
min-width:200px;
font-weight:700;
margin-left: 85px !important;
}
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<h3>
<div class="post_username">
<strong> {$post['onlinestatus']}<span class="largetext">{$post['profilelink']}</span></strong>
</div>
<div class="post_date2">
{$post['postdate']}
</div>
</h3>
<div class="post_author scaleimages">
{$post['useravatar']}
<div class="author_information">
<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['subject_extra']}
<span class="post_checkandid">
{$post['posturl']}
{$post['icon']}
</span>
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
<div class="post_meta" id="post_meta_{$post['pid']}">
<span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
{$post['iplogged']}
</div>
</div>
{$post['attachments']}
{$post['signature']}
{$post['button_rep']}
</div>
</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
<a href="#top" class="przycisk_post"><img src="images/skillgame/totop.png" alt=""> Do góry</a> {$post['button_report']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}
</div>
</div>
i usuń z
global.css przywroc to co bylo wczesniej, tzn. bez mojego kodu
Jak nie zadziała to zrób ponownie to co napisałem w poprzednim poście
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<h3>
<div class="post_date2">
{$post['postdate']}
</div>
</h3>
<div class="post_author scaleimages">
<div class="post_username">
<strong> {$post['onlinestatus']}<span class="largetext">{$post['profilelink']}</span></strong>
</div>
{$post['useravatar']}
<div class="author_information">
<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['subject_extra']}
<span class="post_checkandid">
{$post['posturl']}
{$post['icon']}
</span>
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
<div class="post_meta" id="post_meta_{$post['pid']}">
<span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
{$post['iplogged']}
</div>
</div>
{$post['attachments']}
{$post['signature']}
{$post['button_rep']}
</div>
</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
<a href="#top" class="przycisk_post"><img src="images/skillgame/totop.png" alt=""> Do góry</a> {$post['button_report']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}
</div>
</div>
mógłbyś wrzucić ss na inny hosting ? Aktualnie obecny nie działa..