wersja skryptu MyBB: najnowsza
adres forum: http://plaska24.pl/demo
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Cześć,
pobrałem i staram się spolszczyć styl
Elfen Lie Blue i wszystki prawie pięknie tylko nie wiem dlaczego w tym stylu z poziomy admina w postach nie widzę buttonów
edytuj i
usuń.
a wygląda to tak:
[
attachment=8136]
natomiast z poziomu zwykłego usera wszystko jest OK i wygląda tak:
[
attachment=8137]
Za zadne skarbu nie mogę zakumać co jest tutaj nie tak:sciana:
Pomożecie?
Zapodaj szablony:
postbit_edit
postbit_quickdelete
postbit_classic.
Cześć, dziękuje za interesowanie. Poniżej podaje kody
postbit_edit
Kod PHP:
<td class="thead45" colspan="2"><span class="boton33"><a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="Edytuj"><i class="fa fa-pencil-square-o"></i></a></span></td>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
new PopupMenu("edit_post_{$post['pid']}");
}
// -->
</script>
postbit_quickdelete
Kod PHP:
<td class="thead45" colspan="2"><span class="boton33"><a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}" title="Usuń"><i class="fa fa-times"></i></a></span></td>
<script type="text/javascript">
// <!--
$('quick_delete_{$post['pid']}').style.display = '';
// -->
</script>
postbit_classic
Kod PHP:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder99">
<tr>
<td class="thead4" colspan="2">
<span class="smalltext"><i class="fa fa-clock-o"></i> {$post['postdate']} {$post['posttime']}</span>
</td>
{$post['button_rep']}
{$post['button_pm']}
{$post['button_edit']}
{$post['button_quickdelete']}
{$post['button_quote']}{$post['thanks']}
{$post['button_multiquote']}
{$post['button_report']}
{$post['button_warn']}
{$post['posturl']}
{$post['button_reply_pm']}
{$post['button_replyall_pm']}
{$post['button_forward_pm']}
{$post['button_delete_pm']}
</tr>
{$classic_header}
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="postbit1" width="20%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="elnick"><span class="smalltext">{$post['profilelink']}</span></div>
<span class="smalltext">
<span class="elnick2">{$post['usertitle']}</span>
{$post['groupimage']}
<span class="elnick2">{$post['useravatar']}</span>
<span class="elnick2">{$post['userstars']}</span>
{$post['onlinestatus']}
{$post['user_details']}
</span>
</td>
<div class="arrow_box">
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td><span class="eltitulo60"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span><span style="float:right;"<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></span><br />
<div class="line40"></div>
<br />
<div id="pid_{$post['pid']}" class="post_body">
{$post['download_system']}{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
{$post['iplogged']}<br /> {$post['inlinecheck']}
</div>
</td></tr>
</table>
</td>
</div>
</tr>
</td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
<br />{$post['adsaf']}
Hmm.. bardzo głupio zrobione, że w tabelkach, ale mniejsza.
Masz jakieś pluginy związane z usuwaniem postów, edytowaniem ich, modyfikowaniem (np. modnotice)? Jeśli tak, to pokaż ich szablony.
Snake_ napisał(a):Hmm.. bardzo głupio zrobione, że w tabelkach, ale mniejsza.
Sanke...i chyba się z Tobą zgadzam...jak zobaczyłem ile ten styl zawiera błędów...
przyszło mi do głowy polskie powiedzenie cudze chwalicie swego nie znacie....sami nie wiecie co posiadacie...zmieniłemteraz styl na polski....z
http://www.grafifor.pl...jeszcze trzeba dostosować do swoje strony ale to jakby co w oddzielnych wątkach...: )