wersja skryptu MyBB: 1.8.3
adres forum: www.pterp.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Mam połowę w poście buttonów a połowę zwykle napisanych opcji postu jak zrobić żeby wszystkie wyglądały tak jak po lewej na SS
nie wiem nie kminie tego, próbowałem
L: test
H: 952271
pomoże ktoś mi bo nie kminie tego
Przecież wszystko jest tak jak być powinno:
Może wyczyść cache przeglądarki.
u mnie to wygląda tak
a mam przeglądarke Firefox i cache czyściłem i to nie jednokrotnie
PatrioxD napisał(a):u mnie to wygląda tak a mam przeglądarke Firefox i cache czyściłem i to nie jednokrotnie
No to może użyj innej przeglądarki... Bo u mnie również bez problemu wyświetla.
Na najnowszym Firefoxie także wygląda to prawidłowo. Problem musi leżeć gdzieś u Ciebie.
Sprawdzałem na Firefoxie tak jak na zdjęciu, sprawdzałem na Chromie to samo co na Zdjęciu i wszystko najnowsze wersje. Nie wiem jaki problem może mam
Zaloguj się na konto użytkownika i zobacz czy problem występuje. Może ktoś coś skopał przy szablonie dostępnym tylko dla administratorów/moderatorów.
na zwykły użytkowniku działa, to gdzie mam szukać błędu ??
Używasz pluginu Modnotice? Jeżeli tak to daj jego szablony z szablony globalne -> modnotice_
ale w Szablonach globalnych żadnych szablonów nie mam z modnotice tylko takie jak:
changuondyu_chatbox_allsmilie
changuondyu_chatbox_main
editpost_moderate
postbit_edit
postbit_moderator_edit
postbit_moderator_notice
prostats
prostats_message
prostats_mostreplies
prostats_mostreplies_row
prostats_mostreputation
prostats_mostreputation_row
prostats_mostthanks
prostats_mostthanks_row
prostats_mostviews
prostats_mostviews_row
prostats_newestposts
prostats_newestposts_date
prostats_newestposts_forum
prostats_newestposts_head_date
prostats_newestposts_head_forum
prostats_newestposts_head_last_sender
prostats_newestposts_head_latest_posts
prostats_newestposts_head_starter
prostats_newestposts_last_sender
prostats_newestposts_latest_posts
prostats_newestposts_row
prostats_newestposts_specialchar
prostats_newestposts_starter
prostats_newmembers
prostats_newmembers_row
prostats_onerowextra
prostats_readstate_icon
prostats_topdownloads
prostats_topdownloads_row
prostats_topposters
prostats_topposters_row
prostats_topreferrers
prostats_topreferrers_row
prostats_topthreadposters
prostats_topthreadposters_row
prostats_tworowextra
Pokaż zawartość tych szablonów editpost_moderate
postbit_edit
postbit_moderator_edit
postbit_moderator_notice
editpost_moderate
Kod PHP:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_post}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</head>
<body>
{$header}
{$preview}
{$post_errors}
{$attacherror}
<form action="modnotice.php?pid={$pid}&processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->edit_post}</strong></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->subject}</strong></td>
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$posticons}
<tr>
<td class="trow2" width="235" valign="top"><strong>{$lang->your_message}:</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea>
{$codebuttons}
</td>
</tr>
<tr>
<td class="trow2" valign="top">
{$lang->moderator_message}<br />
<label><input type="checkbox" class="checkbox" name="remove" value="yes" tabindex="6" {$optionschecked['remove']} /> {$lang->moderator_message_remove}</label>{$send_pm}
</td>
<td class="trow2">
<textarea name="modnotice" id="modnotice" rows="4" cols="70" tabindex="3">{$modnotice}</textarea>
</td>
</tr>
{$subscriptionmethod}
{$pollbox}
</table>
{$attachbox}
<br />
<div align="center">
<input type="submit" class="button" name="submit" value="{$lang->update_post}" tabindex="3" />
<input type="submit" class="button" name="moderate_previewpost" value="{$lang->preview_post}" tabindex="4" /></div>
<input type="hidden" name="action" value="mod_do_editpost" />
<input type="hidden" name="pid" value="{$pid}" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
</form>
{$footer}
</body>
</html>
postbit_edit
Kod PHP:
<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_edit"><span>Edytuj</span></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$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")
{
$("#edit_post_{$post['pid']}").popupMenu();
}
// -->
</script>
postbit_moderator_edit
Kod PHP:
<span class="pbbutton"><a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}">Edytuj post</a>
<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 class="popup_item_container"><a href="modnotice.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_post_moderate}</a></div></div>
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
$("#edit_post_{$post['pid']}").popupMenu();
}
// -->
</script>
postbit_moderator_notice
Kod PHP:
<br /><br />
<table border="0" width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}">
<tr>
<td class="modnotice">
{$mod_note}
<br />
<p>{$notice}</p>
</td>
</tr>
</table>