Mybb 1.8 | Brak treści tematu

Błąd   Założony przez  roZu.

wersja skryptu MyBB: 1.8
adres forum: http://fragmasters.xaa.pl=3
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

W miejscu gdzie powinna mi się wyświetlać treść tematu bądź postu nie ma jej. Jest puste pole.
Pomocy.

Dodaję postbit i postbit classic.

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['usertitle']}
{$post['useravatar']}
<div class="author_information">
<strong> {$post['onlinestatus']}<span class="largetext">{$post['profilelink']}</span></strong><br />
<span class="smalltext">
<br />

</span>
</div>

</div>
</div>
<div class="post_content">
<div class="post_head">
{$reputacja}
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} 
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<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>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</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_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>
</div>

Postbit Classic:


{$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">
<center>{$post['usertitle']}</center>
{$post['useravatar']}
<div class="author_information">
<br />
<span class="smalltext"><br />
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>

  <span class="post_checkandid">
{$post['posturl']}
{$post['icon']}
                </span>
</div>

      <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']}

</div></div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">

</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_rep']}{$post['button_find']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
Kontakt do mnie:
- Prywatna wiadomość na forum.
- E-mail: administracja@unitedfrag.pl
- Komunikator Gadu-Gadu: 54511647
Nic dziwnego, w szablonie postbit_classic brakuje Ci zmiennej {$post['message']}
A gdzie ją dodać?
W którym dokładnie miejscu?
Kontakt do mnie:
- Prywatna wiadomość na forum.
- E-mail: administracja@unitedfrag.pl
- Komunikator Gadu-Gadu: 54511647
{$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']} {$post['subject_extra']}
</div>
</h3>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
<div class="post_author scaleimages">
<center>{$post['usertitle']}</center>
{$post['useravatar']}
<div class="author_information">
<br />
<span class="smalltext"><br />
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>

  <span class="post_checkandid">
{$post['posturl']}
{$post['icon']}
                </span>
</div>

      <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']}

</div></div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">

</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_rep']}{$post['button_find']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
Wkleiłem tak to co mi podałeś i nie działa.
Kontakt do mnie:
- Prywatna wiadomość na forum.
- E-mail: administracja@unitedfrag.pl
- Komunikator Gadu-Gadu: 54511647
{$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']} {$post['subject_extra']}
</div>
</h3>

<div class="post_author scaleimages">
<center>{$post['usertitle']}</center>
{$post['useravatar']}
<div class="author_information">
<br />
<span class="smalltext"><br />
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>

  <span class="post_checkandid">
{$post['posturl']}
{$post['icon']}
                </span>
</div>

      <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>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}

</div></div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">

</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_rep']}{$post['button_find']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
Dalej to samo
Kontakt do mnie:
- Prywatna wiadomość na forum.
- E-mail: administracja@unitedfrag.pl
- Komunikator Gadu-Gadu: 54511647
Wyświetla się, tylko że w złym miejscu.

{$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']} {$post['subject_extra']}
</div>
</h3>

<div class="post_author scaleimages">
<center>{$post['usertitle']}</center>
{$post['useravatar']}
<div class="author_information">
<br />
<span class="smalltext"><br />
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>

  <span class="post_checkandid">
{$post['posturl']}
{$post['icon']}
                </span>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
</div>

      <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']}

</div></div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">

</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_rep']}{$post['button_find']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
A troszkę w prawo tekst przesunąć się da?
Kontakt do mnie:
- Prywatna wiadomość na forum.
- E-mail: administracja@unitedfrag.pl
- Komunikator Gadu-Gadu: 54511647
Wejdź w global.css znajdź tam (~1152 linia)
.post_body {
i dodaj pod tym
text-indent: 20px;
Poradziłem sobie. Dziękuję
Kontakt do mnie:
- Prywatna wiadomość na forum.
- E-mail: administracja@unitedfrag.pl
- Komunikator Gadu-Gadu: 54511647



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

1 gości