wersja skryptu MyBB:
adres forum:micromars.pl
na czym polega problem (screen, opis, komunikaty):
witam problem polega na tym ze nie można wysyłać wiadomości jak i usuwać postów (brakuje tych butonów)
ACP → Szablony (z lewej) → [twój styl] → Opis posta →
postbit lub
postbit_classic.
Dodaj w odpowiednim miejscu:
Kod PHP:
{$post['button_quickdelete']}
Oraz:
W tym przypadku jest to postbit
dodałem to i nadal nie ma jest możliwośc ze nie mam tego wgranego ?
Nie ma takiej możliwości. Pokaż zawartość szablonu postbit.
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="belka_nick" style="width: 175px; border-right: 0;">{$post['onlinestatus']} {$post['profilelink']}
</td>
<td class="belka_nick" style="border-left: 0;">{$post['posturl']}
</td>
</tr>
<tr>
<td id="trow1_post_L" valign="top" style="white-space: nowrap; text-align: center; width: 155px;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="pole_info">
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}
</span>
</div>
</td>
<td id="trow1_post_P" valign="top">
<table width="100%">
<tr><td><span style="color: #a4a4a4; font-size: 13px;">Napisano {$post['postdate']} {$post['posttime']}</span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
<span style="color: #282828; font-size: 13px;">{$post['message']} </span>
</div>
{$post['attachments']}
{$post['signature']}
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td id="trow1_post_LD" style="white-space: nowrap; text-align: center; vertical-align: middle;"> </td>
<td id="trow1_post_PD" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="right">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
{$post['button_spam']}{$post['button_edit']}{$post['button_pm']}{$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>
Z tego co widzę jest okej. Mały błąd, usuń jedno {$post['button_pm']}. Może po prostu nie wyświetla Ci się button bo nie masz włączonego systemu PW? Sprawdź jeszcze zawartość szablonów postbit_pm i postbit_quickdelete.
Kod:
<a href="private.php?action=send&uid={$post['uid']}"><img src="{$theme['imglangdir']}/postbit_pm.gif" alt="{$lang->postbit_pm}" title="{$lang->postbit_pm}" /></a>
postbit_pm
Kod:
<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_delete.gif" alt="{$lang->postbit_qdelete}" title="{$lang->postbit_qdelete}" /></a>
<script type="text/javascript">
// <!--
$('quick_delete_{$post['pid']}').style.display = '';
// -->
</script>
postbit_quickdelete.
a gdzie sprawdzić moge czy jest włączony ?
ACP → Konfiguracja → Prywatne wiadomości → Umożliwić przesyłanie prywatnych wiadomości?
Szablony wyglądają normalnie, standardowe. U innych użytkowników przy postach są buttony PM etc.?
tak mam włączone
ja nie wiem jak to jest bo tylko niektórzy maja to pw a większość tego nie ma
Czyli, że tamci mają wyłączoną możliwość odbioru.
a jak włączyć im ta możliwość zeby wszyscy pisali wiadomości i nikt nie miał możliwości wyłączenia tego ?
bo jak zauwazyłem to ci z jakaś ranga maja a uzytkownicy nie
W poszczególnych grupach w ACP masz ustawienia.